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

{
  "id": 1111,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1111/?format=api",
  "slug": "hakuto-r-m2-lunar-landing",
  "name": "Hakuto-R M2 Lunar Landing",
  "type": {
    "id": 7,
    "name": "Moon Landing"
  },
  "description": "Japanese company ispace's Hakuto-R Mission 2 lander will attempt a lunar landing in Mare Frigoris.",
  "location": "Mare Frigoris, Moon",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=BVSMXQPeTcw",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/render_of_hakut_image_20250115080142.png",
  "date": "2025-06-05T19:17:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}