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

{
    "id": 366,
    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/366/?format=api",
    "name": "Expedition 39 EVA",
    "start": "2014-04-23T13:56:00Z",
    "end": "2014-04-23T15:32:00Z",
    "duration": "PT1H36M",
    "location": "International Space Station",
    "crew": [
        {
            "id": 4500,
            "role": {
                "id": 33,
                "role": "EV1",
                "priority": 0
            },
            "astronaut": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/13/?format=api",
                "name": "Richard Mastracchio",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P227DT13H36M54S",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1960-02-11",
                "date_of_death": null,
                "nationality": "American",
                "twitter": "https://twitter.com/AstroRM",
                "instagram": null,
                "bio": "Richard Alan \"Rick\" Mastracchio is an American engineer and former NASA astronaut. He has flown on three NASA Space Shuttle missions as a mission specialist in addition to serving as a Flight Engineer on the Soyuz TMA-11M (Expedition 38/Expedition 39) long duration mission aboard the International Space Station. He is currently the Senior Director of Operations for Commercial Resupply Services at Orbital ATK.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/richard_mastrac_image_20220911033746.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Richard_Mastracchio",
                "last_flight": "2013-11-07T04:14:15Z",
                "first_flight": "2000-09-08T12:45:47Z"
            }
        },
        {
            "id": 4501,
            "role": {
                "id": 34,
                "role": "EV2",
                "priority": 1
            },
            "astronaut": {
                "id": 535,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/535/?format=api",
                "name": "Steven Swanson",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P195DT20H45M49S",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1960-12-03",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Steven Ray Swanson is an American Engineer and a retired NASA astronaut. He is married and has three children. He has received numerous awards and honors. These include the NASA Exceptional Achievement Medal and the JSC Certificate of Accommodation and many others. Prior to becoming a NASA astronaut, Swanson worked for GTE in Phoenix, Arizona, as a software engineer. Swanson has flown two shuttle flights, STS-117 and STS-119. He has logged over 4,700 hours in space and completed four spacewalks totaling 26 hours and 14 minutes. Swanson has also served in other roles at NASA, such as a CAPCOM for both International Space Station and Space Shuttle missions.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/steven_swanson_image_20220911034405.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Steven_Swanson",
                "last_flight": "2014-03-25T21:17:23Z",
                "first_flight": "2007-06-08T23:38:04Z"
            }
        }
    ],
    "spacestation": {
        "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"
    },
    "expedition": {
        "id": 73,
        "url": "https://ll.thespacedevs.com/2.2.0/expedition/73/?format=api",
        "name": "Expedition 39",
        "start": "2014-03-11T00:02:00Z",
        "end": "2014-05-13T22:36: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": []
    },
    "spacecraft_flight": null,
    "event": null,
    "program": [
        {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
            "name": "International Space Station",
            "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
            "agencies": [
                {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                    "name": "Canadian Space Agency",
                    "type": "Government"
                },
                {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                    "name": "European Space Agency",
                    "type": "Multinational"
                },
                {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                    "name": "Japan Aerospace Exploration Agency",
                    "type": "Government"
                },
                {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
            "start_date": "1998-11-20T06:40:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
            "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
            "mission_patches": [],
            "type": {
                "id": 2,
                "name": "Human Spaceflight"
            }
        }
    ]
}