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

{
    "id": 779,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/779/?format=api",
    "slug": "starship-s25-static-fire-1",
    "name": "Starship S25 Static Fire #1",
    "updates": [
        {
            "id": 4055,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Ship 25, which was transported to Suborbital Pad B last night, will conduct a 6-engine static fire in the coming weeks.",
            "info_url": "https://twitter.com/SpaceX/status/1659215242617044993",
            "created_by": "Jay",
            "created_on": "2023-05-18T15:29:14Z"
        },
        {
            "id": 4479,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Static fire test expected in today's window, which lasts until midnight CDT (05:00 UTC)",
            "info_url": null,
            "created_by": "Jay",
            "created_on": "2023-06-26T23:06:10Z"
        },
        {
            "id": 4480,
            "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=iv-TSySI6DY",
            "created_by": "LL2",
            "created_on": "2023-06-26T23:06:27Z"
        },
        {
            "id": 4482,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Siren heard at around midnight UTC",
            "info_url": null,
            "created_by": "Jay",
            "created_on": "2023-06-27T00:08:39Z"
        }
    ],
    "last_updated": "2024-03-05T17:25:51Z",
    "type": {
        "id": 5,
        "name": "Static Fire"
    },
    "description": "Starship S25 will conduct a static fire test of all 6 Raptor 2 engines on Suborbital Pad B at SpaceX's Starbase facility.",
    "webcast_live": false,
    "location": "Boca Chica, Texas",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=iv-TSySI6DY",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "SpaceX Ship 25 Static Fire Testing",
            "description": "SpaceX is conducting testing of Ship 25 at Starbase in Boca Chica Texas. Details of the test have not been confirmed but an overpressure notice has been deli...",
            "feature_image": "https://i.ytimg.com/vi/iv-TSySI6DY/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=iv-TSySI6DY",
            "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/starship_s24_st_image_20240305172824.jpeg",
    "date": "2023-06-27T01:10:00Z",
    "date_precision": {
        "id": 2,
        "name": "Hour",
        "abbrev": "HR",
        "description": "The T-0 is accurate to the hour."
    },
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [
        {
            "id": 1,
            "url": "https://lldev.thespacedevs.com/2.2.0/program/1/?format=api",
            "name": "SpaceX Starship",
            "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
            "agencies": [
                {
                    "id": 121,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "type": "Commercial"
                }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex2520star_program_20201129204513.png",
            "start_date": "2019-03-01T05:00:00Z",
            "end_date": null,
            "info_url": "https://www.spacex.com/vehicles/starship/",
            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship",
            "mission_patches": [],
            "type": {
                "id": 7,
                "name": "Technology"
            }
        }
    ]
}