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

{
  "id": 1219,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1219/?format=api",
  "slug": "nasa-nisar-pre-launch-teleconference",
  "name": "NASA NISAR Pre-Launch Teleconference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA-hosted teleconference to discuss the upcoming NISAR (NASA-ISRO Synthetic Aperture Radar) mission, with the following participants:\r\n- Karen St. Germain, director of Earth science, NASA Headquarters\r\n- Gerald Bawden, NISAR program scientist, NASA Headquarters\r\n- Shanna McClain, Disasters program manager, NASA Headquarters\r\n- Phil Barela, NISAR project manager, NASA Jet Propulsion Laboratory (JPL)\r\n- Marco Lavalle, NISAR deputy project scientist, NASA JPL",
  "location": "Online",
  "news_url": null,
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nisar_in_orbit__image_20250718050620.jpg",
  "date": "2025-07-28T16:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}