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

{
  "id": 394,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/394/?format=api",
  "slug": "bepicolombo-mercury-orbit-insertion",
  "name": "BepiColombo Mercury Orbit Insertion",
  "type": {
    "id": 16,
    "name": "Orbital Insertion"
  },
  "description": "Orbital insertion around Mercury of the ESA-JAXA BepiColombo mission.",
  "location": "Mercury",
  "news_url": "https://sci.esa.int/web/bepicolombo/-/47346-fact-sheet",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/bepicolombo_at__image_20240306080108.jpeg",
  "date": "2026-11-30T00:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}