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

{
    "id": 1017,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1017/?format=api",
    "slug": "juice-earth-flyby",
    "name": "Juice Earth Flyby",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "Third flyby of ESA's Jupiter Icy Moons Explorer (Juice) mission on its way to the Jovian system.",
    "location": "Earth",
    "news_url": null,
    "video_url": null,
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_20240307192047.jpeg",
    "date": "2026-09-30T00:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}