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

{
    "id": 1233,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1233/?format=api",
    "slug": "nasa-astronaut-class-of-2025-introduction",
    "name": "NASA Astronaut Class of 2025 Introduction",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "After evaluating more than 8,000 applications, NASA will debut its 2025 class of astronaut candidates during a ceremony. The selected candidates will undergo nearly two years of training before they graduate as flight-eligible astronauts for agency missions to low Earth orbit, the Moon, and ultimately, Mars.",
    "location": "Johnson Space Center, Houston, TX, USA",
    "news_url": "https://www.nasa.gov/news-release/nasa-to-announce-new-astronaut-class-preview-artemis-ii-moon-mission/",
    "video_url": "https://www.youtube.com/watch?v=frX3-5xuGQs",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_logo_place_image_20240926071724.png",
    "date": "2025-09-22T16:30:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}