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

{
    "id": 122,
    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/122/?format=api",
    "name": "PE-24 EVA 6",
    "start": "1998-01-08T23:08:00Z",
    "end": "1998-01-09T02:14:00Z",
    "duration": "PT3H6M",
    "location": "Mir",
    "crew": [
        {
            "id": 4011,
            "role": {
                "id": 33,
                "role": "EV1",
                "priority": 0
            },
            "astronaut": {
                "id": 257,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/257/?format=api",
                "name": "Anatoly Solovyev",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P651DT1M21S",
                "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": "1948-01-16",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Anatoly Yakovlevich Solovyev (Russian: Анатолий Яковлевич Соловьёв; born January 16, 1948 – alternate spelling \"Solovyov\") is a retired Russian and Soviet cosmonaut and pilot. Solovyev holds the world record on the number of spacewalks performed (16), and accumulated time spent spacewalking (over 82 hours).",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/anatoly2520solovyev_image_20181201221333.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Anatoly_Solovyev",
                "last_flight": "1997-08-05T15:35:54Z",
                "first_flight": "1988-06-07T14:03:13Z"
            }
        },
        {
            "id": 4012,
            "role": {
                "id": 34,
                "role": "EV2",
                "priority": 1
            },
            "astronaut": {
                "id": 278,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/278/?format=api",
                "name": "Pavel Vinogradov",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P546DT22H31M46S",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "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": "1953-08-31",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Pavel Vladimirovich Vinogradov (Russian: Павел Владимирович Виноградов; born August 31, 1953 in Magadan, USSR) is a cosmonaut and former commander of the International Space Station. As of May 2013, he has flown into space three times, aboard Mir and the International Space Station, and is one of the top 10 astronauts in terms of total time in space. Vinogradov has also conducted seven spacewalks in his cosmonaut career, and holds the record for the oldest person to perform a spacewalk.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/pavel2520vinogradov_image_20181201224203.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Pavel_Vinogradov",
                "last_flight": "2013-03-28T20:43:20Z",
                "first_flight": "1997-08-05T15:35:54Z"
            }
        }
    ],
    "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
    },
    "expedition": {
        "id": 30,
        "url": "https://ll.thespacedevs.com/2.2.0/expedition/30/?format=api",
        "name": "Mir EO-24",
        "start": "1997-08-05T15:35:00Z",
        "end": "1998-02-19T09:10: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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
        },
        "mission_patches": [
            {
                "id": 735,
                "name": "Mir EO-24 Patch",
                "priority": 10,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/mir_eo-24_patch_20221024013535.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://spacelaunchnow-prod-east.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"
            }
        }
    ]
}