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

{
  "id": 1454,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1454/?format=api",
  "slug": "total-solar-eclipse-in-europe",
  "name": "Total Solar Eclipse in Europe",
  "type": {
    "id": 11,
    "name": "Celestial Event"
  },
  "description": "On 12 August 2026, a solar eclipse will be visible across parts of Europe and the north Atlantic. The path of totality will cross Greenland, Iceland, Spain and a small area of northeastern Portugal. Other parts of Europe will see a partial solar eclipse.",
  "location": "Europe & Northern Atlantic",
  "news_url": "https://en.wikipedia.org/wiki/Solar_eclipse_of_August_12,_2026",
  "video_url": "https://www.youtube.com/watch?v=rSvCuSQhC3w",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/total_solar_ecl_image_20201206083620.jpeg",
  "date": "2026-08-12T15:35:23Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}