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

{
  "id": 1381,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1381/?format=api",
  "slug": "ignition-nasa-news-conference",
  "name": "Ignition: NASA News Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA is holding a live news conference to provide an update on the agency’s progress toward implementing the National Space Policy and recap major announcements discussed throughout the day.  \r\n\r\nParticipants include:\r\nAdministrator Jared Isaacman\r\nAssociate Administrator Amit Kshatriya\r\nDana Weigel, program manager, International Space Station Program\r\nCarlos Garcia-Galan, program executive, Moon Base \r\nSteve Sinacore, program executive, Fission Surface Power \r\nDr. Nicola Fox, associate administrator, Science Mission Directorate \r\nDr. 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=LZea4h8zxLY",
  "feature_image": null,
  "date": "2026-03-24T20:45:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}