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

{
  "id": 1207,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1207/?format=api",
  "slug": "bole-dm-1-static-fire-test",
  "name": "BOLE DM-1 Static Fire Test",
  "type": {
    "id": 30,
    "name": "Vehicle Testing"
  },
  "description": "Northrop Grumman will static fire the first Booster Obsolescence and Life Extension (BOLE) solid rocket booster, slated for use on the Block 2 variant of the Space Launch System (SLS). Featuring several improvements including a denser solid propellant mix, lighter composite cases and optimized thrust trace, the BOLE boosters are planned to be used from the launch of Artemis IX onward.",
  "location": "Northrop Grumman Promontory Test Facility, Utah",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=T3TfNZsCxDU",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/bole_booster_st_image_20250626171321.jpg",
  "date": "2025-06-26T18:25:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}