API endpoint that allows all Events to be viewed.

GET: Return a list of all Events

SEARCH EXAMPLE: /2.0.0/event/?search=Dragon Searches through name

GET /2.0.0/event/1118/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 1118,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1118/?format=api",
  "slug": "nasa-punch-media-teleconference",
  "name": "NASA PUNCH Media Teleconference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will hold a media teleconference to share information about the agency’s upcoming PUNCH (Polarimeter to Unify the Corona and Heliosphere) mission, which is targeted to launch no earlier than Thursday, Feb. 27.\r\n\r\nThe agency’s PUNCH mission is a constellation of four small satellites. When they arrive in low Earth orbit, the satellites will make global, 3D observations of the Sun’s outer atmosphere, the corona, and help NASA learn how the mass and energy there become solar wind. By imaging the Sun’s corona and the solar wind together, scientists hope to better understand the entire inner heliosphere – Sun, solar wind, and Earth – as a single connected system.",
  "location": "Online",
  "news_url": "https://www.nasa.gov/news-release/nasa-invites-media-to-discuss-punch-mission-to-study-solar-wind/",
  "video_url": "https://www.youtube.com/watch?v=3-zXwq8eSg0",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/punch_in_orbit__image_20250130080944.png",
  "date": "2025-02-04T19:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}