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

{
    "id": 782,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/782/?format=api",
    "slug": "vulcan-cert-1-flight-readiness-firing-frf",
    "name": "Vulcan Cert-1 Flight Readiness Firing (FRF)",
    "updates": [
        {
            "id": 4300,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=UhWc8-Oyug8",
            "created_by": "LL2",
            "created_on": "2023-06-07T21:59:50Z"
        },
        {
            "id": 4143,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event.",
            "info_url": "https://twitter.com/torybruno/status/1661716845936934915",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-05-25T13:02:06Z"
        },
        {
            "id": 4154,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Delayed, rollback is needed to inspect the engine ignition system",
            "info_url": "https://twitter.com/ulalaunch/status/1661824360246804480",
            "created_by": "SwGustav",
            "created_on": "2023-05-25T20:14:15Z"
        },
        {
            "id": 4299,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting today at approximately 22:00 UTC",
            "info_url": "https://twitter.com/torybruno/status/1666474419408220160",
            "created_by": "Nosu",
            "created_on": "2023-06-07T16:02:12Z"
        }
    ],
    "last_updated": "2024-03-05T17:26:30Z",
    "type": {
        "id": 5,
        "name": "Static Fire"
    },
    "description": "United Launch Alliance (ULA)'s first Vulcan rocket will perform a test firing of the 1st stage BE-4 engines ahead of its first launch in summer 2023.",
    "webcast_live": false,
    "location": "SLC-41, Cape Canaveral SFS, Florida, USA",
    "news_url": "https://www.ulalaunch.com/rockets/vulcan-centaur/countdown-to-vulcan",
    "video_url": "https://www.youtube.com/watch?v=UhWc8-Oyug8",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.ulalaunch.com",
            "title": "Countdown to Vulcan",
            "description": "Preview of the Flight Readiness Firing\n\nRead more\n\nTanking tests performed on ULA's new rocket\n\nRead more\n\nInaugural rocket moved to launch pad for tanking tests\n\nRead more\n\nFirst flight article arrives at Cape Canaveral\n\nRead more\n\nRocket leaves factory for first test flight\n\nRead more\n\nSRBs delive...",
            "feature_image": null,
            "url": "https://www.ulalaunch.com/rockets/vulcan-centaur/countdown-to-vulcan",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "June 7 Live Broadcast: Vulcan Cert-1 Flight Readiness Firing (FRF)",
            "description": "",
            "feature_image": "https://i.ytimg.com/vi/UhWc8-Oyug8/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=UhWc8-Oyug8",
            "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/vulcan_cert-1_f_image_20230525143224.jpg",
    "date": "2023-06-08T01:05:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}