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

{
    "id": 1145,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1145/?format=api",
    "slug": "crew-10-arrival-event-at-ksc",
    "name": "Crew-10 Arrival Event at KSC",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Crew-10 arrives at Kennedy Space Center in preparation for launch.",
    "location": "Kennedy Space Center",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=1r92-8Jl4hM",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crew-10_crew_in_image_20250306075802.jpg",
    "date": "2025-03-07T20:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}