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

{
    "id": 71,
    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/71/?format=api",
    "name": "PE-7 EVA",
    "start": "1990-10-29T21:45:00Z",
    "end": "1990-10-30T00:30:00Z",
    "duration": "PT2H45M",
    "location": "Mir",
    "crew": [
        {
            "id": 3909,
            "role": {
                "id": 33,
                "role": "EV1",
                "priority": 0
            },
            "astronaut": {
                "id": 194,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/194/?format=api",
                "name": "Gennadi Manakov",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P309DT21H18M34S",
                "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": "1950-06-01",
                "date_of_death": "2019-09-26",
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Gennadi Mikhailovich Manakov is a former cosmonaut who commanded two Soyuz flights.\r\nHe was selected on 2 September 1985 and flew as Commander on Soyuz TM-10 and Soyuz TM-16, retiring on 20 December 1996.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gennadi2520manakov_image_20181201175029.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Gennadi_Manakov",
                "last_flight": "1993-01-24T05:58:05Z",
                "first_flight": "1990-08-01T09:32:21Z"
            }
        },
        {
            "id": 3910,
            "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": 13,
        "url": "https://ll.thespacedevs.com/2.2.0/expedition/13/?format=api",
        "name": "Mir EO-7",
        "start": "1990-08-01T09:32:00Z",
        "end": "1990-12-10T06:08: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": []
    },
    "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"
            }
        }
    ]
}