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

{
  "id": 1379,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1379/?format=api",
  "slug": "ignition-nasas-plan-for-the-moon",
  "name": "Ignition: NASA's Plan for The Moon",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will provide an update on the implementation of the National Space Policy and how NASA is accelerating preparations for America’s return to the surface of the Moon by 2028.\r\n\r\nThe program will open with remarks from NASA Administrator Jared Isaacman, followed by a series of high-level panels. Participants include:\r\n\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=yIlTwwJv1Ac",
  "feature_image": null,
  "date": "2026-03-24T13:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}