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

{
  "id": 1221,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1221/?format=api",
  "slug": "crew-11-falcon-9-static-fire-test",
  "name": "Crew-11 Falcon 9 Static Fire Test",
  "type": {
    "id": 5,
    "name": "Static Fire"
  },
  "description": "SpaceX will attempt a test firing of its Falcon 9 rocket at launch pad 39A ahead of its planned launch with Crew Dragon carrying a new crew to the International Space Station. A static test fire on Monday was aborted in the final minute of the countdown due to an issue with the launch pad clamp arms.",
  "location": "LC-39A, KSC",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=RsQmeUU_r1A",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/f9_with_crew_dr_image_20240825054147.jpg",
  "date": "2025-07-29T16:30:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}