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

{
    "id": 328,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/328/?format=api",
    "slug": "inspiration4-live-update",
    "name": "Inspiration4 Live Update",
    "updates": [],
    "last_updated": "2024-03-05T17:29:19Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "The Inspiration4 crew will share a live on-orbit update about their multi-day journey aboard the Dragon spacecraft.",
    "webcast_live": false,
    "location": "Earth Orbit",
    "news_url": "https://twitter.com/SpaceX/status/1438918286037512196",
    "video_url": "https://www.youtube.com/watch?v=E71ffwc13y4",
    "info_urls": [
        {
            "priority": 10,
            "source": "twitter.com",
            "title": "",
            "description": "JavaScript is not available.\n\nWe’ve detected that JavaScript is disabled in this browser. Please enable JavaScript or switch to a supported browser to continue using twitter.com. You can see a list of supported browsers in our Help Center.",
            "feature_image": null,
            "url": "https://twitter.com/SpaceX/status/1438918286037512196",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Inspiration4 | In-Flight Update with the Crew",
            "description": "Join us for the first live, on-orbit update from the Inspiration4 crew – the world’s first all-civilian human spaceflight to orbit! The Inspiration4 mission ...",
            "feature_image": "https://i.ytimg.com/vi/E71ffwc13y4/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=E71ffwc13y4",
            "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/inspiration_4_l_image_20210917173734.jpeg",
    "date": "2021-09-17T21:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}