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

{
    "id": 750,
    "url": "https://ll.thespacedevs.com/2.2.0/event/750/?format=api",
    "slug": "us-eva-86",
    "name": "US EVA-86",
    "updates": [
        {
            "id": 3900,
            "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=ZTvggR94UnA",
            "created_by": "LL2",
            "created_on": "2023-04-28T11:45:43Z"
        },
        {
            "id": 3826,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated EVA start time.",
            "info_url": "https://www.nasa.gov/press-release/nasa-sets-coverage-of-spacewalk-news-conference-for-station-upgrades",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-17T16:45:33Z"
        }
    ],
    "last_updated": "2024-03-05T17:26:38Z",
    "type": {
        "id": 3,
        "name": "EVA"
    },
    "description": "Two astronauts will venture outside the orbiting outpost from the Quest airlock to prepare cables for future ISS rollout solar array installations and retrieve S-band communications equipment from the ISS truss.",
    "webcast_live": false,
    "location": "International Space Station",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=ZTvggR94UnA",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Spacewalk with NASA Astronaut Steve Bowen and UAE Astronaut Sultan Alneyadi (April 28)",
            "description": "NASA astronaut Steve Bowen and United Arab Emirates astronaut Sultan Alneyadi are conducting a spacewalk on Friday, April 28, 2023, to continue upgrading the...",
            "feature_image": "https://i.ytimg.com/vi/ZTvggR94UnA/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=ZTvggR94UnA",
            "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/us2520eva-52_image_20190318200748.jpeg",
    "date": "2023-04-28T13:15:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [
        {
            "id": 151,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/151/?format=api",
            "name": "Expedition 69",
            "start": "2023-03-28T09:57:27Z",
            "end": "2023-09-26T13:40:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                "name": "International Space Station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            },
            "mission_patches": [
                {
                    "id": 770,
                    "name": "ISS Expedition 69 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/iss2520expedit_mission_patch_20230329140742.png",
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 467,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/467/?format=api",
                    "name": "Expedition 69 EVA 7",
                    "start": "2023-08-09T14:44:00Z",
                    "end": "2023-08-09T21:19:00Z",
                    "duration": "PT6H35M",
                    "location": "International Space Station"
                },
                {
                    "id": 465,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/465/?format=api",
                    "name": "Expedition 69 EVA 6",
                    "start": "2023-06-22T14:24:33Z",
                    "end": "2023-06-22T20:48:00Z",
                    "duration": "PT6H23M27S",
                    "location": "International Space Station"
                },
                {
                    "id": 464,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/464/?format=api",
                    "name": "Expedition 69 EVA 5",
                    "start": "2023-06-15T12:42:00Z",
                    "end": "2023-06-15T18:17:00Z",
                    "duration": "PT5H35M",
                    "location": "International Space Station"
                },
                {
                    "id": 463,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/463/?format=api",
                    "name": "Expedition 69 EVA 4",
                    "start": "2023-06-09T13:24:00Z",
                    "end": "2023-06-09T19:27:00Z",
                    "duration": "PT6H3M",
                    "location": "International Space Station"
                },
                {
                    "id": 462,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/462/?format=api",
                    "name": "Expedition 69 EVA 3",
                    "start": "2023-05-12T15:47:00Z",
                    "end": "2023-05-12T21:01:00Z",
                    "duration": "PT5H14M",
                    "location": "International Space Station"
                },
                {
                    "id": 449,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/449/?format=api",
                    "name": "Expedition 69 EVA 2",
                    "start": "2023-05-03T20:00:00Z",
                    "end": "2023-05-04T03:11:00Z",
                    "duration": "PT7H11M",
                    "location": "International Space Station"
                },
                {
                    "id": 447,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/447/?format=api",
                    "name": "Expedition 69 EVA 1",
                    "start": "2023-04-19T01:40:00Z",
                    "end": "2023-04-19T09:35:00Z",
                    "duration": "PT7H55M",
                    "location": "International Space Station"
                }
            ]
        }
    ],
    "spacestations": [
        {
            "id": 4,
            "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
            "name": "International Space Station",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "founded": "1998-11-20",
            "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
            "orbit": "Low Earth Orbit",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
        }
    ],
    "program": [
        {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
            "name": "International Space Station",
            "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
            "agencies": [
                {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                    "name": "Canadian Space Agency",
                    "type": "Government"
                },
                {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                    "name": "European Space Agency",
                    "type": "Multinational"
                },
                {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                    "name": "Japan Aerospace Exploration Agency",
                    "type": "Government"
                },
                {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
            "start_date": "1998-11-20T06:40:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
            "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
            "mission_patches": [],
            "type": {
                "id": 2,
                "name": "Human Spaceflight"
            }
        }
    ]
}