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

{
    "id": 1097,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1097/?format=api",
    "slug": "spacex-crew-8-post-flight-news-conference",
    "name": "SpaceX Crew-8 Post-Flight News Conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "After spending 235 days in space, NASA’s SpaceX Crew-8 astronauts will discuss their science mission aboard the International Space Station during a post-flight news conference, from the agency’s Johnson Space Center in Houston.\r\n\r\nNASA astronauts Michael Barratt, Matthew Dominick, and Jeanette Epps will answer questions about their mission. The three crew members, along with Roscosmos cosmonaut Alexander Grebenkin, returned to Earth on Oct. 25. Grebenkin will not participate because of his travel schedule.",
    "location": "Johnson Space Center, Houston",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=2dldvKAn2Ns",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_crew-8_c_image_20240114192333.jpeg",
    "date": "2024-11-08T20:15:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}