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

{
    "id": 1328,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1328/?format=api",
    "slug": "total-lunar-eclipse-4",
    "name": "Total Lunar Eclipse",
    "type": {
        "id": 11,
        "name": "Celestial Event"
    },
    "description": "The Moon will pass into Earth’s shadow and appear to turn red on March 3, 2026.\r\n\r\nTotality will be visible in the evening from eastern Asia and Australia, throughout the night in the Pacific, and in the early morning in North and Central America and far western South America. The eclipse is partial in central Asia and much of South America. No eclipse is visible in Africa or Europe.",
    "location": "Eastern Asia, Australia, Pacific, North and South America",
    "news_url": "https://science.nasa.gov/solar-system/moon/march-2026-total-lunar-eclipse-your-questions-answered/",
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/total_lunar_ecl_image_20221108082109.jpeg",
    "date": "2026-03-03T11:04:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}