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

{
    "id": 244,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/244/?format=api",
    "slug": "osiris-rex-departure-from-asteroid-bennu",
    "name": "OSIRIS-Rex Departure from Asteroid Bennu",
    "updates": [],
    "last_updated": "2024-03-07T16:44:57Z",
    "type": {
        "id": 6,
        "name": "Spacecraft Event"
    },
    "description": "The departure of the OSIRIS-Rex spacecraft from asteroid Bennu will be livestreamed on NASA TV.",
    "webcast_live": false,
    "location": "Asteroid Bennu",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=otcgXyqbW-M",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "OSIRIS-REx Departure: Farewell to Asteroid Bennu",
            "description": "Join us live at 4 p.m. EDT, Mon., May 10, as our OSIRIS-REx mission bids farewell to near-Earth asteroid Bennu. At 4:16 p.m., the spacecraft will fire its ma...",
            "feature_image": "https://i.ytimg.com/vi/otcgXyqbW-M/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=otcgXyqbW-M",
            "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/osiris-rex2520sample2520collection_image_20190729035954.jpg",
    "date": "2021-05-10T20:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}