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

{
    "id": 26,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/26/?format=api",
    "slug": "splashdown-apollo-11th-50th-anni",
    "name": "Splashdown - Apollo 11th (50th Anni.)",
    "updates": [],
    "last_updated": "2024-03-05T17:21:51Z",
    "type": {
        "id": 9,
        "name": "Spacecraft Landing"
    },
    "description": "After completing the monumental Apollo 11 Moon landing, Neil Armstrong, Buzz Aldrin and Michael Collins safely splashed back into the Pacific Ocean on July 24, 1969.",
    "webcast_live": false,
    "location": "Pacific Ocean",
    "news_url": "https://www.nasa.gov/feature/apollo-11-in-real-time-50-years-later/",
    "video_url": "https://apolloinrealtime.org/11/",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "Apollo 11 in Real Time, 50 Years Later",
            "description": "Apolloinrealtime.org is an interactive, multimedia website that replays the entirety of the Apollo 11 mission.",
            "feature_image": null,
            "url": "https://www.nasa.gov/feature/apollo-11-in-real-time-50-years-later/",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "apolloinrealtime.org",
            "publisher": null,
            "title": "Apollo 11 in Real Time",
            "description": "A real-time interactive journey through the first landing on the Moon. Relive every moment as it occurred in 1969.",
            "feature_image": "https://apolloinrealtime.org/11/img/screenshot.png",
            "url": "https://apolloinrealtime.org/11/",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo252011th252050th2520anniversary2520-2520splashdown_image_20190715211643.jpg",
    "date": "2019-07-24T16:50:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}