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

{
  "id": 1241,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1241/?format=api",
  "slug": "nordspaces-maiden-flight",
  "name": "NordSpace's Maiden Flight",
  "type": {
    "id": 31,
    "name": "Sounding Rocket Launch"
  },
  "description": "First commercial rocket launch from Canada by NordSpace",
  "location": "Atlantic Spaceport Complex",
  "news_url": "https://www.nordspace.com/info",
  "video_url": "https://www.youtube.com/watch?v=0oxDEKPSbF4",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nordspace_subor_image_20250829090206.jpeg",
  "date": "2025-08-29T20:26:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}