API endpoint that allows Spacewalk instances to be viewed.

GET: Return a list of all the existing spacewalk instances.

FILTERS:

ORDERING:

GET /2.2.0/spacewalks/100/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 100,
    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/100/?format=api",
    "name": "PE-18 EVA 4",
    "start": "1995-05-28T22:22:00Z",
    "end": "1995-05-28T22:43:00Z",
    "duration": "PT21M",
    "location": "Mir",
    "crew": [
        {
            "id": 3967,
            "role": {
                "id": 33,
                "role": "EV1",
                "priority": 0
            },
            "astronaut": {
                "id": 92,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/92/?format=api",
                "name": "Vladimir Dezhurov",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P244DT5H29M12S",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "date_of_birth": "1962-07-30",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Vladimir Nikolayevich Dezhurov (Russian: Влади́мир Никола́евич Дежу́ров; born July 30, 1962) is a former cosmonaut who resides in Star City, Moscow. He is a veteran of two spaceflights, to the Mir and International Space Stations. During his career, Dezhurov also conducted nine spacewalks before his retirement on July 12, 2004.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vladimir2520dezhurov_image_20181128225249.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Vladimir_Dezhurov",
                "last_flight": "2001-08-10T21:10:14Z",
                "first_flight": "1995-03-14T06:11:34Z"
            }
        },
        {
            "id": 3968,
            "role": {
                "id": 34,
                "role": "EV2",
                "priority": 1
            },
            "astronaut": {
                "id": 259,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/259/?format=api",
                "name": "Gennadi Strekalov",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P268DT22H29M54S",
                "status": {
                    "id": 11,
                    "name": "Deceased"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "date_of_birth": "1940-10-26",
                "date_of_death": "2004-12-25",
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Gennadi Mikhailovich Strekalov (Russian: Генна́дий Миха́йлович Стрека́лов; October 26, 1940 – December 25, 2004) was an engineer, cosmonaut, and administrator at Russian aerospace firm RSC Energia. He flew into space five times and lived aboard the Salyut-6, Salyut-7, and Mir space stations, spending over 268 days in space. The catastrophic explosion of a Soyuz rocket in 1983 led to him being one of only two people to use a launch escape system.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gennadi2520strekalov_image_20181201221605.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Gennadi_Strekalov",
                "last_flight": "1995-03-14T06:11:34Z",
                "first_flight": "1980-11-27T14:18:28Z"
            }
        }
    ],
    "spacestation": {
        "id": 5,
        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
        "name": "Mir",
        "status": {
            "id": 2,
            "name": "De-Orbited"
        },
        "founded": "1986-02-20",
        "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.\r\n\r\nThe station served as a microgravity research laboratory in which crews conducted experiments in biology, human biology, physics, astronomy, meteorology and spacecraft systems with a goal of developing technologies required for permanent occupation of space.",
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
    },
    "expedition": {
        "id": 24,
        "url": "https://ll.thespacedevs.com/2.2.0/expedition/24/?format=api",
        "name": "Mir EO-18",
        "start": "1995-03-14T06:11:00Z",
        "end": "1995-07-07T14:55:00Z",
        "spacestation": {
            "id": 5,
            "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
            "name": "Mir",
            "status": {
                "id": 2,
                "name": "De-Orbited"
            },
            "orbit": "Low Earth Orbit",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
        },
        "mission_patches": [
            {
                "id": 733,
                "name": "Mir EO-18 Patch",
                "priority": 10,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/mir_eo-18_patch_20221024013530.png",
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                }
            }
        ]
    },
    "spacecraft_flight": null,
    "event": null,
    "program": [
        {
            "id": 16,
            "url": "https://ll.thespacedevs.com/2.2.0/program/16/?format=api",
            "name": "Mir",
            "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
            "agencies": [
                {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                {
                    "id": 66,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                    "name": "Soviet Space Program",
                    "type": "Government"
                }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg",
            "start_date": "1986-02-20T21:28:23Z",
            "end_date": "2001-03-23T05:59:00Z",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Mir",
            "mission_patches": [],
            "type": {
                "id": 2,
                "name": "Human Spaceflight"
            }
        }
    ]
}