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

{
    "id": 61,
    "url": "https://ll.thespacedevs.com/2.2.0/event/61/?format=api",
    "slug": "cst-100-starliner-pad-abort-test",
    "name": "CST-100 Starliner Pad Abort Test",
    "updates": [],
    "last_updated": "2024-03-05T17:28:47Z",
    "type": {
        "id": 10,
        "name": "Abort Test"
    },
    "description": "NASA and Boeing will broadcast live coverage of the CST-100 Starliner Pad Abort Test on Monday, Nov. 4, from Launch Complex 32 at White Sands Missile Range in New Mexico.\r\n\r\nThe test is designed to verify that each of Starliner’s systems will function not only separately, but in concert, to protect astronauts by carrying them safely away from the launch pad in the unlikely event of an emergency prior to liftoff. During the test, Starliner’s four launch abort engines and several orbital maneuvering and attitude control thrusters will fire, pushing the spacecraft approximately 1 mile above land and 1 mile north of the test stand.",
    "webcast_live": false,
    "location": "White Sands Missile Range, New Mexico",
    "news_url": "https://www.nasa.gov/press-release/nasa-tv-to-air-boeing-starliner-pad-abort-test",
    "video_url": "https://www.youtube.com/watch?v=1NLQ4bO-f58",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA TV to Air Boeing Starliner Pad Abort Test",
            "description": "NASA and Boeing will broadcast live coverage of the CST-100 Starliner Pad Abort Test on Monday, Nov. 4, from Launch Complex 32 at White Sands Missile Range in New Mexico.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-tv-to-air-boeing-starliner-pad-abort-test",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Pad Abort Test of Boeing's Starliner Spacecraft, Nov. 4, 2019",
            "description": "TESTING 1...2...3🚀 Boeing put its #Starliner’s launch abort system to the test on Monday, Nov. 4 at the White Sands Missile Range in New Mexico, lifting off...",
            "feature_image": "https://i.ytimg.com/vi/1NLQ4bO-f58/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=1NLQ4bO-f58",
            "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/cst-1002520starliner2520pad2520abort2520test_image_20191102055453.jpg",
    "date": "2019-11-04T14:15:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}