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

{
    "id": 913,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/913/?format=api",
    "slug": "ula-vulcan-rocket-rollout",
    "name": "ULA Vulcan Rocket Rollout",
    "updates": [
        {
            "id": 6187,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/watch?v=xi78Xd0b4lo",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-05T15:35:27Z"
        },
        {
            "id": 6188,
            "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=xi78Xd0b4lo",
            "created_by": "LL2",
            "created_on": "2024-01-05T15:35:47Z"
        }
    ],
    "last_updated": "2024-03-05T17:25:42Z",
    "type": {
        "id": 27,
        "name": "Rollout"
    },
    "description": "United Launch Alliance is rolling out their Vulcan Centaur rocket for it´s first flight.",
    "webcast_live": false,
    "location": "SLC-41, CCSFS, Florida",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=xi78Xd0b4lo",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "NASASpaceflight",
            "title": "ULA Rolls Out Vulcan Centaur for Peregrine Mission One",
            "description": "United Launch Alliance is rolling out their first Vulcan Centaur rocket for it´s inaugural flight. The rocket will carry the Astrobotics Peregrine lunar land...",
            "feature_image": "https://i.ytimg.com/vi/xi78Xd0b4lo/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=xi78Xd0b4lo",
            "type": {
                "id": 3,
                "name": "Unofficial Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2024-01-05T15:27:44Z",
            "end_time": "2024-01-05T16:45:06Z"
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ula_vulcan_rock_image_20240105153514.jpeg",
    "date": "2024-01-05T15:30:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": "PT1H17M22S",
    "agencies": [
        {
            "id": 124,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/124/?format=api",
            "name": "United Launch Alliance",
            "featured": true,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "ULA",
            "description": "United Launch Alliance (ULA) is a joint venture of Lockheed Martin Space Systems and Boeing Defense, Space & Security. ULA was formed in December 2006 by combining the teams at these companies which provide spacecraft launch services to the government of the United States. ULA launches from both coasts of the US. They launch their Atlas V vehicle from LC-41 in Cape Canaveral and LC-3E at Vandeberg. Their Delta IV launches from LC-37 at Cape Canaveral and LC-6 at Vandenberg.",
            "administrator": "CEO: Tory Bruno",
            "founding_year": "2006",
            "launchers": "Atlas | Delta IV | Vulcan",
            "spacecraft": "CST-100 Starliner",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united_launch_a_image_20210412201210.png",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520launch2520alliance_logo_20210412195953.png"
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [
        {
            "id": 24,
            "url": "https://lldev.thespacedevs.com/2.2.0/program/24/?format=api",
            "name": "Commercial Lunar Payload Services",
            "description": "Commercial Lunar Payload Services (CLPS) is a NASA program to contract transportation services able to send small robotic landers and rovers to the Moon's south polar region.",
            "agencies": [
                {
                    "id": 1069,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1069/?format=api",
                    "name": "Astrobotic Technology",
                    "type": "Private"
                },
                {
                    "id": 1067,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1067/?format=api",
                    "name": "Intuitive Machines",
                    "type": "Commercial"
                },
                {
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20231127193630.jpeg",
            "start_date": "2018-04-27T00:00:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/commercial-lunar-payload-services/",
            "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Lunar_Payload_Services",
            "mission_patches": [],
            "type": {
                "id": 5,
                "name": "Exploration"
            }
        }
    ]
}