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

{
  "id": 1184,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1184/?format=api",
  "slug": "fram2-crew-dragon-splashdown",
  "name": "Fram2 Crew Dragon Splashdown",
  "type": {
    "id": 9,
    "name": "Spacecraft Landing"
  },
  "description": "The Crew Dragon for Fram2 will splashdown in the Pacific Ocean, bringing its crew back to Earth after spending 4 days in orbit.",
  "location": "Pacific Ocean",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=IobQKiU-dNI",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200718140927.jpg",
  "date": "2025-04-04T16:19:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}