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

{
    "id": 87,
    "url": "https://ll.thespacedevs.com/2.2.0/event/87/?format=api",
    "slug": "starliner-orbital-flight-test-reviews",
    "name": "Starliner Orbital Flight Test Reviews",
    "updates": [],
    "last_updated": "2024-03-05T17:29:01Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA and Boeing will host a media teleconference at 20:30 UTC Friday, Feb. 7, to discuss the status of the joint independent review team investigation into the primary issues detected during the company’s uncrewed Orbital Flight Test in December as part of NASA’s Commercial Crew Program.",
    "webcast_live": false,
    "location": "NASA HQ",
    "news_url": "https://www.nasa.gov/press-release/nasa-boeing-to-provide-update-on-starliner-orbital-flight-test-reviews",
    "video_url": "https://www.youtube.com/watch?v=hxQ_ZV26E04",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA, Boeing to Provide Update on Starliner Orbital Flight Test Review",
            "description": "NASA and Boeing will host a media teleconference at 3:30 p.m. EST Friday, Feb. 7, to discuss the status of the joint independent review team investigation into the primary issues detected during the company’s uncrewed Orbital Flight Test in December as part of NASA’s Commercial Crew Program.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-boeing-to-provide-update-on-starliner-orbital-flight-test-reviews",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "YouTube",
            "description": "Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.",
            "feature_image": null,
            "url": "https://www.youtube.com/watch?v=hxQ_ZV26E04",
            "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/starliner2520orbital2520flight2520test2520reviews_image_20200207073637.jpeg",
    "date": "2020-02-07T20:30:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}