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

{
    "id": 71,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/71/?format=api",
    "slug": "starliner-oft-landing",
    "name": "Starliner OFT Landing",
    "updates": [],
    "last_updated": "2024-03-05T17:22:31Z",
    "type": {
        "id": 9,
        "name": "Spacecraft Landing"
    },
    "description": "The first Boeing CST-100 Starliner will renter the Earth's atmosphere and land at the 'White Sands Missile Range' using its parachutes.",
    "webcast_live": false,
    "location": "White Sands Missile Range",
    "news_url": "https://www.nasa.gov/press-release/nasa-television-to-air-boeing-starliner-spacecraft-landing",
    "video_url": "https://youtu.be/lPzNHeX7OYM",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA Television to Air Boeing Starliner Spacecraft Landing",
            "description": "NASA and Boeing will provide live coverage of the landing on Sunday, Dec. 22, of the company’s CST-100 Starliner spacecraft, on return from its Orbital Flight Test for NASA’s Commercial Crew Program.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-television-to-air-boeing-starliner-spacecraft-landing",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtu.be",
            "publisher": null,
            "title": "Boeing Starliner Orbital Flight Test Landing",
            "description": "Tune in as Boeing's uncrewed Starliner spacecraft lands at White Sands, New Mexico. Landing is scheduled at 7:57 a.m. EST on Sunday, Dec. 22. After its launc...",
            "feature_image": "https://i.ytimg.com/vi/lPzNHeX7OYM/maxresdefault.jpg",
            "url": "https://youtu.be/lPzNHeX7OYM",
            "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/boeing2520starliner2520docking_image_20191210170411.jpeg",
    "date": "2019-12-22T12:57:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}