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

{
    "id": 1127,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1127/?format=api",
    "slug": "hera-mars-deimos-flyby",
    "name": "Hera Mars & Deimos Flyby",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "Hera is a European Space Agency (ESA) mission launched on 7 October 2024 to visit the asteroid Didymos and its moon Dimorphos as part of the NASA/ESA Asteroid Impact and Deflection Assessment (AIDA) collaboration. On 7 March 2025, it will fly by Mars (within 6000 km) and Deimos (~1000 km).",
    "location": "Mars & Deimos",
    "news_url": "https://www.esa.int/Enabling_Support/Operations/Hera_burns_towards_Mars",
    "video_url": "https://www.youtube.com/watch?v=cHiASEowrio",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/render_of_the_h_image_20250217122518.png",
    "date": "2025-03-12T12:50:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}