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

{
    "id": 1016,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1016/?format=api",
    "slug": "juice-venus-flyby",
    "name": "Juice Venus Flyby",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "Second flyby of ESA's Jupiter Icy Moons Explorer (Juice) mission on its way to the Jovian system.",
    "location": "Venus",
    "news_url": "https://www.esa.int/Science_Exploration/Space_Science/Juice/ESA_s_Juice_lifts_off_on_quest_to_discover_secrets_of_Jupiter_s_icy_moons",
    "video_url": null,
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_20240307192047.jpeg",
    "date": "2025-08-31T00:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}