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/1380/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 1380,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1380/?format=api",
  "slug": "ignition-nasas-plan-for-science-and-discovery",
  "name": "Ignition: NASA's Plan for Science and Discovery",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA's leaders will discuss the agency's implementation of the National Space Policy and our plans to advance science and discovery.\r\n\r\nNASA participants include:\r\n- Administrator Jared Isaacman\r\n- Associate Administrator Amit Kshatriya\r\n- Dana Weigel, program manager, International Space Station Program\r\n- Carlos Garcia-Galan, program executive, Moon Base \r\n- Steve Sinacore, program executive, Fission Surface Power \r\n- Dr. Nicola Fox, associate administrator, Science Mission Directorate \r\n- Dr. Lori Glaze, program manager, Moon to Mars Program",
  "location": null,
  "news_url": "https://www.nasa.gov/news-release/nasa-to-provide-update-on-implementation-of-national-space-policy/",
  "video_url": "https://www.youtube.com/watch?v=BYH6W9iCs2E",
  "feature_image": null,
  "date": "2026-03-24T17:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}