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

{
  "id": 1128,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1128/?format=api",
  "slug": "spherex-and-punch-science-overview-news-conference",
  "name": "SPHEREx and PUNCH Science Overview News Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "SPHEREx and PUNCH Science Overview News Conference\r\n\r\n- Shawn Domagal-Goldman, acting director, Astrophysics Division, NASA Headquarters\r\n- Joe Westlake, director, Heliophysics Division, NASA Headquarters\r\n- Nicholeen Viall, PUNCH Mission Scientist, NASA’s Goddard Space Flight Center\r\n- Rachel Akeson, SPHEREx science data center lead, Caltech/IPAC\r\n- Phil Korngut, SPHEREx instrument scientist, Caltech",
  "location": "Online",
  "news_url": "https://www.nasa.gov/news-release/nasa-sets-launch-coverage-for-missions-studying-cosmic-origins-sun/",
  "video_url": "https://plus.nasa.gov/scheduled-video/spherex-and-punch-science-overview-news-conference/",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spherex_2526_p_image_20250218200023.png",
  "date": "2025-02-25T19:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}