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

{
    "id": 4,
    "url": "https://ll.thespacedevs.com/2.2.0/event/4/?format=api",
    "slug": "us-eva-52",
    "name": "US EVA-52",
    "updates": [],
    "last_updated": "2024-03-05T17:26:11Z",
    "type": {
        "id": 3,
        "name": "EVA"
    },
    "description": "NASA astronauts Anne McClain and Nick Hague, onboard the ISS as part of Expedition 59, will begin work to replace batteries on the P4 Truss segment.\r\n\r\nIt was originally planned for Fall 2018 but had to be delayed due to the launch failure of Soyuz MS-10 carrying Aleksey Ovchinin and Nick Hague.",
    "webcast_live": false,
    "location": "International Space Station",
    "news_url": null,
    "video_url": null,
    "info_urls": [],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
    "date": "2019-03-22T12:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [
        {
            "id": 93,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/93/?format=api",
            "name": "Expedition 59",
            "start": "2019-03-15T01:01:00Z",
            "end": "2019-06-24T23:25: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": 720,
                    "name": "Expedition 59 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_59_patch_20221024013519.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": 404,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/404/?format=api",
                    "name": "Expedition 59 EVA 4",
                    "start": "2019-05-29T15:42:00Z",
                    "end": "2019-05-29T21:43:00Z",
                    "duration": "PT6H1M",
                    "location": "International Space Station"
                },
                {
                    "id": 403,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/403/?format=api",
                    "name": "Expedition 59 EVA 3",
                    "start": "2019-04-08T11:31:00Z",
                    "end": "2019-04-08T18:00:00Z",
                    "duration": "PT6H29M",
                    "location": "International Space Station"
                },
                {
                    "id": 402,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/402/?format=api",
                    "name": "Expedition 59 EVA 2",
                    "start": "2019-03-29T11:42:00Z",
                    "end": "2019-03-29T18:27:00Z",
                    "duration": "PT6H45M",
                    "location": "International Space Station"
                },
                {
                    "id": 401,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/401/?format=api",
                    "name": "Expedition 59 EVA 1",
                    "start": "2019-03-22T12:01:00Z",
                    "end": "2019-03-22T18:40:00Z",
                    "duration": "PT6H39M",
                    "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": []
}