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

{
  "id": 1450,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1450/?format=api",
  "slug": "spacex-starship-booster-b19-static-fire-3",
  "name": "SpaceX Starship Booster B19 Static Fire #3",
  "type": {
    "id": 5,
    "name": "Static Fire"
  },
  "description": "SpaceX will perform a static fire of all 33 engines of Super Heavy Booster 19, in preparation for Starship's 12th launch.",
  "location": "Starbase. Texas",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=yrqt-Uk7dyA",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/booster_7_33_en_image_20230128102545.jpeg",
  "date": "2026-05-07T14:46:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}