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

{
  "id": 1107,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1107/?format=api",
  "slug": "spadex-docking-test",
  "name": "SpaDeX Docking Test",
  "type": {
    "id": 2,
    "name": "Docking"
  },
  "description": "India's first attempt at docking in low earth orbit.",
  "location": null,
  "news_url": null,
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spadex_chaser__image_20241228193355.png",
  "date": "2025-01-16T00:49:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}