Modes

Levels of detail in the response - list, normal, detailed

Example - /spacewalks/?mode=list

Filters

Parameters - astronaut__ids, day, end, end__gt, end__gte, end__lt, end__lte, event__ids, id, ids, launch__ids, month, name, name__contains, owner__ids, program__ids, program__name, program__name__contains, spacestation__ids, start__gt, start__gte, start__lt, start__lte, year

Example - /spacewalks/?program__name=Apollo

Fields searched - crew__astronaut__name, location, name, program__name

Example - /spacewalks/?search=Hubble

Ordering

Fields - duration, end, id, name, start

Example - /spacewalks/?ordering=-duration

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /spacewalks/?limit=2

Format

Switch to JSON output - /spacewalks/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

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

{
    "response_mode": "detailed",
    "id": 407,
    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/407/?format=api",
    "name": "Expedition 61 EVA 2",
    "start": "2019-10-11T11:38:00Z",
    "end": "2019-10-11T18:23:00Z",
    "duration": "PT6H45M",
    "location": "International Space Station",
    "crew": [
        {
            "id": 4582,
            "role": {
                "id": 33,
                "role": "EV1",
                "priority": 0
            },
            "astronaut": {
                "id": 8,
                "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/8/?format=api",
                "name": "Andrew R. Morgan",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "abbrev": "NASA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "image": {
                    "id": 327,
                    "name": "[AUTO] Andrew R. Morgan - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/andrew_r._morga_image_20220911034204.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185549.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "response_mode": "list",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P271DT12H48M22S",
                "eva_time": "P1DT21H48M",
                "age": 49,
                "date_of_birth": "1976-02-05",
                "date_of_death": null,
                "nationality": [
                    {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    }
                ],
                "bio": "Andrew Richard \"Drew\" Morgan is a NASA astronaut from the class of 2013.",
                "wiki": "https://en.wikipedia.org/wiki/Andrew_R._Morgan",
                "last_flight": "2019-07-20T16:28:21Z",
                "first_flight": "2019-07-20T16:28:21Z",
                "social_media_links": [
                    {
                        "id": 201,
                        "social_media": {
                            "id": 1,
                            "name": "X",
                            "url": "https://x.com",
                            "logo": {
                                "id": 2320,
                                "name": "X logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
                                "credit": "X",
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            }
                        },
                        "url": "https://twitter.com/AstroDrewMorgan"
                    },
                    {
                        "id": 202,
                        "social_media": {
                            "id": 2,
                            "name": "Instagram",
                            "url": "https://instagram.com",
                            "logo": {
                                "id": 2322,
                                "name": "Instagram logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_thumbnail_20250211191139.png",
                                "credit": "Instagram",
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            }
                        },
                        "url": "https://www.instagram.com/astrodrewmorgan/"
                    }
                ]
            }
        },
        {
            "id": 4583,
            "role": {
                "id": 34,
                "role": "EV2",
                "priority": 1
            },
            "astronaut": {
                "id": 635,
                "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/635/?format=api",
                "name": "Christina Koch",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "abbrev": "NASA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "image": {
                    "id": 421,
                    "name": "[AUTO] Christina Koch - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/christina2520koch_image_20191231114328.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185818.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "response_mode": "list",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P328DT13H58M37S",
                "eva_time": "P1DT18H15M",
                "age": 46,
                "date_of_birth": "1979-01-29",
                "date_of_death": null,
                "nationality": [
                    {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    }
                ],
                "bio": "Christina Hammock Koch (born January 29, 1979) is a NASA astronaut of the class of 2013.",
                "wiki": "https://en.wikipedia.org/wiki/Christina_Koch",
                "last_flight": "2019-03-14T19:14:08Z",
                "first_flight": "2019-03-14T19:14:08Z",
                "social_media_links": [
                    {
                        "id": 102,
                        "social_media": {
                            "id": 1,
                            "name": "X",
                            "url": "https://x.com",
                            "logo": {
                                "id": 2320,
                                "name": "X logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
                                "credit": "X",
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            }
                        },
                        "url": "https://twitter.com/Astro_Christina"
                    },
                    {
                        "id": 103,
                        "social_media": {
                            "id": 2,
                            "name": "Instagram",
                            "url": "https://instagram.com",
                            "logo": {
                                "id": 2322,
                                "name": "Instagram logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_thumbnail_20250211191139.png",
                                "credit": "Instagram",
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            }
                        },
                        "url": "https://www.instagram.com/Astro_Christina/"
                    }
                ]
            }
        }
    ],
    "spacestation": {
        "id": 4,
        "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/4/?format=api",
        "name": "International Space Station",
        "image": {
            "id": 1952,
            "name": "ISS as seen from Shuttle Atlantis (STS-132)",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194230.jpeg",
            "credit": "NASA",
            "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
            },
            "single_use": false,
            "variants": []
        },
        "status": {
            "id": 1,
            "name": "Active"
        },
        "founded": "1998-11-20",
        "deorbited": null,
        "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",
        "type": {
            "id": 2,
            "name": "Government"
        }
    },
    "expedition": {
        "id": 136,
        "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/136/?format=api",
        "name": "Expedition 61",
        "start": "2019-10-02T00:00:00Z",
        "end": "2020-02-05T13:40:00Z",
        "spacestation": {
            "id": 4,
            "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/4/?format=api",
            "name": "International Space Station",
            "image": {
                "id": 1952,
                "name": "ISS as seen from Shuttle Atlantis (STS-132)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194230.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "status": {
                "id": 1,
                "name": "Active"
            },
            "founded": "1998-11-20",
            "deorbited": null,
            "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",
            "type": {
                "id": 2,
                "name": "Government"
            }
        },
        "mission_patches": [
            {
                "id": 723,
                "name": "Expedition 61 Patch",
                "priority": 9,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_61_patch_20221024013520.png",
                "agency": {
                    "response_mode": "list",
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "abbrev": "NASA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "response_mode": "normal"
            }
        ]
    },
    "spacecraft_flight": null,
    "event": {
        "id": 52,
        "url": "https://lldev.thespacedevs.com/2.3.0/events/52/?format=api",
        "name": "US EVA-57",
        "info_urls": [],
        "vid_urls": [],
        "image": {
            "id": 1240,
            "name": "US EVA Astronaut outside the ISS",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192124.jpeg",
            "credit": "NASA",
            "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
            },
            "single_use": false,
            "variants": []
        },
        "date": "2019-10-11T10:30:00Z",
        "slug": "us-eva-57",
        "type": {
            "id": 3,
            "name": "EVA"
        },
        "description": "Expedition 61 astronauts Andrew Morgan and Christina Koch will install new batteries on the P6 truss.\r\n\r\nSpacewalk begins at 11:50 a.m. UTC and is slated to last 6 ½ hours.",
        "webcast_live": false,
        "location": "International Space Station",
        "date_precision": null
    },
    "program": [
        {
            "response_mode": "normal",
            "id": 17,
            "url": "https://lldev.thespacedevs.com/2.3.0/programs/17/?format=api",
            "name": "International Space Station",
            "image": {
                "id": 1874,
                "name": "[AUTO] International Space Station - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194014.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
            "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
            "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": [
                {
                    "response_mode": "list",
                    "id": 16,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/16/?format=api",
                    "name": "Canadian Space Agency",
                    "abbrev": "CSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                {
                    "response_mode": "list",
                    "id": 27,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/27/?format=api",
                    "name": "European Space Agency",
                    "abbrev": "ESA",
                    "type": {
                        "id": 2,
                        "name": "Multinational"
                    }
                },
                {
                    "response_mode": "list",
                    "id": 37,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/37/?format=api",
                    "name": "Japan Aerospace Exploration Agency",
                    "abbrev": "JAXA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                {
                    "response_mode": "list",
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "abbrev": "NASA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                {
                    "response_mode": "list",
                    "id": 63,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                }
            ],
            "start_date": "1998-11-20T06:40:00Z",
            "end_date": null,
            "mission_patches": [],
            "type": {
                "id": 2,
                "name": "Human Spaceflight"
            }
        }
    ]
}