API endpoint that allows all Events to be viewed.

FILTERS: 'type', 'type__ids', 'program', 'agency__ids', 'last_updated'

GET: Return a list of all Events

SEARCH EXAMPLE: /2.2.0/event/?search=Dragon Searches through name

ORDERING: Fields - 'date', 'last_updated' Example - /2.2.0/event/?ordering=-date

GET /2.2.0/event/324/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 324,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/324/?format=api",
    "slug": "inspiration4-resilience-crew-dragon-splashdown",
    "name": "Inspiration4 \"Resilience\" Crew Dragon Splashdown",
    "updates": [],
    "last_updated": "2024-03-05T17:29:20Z",
    "type": {
        "id": 9,
        "name": "Spacecraft Landing"
    },
    "description": "The \"Resilience\" Crew Dragon will splashdown in the Gulf of Mexico, bringing Jared Isaacman, Sian Proctor, Chris Sembroski and Hayley Arceneaux back to Earth after spending three days in orbit as part of the Inspiration4 mission.",
    "webcast_live": false,
    "location": "Gulf of Mexico, southwest of Pensacola, FL, USA",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=dpFKNNl47AM",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Inspiration4 | Splashdown",
            "description": "After three days orbiting Earth, Dragon and the Inspiration4 crew– the world’s first civilian mission to orbit – safely splashed down off the coast of Florid...",
            "feature_image": "https://i.ytimg.com/vi/dpFKNNl47AM/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=dpFKNNl47AM",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200718140927.jpg",
    "date": "2021-09-18T23:06:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}