Modes

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

Example - /astronauts/?mode=list

Filters

Parameters - age, age__gt, age__gte, age__lt, age__lte, agency_ids, date_of_birth, date_of_birth__gt, date_of_birth__gte, date_of_birth__lt, date_of_birth__lte, date_of_death, date_of_death__gt, date_of_death__gte, date_of_death__lt, date_of_death__lte, first_flight, first_flight__gt, first_flight__gte, first_flight__lt, first_flight__lte, flights_count, flights_count__gt, flights_count__gte, flights_count__lt, flights_count__lte, has_flown, in_space, is_human, landings_count, landings_count__gt, landings_count__gte, landings_count__lt, landings_count__lte, last_flight, last_flight__gt, last_flight__gte, last_flight__lt, last_flight__lte, nationality, status_ids, type__id

Example - /astronauts/?has_flown=true

Fields searched - agency__abbrev, agency__name, name, nationality__nationality_name

Example - /astronauts/?search=Pesquet

Ordering

Fields - age, date_of_birth, eva_time, flights_count, id, landings_count, last_flight, name, spacewalks_count, status, time_in_space

Example - /astronauts/?ordering=-time_in_space

Number of results

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

Example - /astronauts/?limit=2

Format

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

Help

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

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

{
    "id": 804,
    "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/804/?format=api",
    "name": "Shubhanshu Shukla",
    "status": {
        "id": 1,
        "name": "Active"
    },
    "agency": {
        "response_mode": "list",
        "id": 31,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/31/?format=api",
        "name": "Indian Space Research Organization",
        "abbrev": "ISRO",
        "type": {
            "id": 1,
            "name": "Government"
        }
    },
    "image": {
        "id": 2131,
        "name": "Shubhanshu Shukla portrait",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shubhanshu_shuk_image_20240803064210.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shubhanshu_shuk_image_thumbnail_20240803064212.jpeg",
        "credit": "ISRO",
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "response_mode": "detailed",
    "type": {
        "id": 1,
        "name": "Unknown"
    },
    "in_space": false,
    "time_in_space": "P0D",
    "eva_time": "P0D",
    "age": 39,
    "date_of_birth": "1985-10-10",
    "date_of_death": null,
    "nationality": [
        {
            "id": 9,
            "name": "India",
            "alpha_2_code": "IN",
            "alpha_3_code": "IND",
            "nationality_name": "Indian",
            "nationality_name_composed": "Indo"
        }
    ],
    "bio": "Indian astronaut part of the first group of the Indian domestic human spaceflight program.",
    "wiki": null,
    "last_flight": null,
    "first_flight": null,
    "social_media_links": [],
    "flights_count": 0,
    "landings_count": 0,
    "spacewalks_count": 0,
    "flights": [],
    "landings": [
        {
            "id": 671,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_flights/671/?format=api",
            "destination": "International Space Station",
            "mission_end": null,
            "spacecraft": {
                "response_mode": "normal",
                "id": 595,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/595/?format=api",
                "name": "Crew Dragon C213",
                "serial_number": "C213",
                "is_placeholder": false,
                "image": {
                    "id": 1181,
                    "name": "Crew Dragon docking",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.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": []
                },
                "in_space": false,
                "time_in_space": "P0D",
                "time_docked": "P0D",
                "flights_count": 0,
                "mission_ends_count": 0,
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "description": "Crew Dragon spacecraft first used for Crew-10.",
                "spacecraft_config": {
                    "response_mode": "normal",
                    "id": 6,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/6/?format=api",
                    "name": "Crew Dragon 2",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "response_mode": "list",
                        "id": 121,
                        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "abbrev": "SpX",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "family": [
                        {
                            "response_mode": "normal",
                            "id": 6,
                            "name": "Dragon",
                            "description": "Dragon is a family of spacecraft developed and produced by American private space transportation company SpaceX.",
                            "manufacturer": {
                                "response_mode": "list",
                                "id": 121,
                                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                "name": "SpaceX",
                                "abbrev": "SpX",
                                "type": {
                                    "id": 3,
                                    "name": "Commercial"
                                }
                            },
                            "parent": null,
                            "maiden_flight": "2010-12-08"
                        },
                        {
                            "response_mode": "normal",
                            "id": 7,
                            "name": "Dragon 2",
                            "description": "Dragon 2 is a family of spacecraft developed and produced by American private space transportation company SpaceX. It was redesigned for human spaceflight, and is capable of docking to the ISS.",
                            "manufacturer": {
                                "response_mode": "list",
                                "id": 121,
                                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                "name": "SpaceX",
                                "abbrev": "SpX",
                                "type": {
                                    "id": 3,
                                    "name": "Commercial"
                                }
                            },
                            "parent": {
                                "response_mode": "list",
                                "id": 6,
                                "name": "Dragon"
                            },
                            "maiden_flight": "2019-03-02"
                        }
                    ],
                    "in_use": true,
                    "image": {
                        "id": 1181,
                        "name": "Crew Dragon docking",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.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": []
                    }
                },
                "fastest_turnaround": null
            },
            "launch": {
                "id": "0805af04-c2ea-4750-9eb4-f24f89eeb5d6",
                "url": "https://lldev.thespacedevs.com/2.3.0/launches/0805af04-c2ea-4750-9eb4-f24f89eeb5d6/?format=api",
                "name": "Falcon 9 Block 5 | Axiom Space Mission 4",
                "response_mode": "normal",
                "slug": "falcon-9-block-5-axiom-space-mission-4",
                "launch_designator": null,
                "status": {
                    "id": 8,
                    "name": "To Be Confirmed",
                    "abbrev": "TBC",
                    "description": "Awaiting official confirmation - current date is known with some certainty."
                },
                "last_updated": "2025-04-09T18:57:32Z",
                "net": "2025-05-29T17:00:00Z",
                "net_precision": {
                    "id": 2,
                    "name": "Hour",
                    "abbrev": "HR",
                    "description": "The T-0 is accurate to the hour."
                },
                "window_end": "2025-05-29T17:00:00Z",
                "window_start": "2025-05-29T17:00:00Z",
                "image": {
                    "id": 1360,
                    "name": "Crew Dragon at sunrise",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20210525170218.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192522.jpeg",
                    "credit": "SpaceX",
                    "license": {
                        "id": 5,
                        "name": "CC BY-NC 2.0",
                        "priority": 1,
                        "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                    },
                    "single_use": false,
                    "variants": []
                },
                "infographic": null,
                "probability": null,
                "weather_concerns": null,
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "response_mode": "list",
                    "id": 121,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "abbrev": "SpX",
                    "type": {
                        "id": 3,
                        "name": "Commercial"
                    }
                },
                "rocket": {
                    "id": 2952,
                    "configuration": {
                        "response_mode": "list",
                        "id": 164,
                        "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/164/?format=api",
                        "name": "Falcon 9",
                        "families": [
                            {
                                "response_mode": "list",
                                "id": 1,
                                "name": "Falcon"
                            },
                            {
                                "response_mode": "list",
                                "id": 176,
                                "name": "Falcon 9"
                            }
                        ],
                        "full_name": "Falcon 9 Block 5",
                        "variant": "Block 5"
                    }
                },
                "mission": {
                    "id": 1369,
                    "name": "Axiom Space Mission 4",
                    "type": "Tourism",
                    "description": "This is a Crew Dragon flight for a private company Axiom Space. The mission will carry a professionally trained commander alongside three private astronauts to and from the International Space Station. This crew will stay aboard space station for  at least eight days.",
                    "image": null,
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO",
                        "celestial_body": {
                            "response_mode": "list",
                            "id": 1,
                            "name": "Earth"
                        }
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 87,
                    "url": "https://lldev.thespacedevs.com/2.3.0/pads/87/?format=api",
                    "active": true,
                    "agencies": [
                        {
                            "response_mode": "normal",
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "abbrev": "SpX",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            },
                            "featured": true,
                            "country": [
                                {
                                    "id": 2,
                                    "name": "United States of America",
                                    "alpha_2_code": "US",
                                    "alpha_3_code": "USA",
                                    "nationality_name": "American",
                                    "nationality_name_composed": "Americano"
                                }
                            ],
                            "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                            "administrator": "CEO: Elon Musk",
                            "founding_year": 2002,
                            "launchers": "Falcon | Starship",
                            "spacecraft": "Dragon",
                            "parent": null,
                            "image": {
                                "id": 29,
                                "name": "[AUTO] SpaceX - image",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184704.jpeg",
                                "credit": null,
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "logo": {
                                "id": 186,
                                "name": "[AUTO] SpaceX - logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185138.png",
                                "credit": null,
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "social_logo": {
                                "id": 94,
                                "name": "[AUTO] SpaceX - social_logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184848.jpeg",
                                "credit": null,
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            }
                        }
                    ],
                    "name": "Launch Complex 39A",
                    "image": {
                        "id": 2119,
                        "name": "FH liftoff from LC-39A (GOES-U)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/fh_liftoff_from_image_20240626200232.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/fh_liftoff_from_image_thumbnail_20240626200233.jpeg",
                        "credit": "SpaceX",
                        "license": {
                            "id": 5,
                            "name": "CC BY-NC 2.0",
                            "priority": 1,
                            "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "description": "",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                    "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                    "latitude": 28.60822681,
                    "longitude": -80.60428186,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                    "total_launch_count": 203,
                    "orbital_launch_attempt_count": 202,
                    "fastest_turnaround": "P5DT7H9M30S",
                    "location": {
                        "response_mode": "normal",
                        "id": 27,
                        "url": "https://lldev.thespacedevs.com/2.3.0/locations/27/?format=api",
                        "name": "Kennedy Space Center, FL, USA",
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 1,
                            "name": "Earth",
                            "type": {
                                "id": 1,
                                "name": "Planet"
                            },
                            "diameter": 12742000.0,
                            "mass": 5.972168e+24,
                            "gravity": 9.80655,
                            "length_of_day": "1 00:00:00",
                            "atmosphere": true,
                            "image": {
                                "id": 2040,
                                "name": "Earth (Apollo 17)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.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": true,
                                "variants": []
                            },
                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                            "total_attempted_launches": 7129,
                            "successful_launches": 6587,
                            "failed_launches": 542,
                            "total_attempted_landings": 1089,
                            "successful_landings": 1046,
                            "failed_landings": 43
                        },
                        "active": true,
                        "country": {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        },
                        "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                        "image": {
                            "id": 2200,
                            "name": "Cape Canaveral & KSC seen from orbit (STS-43)",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_20240918151615.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_thumbnail_20240918151616.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": true,
                            "variants": []
                        },
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                        "longitude": -80.650833,
                        "latitude": 28.524167,
                        "timezone_name": "America/New_York",
                        "total_launch_count": 261,
                        "total_landing_count": 0
                    }
                },
                "webcast_live": false,
                "program": [
                    {
                        "response_mode": "normal",
                        "id": 32,
                        "url": "https://lldev.thespacedevs.com/2.3.0/programs/32/?format=api",
                        "name": "Axiom Private Spaceflight",
                        "image": {
                            "id": 1899,
                            "name": "Crew Dragon at sunrise with Axiom logo",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/axiom2520priva_program_20231231100427.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194101.jpeg",
                            "credit": "Axiom Space",
                            "license": {
                                "id": 6,
                                "name": "Axiom Space Licence",
                                "priority": 2,
                                "link": "https://www.axiomspace.com/terms-and-conditions"
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "info_url": "https://www.axiomspace.com/missions/",
                        "wiki_url": "https://en.wikipedia.org/wiki/Axiom_Space#Missions",
                        "description": "Axiom Space provides human spaceflight missions to the International Space Station. \r\nThe company sent its first commercial astronauts into orbit in 2022. It also plans human spaceflight for government-funded and commercial astronauts engaging in in-space research, in-space manufacturing, and space exploration.",
                        "agencies": [
                            {
                                "response_mode": "list",
                                "id": 1022,
                                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1022/?format=api",
                                "name": "Axiom Space",
                                "abbrev": "AXS",
                                "type": {
                                    "id": 5,
                                    "name": "Private"
                                }
                            }
                        ],
                        "start_date": "2022-04-08T00:00:00Z",
                        "end_date": null,
                        "mission_patches": [
                            {
                                "id": 778,
                                "name": "Axiom Mission 2 Patch",
                                "priority": 10,
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/axiom2520missi_mission_patch_20230522161438.png",
                                "agency": {
                                    "response_mode": "list",
                                    "id": 1022,
                                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1022/?format=api",
                                    "name": "Axiom Space",
                                    "abbrev": "AXS",
                                    "type": {
                                        "id": 5,
                                        "name": "Private"
                                    }
                                },
                                "response_mode": "normal"
                            },
                            {
                                "id": 605,
                                "name": "Ax-1 Patch",
                                "priority": 10,
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ax-12520patch_mission_patch_20220401172359.png",
                                "agency": {
                                    "response_mode": "list",
                                    "id": 1022,
                                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1022/?format=api",
                                    "name": "Axiom Space",
                                    "abbrev": "AXS",
                                    "type": {
                                        "id": 5,
                                        "name": "Private"
                                    }
                                },
                                "response_mode": "normal"
                            },
                            {
                                "id": 901,
                                "name": "Ax-3 Patch",
                                "priority": 10,
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ax-32520patch_mission_patch_20231019065301.png",
                                "agency": {
                                    "response_mode": "list",
                                    "id": 1022,
                                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1022/?format=api",
                                    "name": "Axiom Space",
                                    "abbrev": "AXS",
                                    "type": {
                                        "id": 5,
                                        "name": "Private"
                                    }
                                },
                                "response_mode": "normal"
                            }
                        ],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 6940,
                "location_launch_attempt_count": 263,
                "pad_launch_attempt_count": 205,
                "agency_launch_attempt_count": 501,
                "orbital_launch_attempt_count_year": 91,
                "location_launch_attempt_count_year": 11,
                "pad_launch_attempt_count_year": 11,
                "agency_launch_attempt_count_year": 52
            },
            "landing": {
                "id": 398,
                "url": "https://lldev.thespacedevs.com/2.3.0/landings/398/?format=api",
                "attempt": true,
                "success": null,
                "description": "The Crew Dragon spacecraft will splash down in the Pacific Ocean carrying 4 passengers.",
                "downrange_distance": null,
                "landing_location": {
                    "id": 18,
                    "name": "Pacific Ocean",
                    "active": true,
                    "abbrev": "PAC",
                    "description": "Pacific Ocean",
                    "location": null,
                    "longitude": null,
                    "latitude": null,
                    "image": {
                        "id": 2242,
                        "name": "Pacific Ocean from the ISS",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_20240920094534.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_thumbnail_20240920094534.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": true,
                        "variants": []
                    },
                    "successful_landings": 46,
                    "attempted_landings": 48,
                    "failed_landings": 2,
                    "celestial_body": {
                        "response_mode": "normal",
                        "id": 1,
                        "name": "Earth",
                        "type": {
                            "id": 1,
                            "name": "Planet"
                        },
                        "diameter": 12742000.0,
                        "mass": 5.972168e+24,
                        "gravity": 9.80655,
                        "length_of_day": "1 00:00:00",
                        "atmosphere": true,
                        "image": {
                            "id": 2040,
                            "name": "Earth (Apollo 17)",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.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": true,
                            "variants": []
                        },
                        "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                        "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                    }
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PCL",
                    "description": "Unpowered landing using parachute(s)."
                }
            },
            "duration": null,
            "turn_around_time": null,
            "response_mode": "normal"
        }
    ],
    "spacewalks": []
}