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

{
    "id": 62,
    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/62/?format=api",
    "name": "PE-3 EVA 3",
    "start": "1988-10-20T05:59:00Z",
    "end": "1988-10-20T10:11:00Z",
    "duration": "PT4H12M",
    "location": "Mir",
    "crew": [
        {
            "id": 3891,
            "role": {
                "id": 33,
                "role": "EV1",
                "priority": 0
            },
            "astronaut": {
                "id": 267,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/267/?format=api",
                "name": "Vladimir Georgiyevich Titov",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P387DT50M35S",
                "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": "1947-01-01",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Vladimir Georgiyevich Titov (Russian: Владимир Георгиевич Титов; born 1 January 1947 in Sretensk, Zabaykalsky Krai, Russia) is a retired Russian Air Force Colonel and former cosmonaut. He has participated in four spaceflight missions. 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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vladimir2520georgiyevich2520titov_image_20181201222703.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Vladimir_Georgiyevich_Titov",
                "last_flight": "1997-09-26T02:34:19Z",
                "first_flight": "1983-04-20T13:10:54Z"
            }
        },
        {
            "id": 3892,
            "role": {
                "id": 34,
                "role": "EV2",
                "priority": 1
            },
            "astronaut": {
                "id": 195,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/195/?format=api",
                "name": "Musa Manarov",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P541DT29M38S",
                "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": "1951-03-22",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Musa Khiramanovich Manarov (Russian: Муса Хираманович Манаров; born March 22, 1951 in Baku, Azerbaijan SSR) is a former cosmonaut who spent 541 days in space.\r\nFrom December 21, 1987 to December 21, 1988 he flew as flight engineer on Soyuz TM-4. The flight duration was 365 days 22 hours 38 minutes. From December 2, 1990 to May 26, 1991 he flew again as a flight engineer on Soyuz TM-11. The duration was 175 days 1 hour 50 minutes,[2] the longest continuous time spent in space by anyone at that time. During his 176-day stay, Manarov observed the Earth and worked in space manufacturing. He also performed 20 hours of spacewalks.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/musa2520manarov_image_20181201175155.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Musa_Manarov",
                "last_flight": "1990-12-02T08:13:32Z",
                "first_flight": "1987-12-21T11:18:03Z"
            }
        }
    ],
    "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": 9,
        "url": "https://ll.thespacedevs.com/2.2.0/expedition/9/?format=api",
        "name": "Mir EO-3",
        "start": "1987-12-21T11:18:00Z",
        "end": "1988-12-21T09:57: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": []
    },
    "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"
            }
        }
    ]
}