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

{
    "count": 805,
    "next": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=230&ordering=eva_time",
    "previous": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=210&ordering=eva_time",
    "results": [
        {
            "id": 178,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/178/?format=api",
            "name": "Vasily Lazarev",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "agency": {
                "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"
                }
            },
            "image": {
                "id": 253,
                "name": "[AUTO] Vasily Lazarev - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vasily2520lazarev_image_20181129234720.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185338.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P1DT23H36M59S",
            "eva_time": "P0D",
            "age": 62,
            "date_of_birth": "1928-02-23",
            "date_of_death": "1990-12-31",
            "nationality": [
                {
                    "id": 5,
                    "name": "Russia",
                    "alpha_2_code": "RU",
                    "alpha_3_code": "RUS",
                    "nationality_name": "Russian",
                    "nationality_name_composed": "Russo"
                }
            ],
            "bio": "Vasily Grigoryevich Lazarev (Russian: Васи́лий Григо́рьевич Ла́зарев; February 23, 1928 – December 31, 1990) was a Soviet cosmonaut who flew on the Soyuz 12 spaceflight as well as the abortive Soyuz 18a launch in April 5, 1975.",
            "wiki": "https://en.wikipedia.org/wiki/Vasily_Lazarev",
            "last_flight": "1975-04-05T11:04:54Z",
            "first_flight": "1973-09-27T12:18:16Z",
            "social_media_links": [],
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0
        },
        {
            "id": 102,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/102/?format=api",
            "name": "Jean-Jacques Favier",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "agency": {
                "response_mode": "list",
                "id": 46,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/46/?format=api",
                "name": "National Center of Space Research",
                "abbrev": "CNES",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "image": {
                "id": 422,
                "name": "[AUTO] Jean-Jacques Favier - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jean-jacques2520favier_image_20181128230836.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185819.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P16DT21H48M",
            "eva_time": "P0D",
            "age": 73,
            "date_of_birth": "1949-04-13",
            "date_of_death": "2023-03-19",
            "nationality": [
                {
                    "id": 1,
                    "name": "France",
                    "alpha_2_code": "FR",
                    "alpha_3_code": "FRA",
                    "nationality_name": "French",
                    "nationality_name_composed": "Franco"
                }
            ],
            "bio": "Jean-Jacques Favier (Born April 13, 1949) was a French engineer and CNES astronaut who flew aboard the STS-78 NASA Space Shuttle mission. Favier was due to fly aboard the Columbia mission in 2003, but later signed out of the mission. Jean-Jacques Favier has been Deputy Director for Space Technology and Deputy Director for Advanced Concepts and Strategy at CNES, Director of the Solidification Laboratory at the French Atomic Energy Commission and Research Program Director at the International Space University.",
            "wiki": "https://en.wikipedia.org/wiki/Jean-Jacques_Favier",
            "last_flight": "1996-06-20T14:49:00Z",
            "first_flight": "1996-06-20T14:49:00Z",
            "social_media_links": [],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        },
        {
            "id": 121,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/121/?format=api",
            "name": "James Halsell",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "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": 423,
                "name": "[AUTO] James Halsell - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/james2520halsell_image_20181129201925.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185820.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P52DT10H31M32S",
            "eva_time": "P0D",
            "age": 68,
            "date_of_birth": "1956-09-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": "James Halsell was an Air Force Test Pilot when he was selected by NASA to become an Astronaut in 1990. He was a veteran of five flights totalling over 1,250 hours in space, pilot of two STS missions and commander of three. He also served as a manager for Shuttle Launch Integration and Space Shuttle Program manager. After the Columbia accident he led the NASA Return to Flight Planning team.",
            "wiki": "https://en.wikipedia.org/wiki/James_D._Halsell",
            "last_flight": "2000-05-19T10:11:10Z",
            "first_flight": "1994-07-08T16:43:01Z",
            "social_media_links": [],
            "flights_count": 5,
            "landings_count": 5,
            "spacewalks_count": 0
        },
        {
            "id": 206,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/206/?format=api",
            "name": "Rodolfo Neri Vela",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "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": 424,
                "name": "[AUTO] Rodolfo Neri Vela - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rodolfo2520neri2520vela_image_20181201182057.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185822.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P6DT21H4M",
            "eva_time": "P0D",
            "age": 73,
            "date_of_birth": "1952-02-19",
            "date_of_death": null,
            "nationality": [
                {
                    "id": 25,
                    "name": "Mexico",
                    "alpha_2_code": "MX",
                    "alpha_3_code": "MEX",
                    "nationality_name": "Mexican",
                    "nationality_name_composed": "Mexico"
                }
            ],
            "bio": "Rodolfo Neri Vela (born 19 February 1952) is a Mexican scientist and astronaut who flew aboard a NASA Space Shuttle mission in the year 1985. He is the first Mexican, and the second Latin American to have traveled to space.",
            "wiki": "https://en.wikipedia.org/wiki/Rodolfo_Neri_Vela",
            "last_flight": "1985-11-27T00:29:00Z",
            "first_flight": "1985-11-27T00:29:00Z",
            "social_media_links": [],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        },
        {
            "id": 85,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/85/?format=api",
            "name": "Maurizio Cheli",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "agency": {
                "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"
                }
            },
            "image": {
                "id": 425,
                "name": "[AUTO] Maurizio Cheli - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maurizio2520cheli_image_20181128224319.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185823.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P15DT17H40M",
            "eva_time": "P0D",
            "age": 65,
            "date_of_birth": "1959-05-04",
            "date_of_death": null,
            "nationality": [
                {
                    "id": 3,
                    "name": "Italy",
                    "alpha_2_code": "IT",
                    "alpha_3_code": "ITA",
                    "nationality_name": "Italian",
                    "nationality_name_composed": "Italo"
                }
            ],
            "bio": "Maurizio Cheli (born 4 May 1959) is an Italian air force officer, a European Space Agency astronaut and a veteran of one NASA space shuttle mission.\r\n\r\nHe trained with the United States Air Force and was selected as an astronaut candidate by the European Space Agency in 1992. He holds the rank of lieutenant colonel in the Italian Air Force. He flew aboard STS-75 in 1996 as a mission specialist.",
            "wiki": "https://en.wikipedia.org/wiki/Maurizio_Cheli",
            "last_flight": "1996-02-22T20:18:00Z",
            "first_flight": "1996-02-22T20:18:00Z",
            "social_media_links": [],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        },
        {
            "id": 106,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/106/?format=api",
            "name": "Klaus-Dietrich Flade",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "agency": {
                "response_mode": "list",
                "id": 29,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/29/?format=api",
                "name": "German Aerospace Center",
                "abbrev": "DLR",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "image": {
                "id": 426,
                "name": "[AUTO] Klaus-Dietrich Flade - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/klaus-dietrich2520flade_image_20181128231425.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185824.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P7DT21H56M30S",
            "eva_time": "P0D",
            "age": 72,
            "date_of_birth": "1952-08-21",
            "date_of_death": null,
            "nationality": [
                {
                    "id": 4,
                    "name": "Germany",
                    "alpha_2_code": "DE",
                    "alpha_3_code": "DEU",
                    "nationality_name": "German",
                    "nationality_name_composed": "Germano"
                }
            ],
            "bio": "Klaus-Dietrich Flade (born August 23, 1952) is a German pilot and former German Aerospace Center astronaut who visited the Mir space station in 1992 aboard the Soyuz TM-14 mission, returning to Earth a week later aboard Soyuz TM-13.",
            "wiki": "https://en.wikipedia.org/wiki/Klaus-Dietrich_Flade",
            "last_flight": "1992-03-17T10:54:30Z",
            "first_flight": "1992-03-17T10:54:30Z",
            "social_media_links": [],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        },
        {
            "id": 251,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/251/?format=api",
            "name": "Rakesh Sharma",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "agency": {
                "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"
                }
            },
            "image": {
                "id": 427,
                "name": "[AUTO] Rakesh Sharma - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rakesh2520sharma_image_20181201220613.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185826.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P7DT21H40M6S",
            "eva_time": "P0D",
            "age": 76,
            "date_of_birth": "1949-01-13",
            "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": "Rakesh Sharma (born 13 January 1949) is a former Indian Air Force pilot who flew aboard Soyuz T-11, launched on 2 April 1984, as part of the Interkosmos programme. Sharma is the first Indian citizen to travel in space.",
            "wiki": "https://en.wikipedia.org/wiki/Rakesh_Sharma",
            "last_flight": "1984-04-03T13:08:42Z",
            "first_flight": "1984-04-03T13:08:42Z",
            "social_media_links": [],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        },
        {
            "id": 640,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/640/?format=api",
            "name": "Hazza Al Mansouri",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "agency": {
                "response_mode": "list",
                "id": 198,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/198/?format=api",
                "name": "Mohammed bin Rashid Space Centre",
                "abbrev": "MBRSC",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "image": {
                "id": 428,
                "name": "[AUTO] Hazza Al Mansouri - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hazza2520al2520mansouri_image_20190911121239.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185827.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P7DT21H1M18S",
            "eva_time": "P0D",
            "age": 41,
            "date_of_birth": "1983-12-13",
            "date_of_death": null,
            "nationality": [
                {
                    "id": 21,
                    "name": "United Arab Emirates",
                    "alpha_2_code": "AE",
                    "alpha_3_code": "ARE",
                    "nationality_name": "Emirati",
                    "nationality_name_composed": "Emirati"
                }
            ],
            "bio": "Hazza Al Mansouri is one of the first two astronauts from the United Arab Emirates.",
            "wiki": "https://en.wikipedia.org/wiki/Hazza_Al_Mansouri",
            "last_flight": "2019-09-25T13:57:42Z",
            "first_flight": "2019-09-25T13:57:42Z",
            "social_media_links": [
                {
                    "id": 141,
                    "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_hazzaa"
                }
            ],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        },
        {
            "id": 661,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/661/?format=api",
            "name": "Chris Sembroski",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "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"
                }
            },
            "image": {
                "id": 429,
                "name": "[AUTO] Chris Sembroski - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chris_sembroski_image_20210914154201.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185829.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "P3DT23H4M4S",
            "eva_time": "P0D",
            "age": 45,
            "date_of_birth": "1979-08-28",
            "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": "Chris Sembroski is an aerospace worker at Lockheed Martin who used to work on Minuteman missiles in the Air Force.\r\n\r\nBirth date is unknown.",
            "wiki": "https://en.wikipedia.org/wiki/Christopher_Sembroski",
            "last_flight": "2021-09-16T00:02:56Z",
            "first_flight": "2021-09-16T00:02:56Z",
            "social_media_links": [
                {
                    "id": 154,
                    "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/epathctocs"
                }
            ],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        },
        {
            "id": 588,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/588/?format=api",
            "name": "Charles D. Walker",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "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": 565,
                "name": "[AUTO] Charles D. Walker - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/charles2520d.2520walker_image_20181207221334.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190204.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P19DT21H54M33S",
            "eva_time": "P0D",
            "age": 76,
            "date_of_birth": "1948-08-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": "Charles David \"Charlie\" Walker (born August 29, 1948) is an American engineer who flew on three Space Shuttle missions in 1984 and 1985 as a Payload Specialist for the McDonnell Douglas Corporation. He is the first non-government individual to fly in space.",
            "wiki": "https://en.wikipedia.org/wiki/Charles_D._Walker",
            "last_flight": "1985-11-27T00:29:00Z",
            "first_flight": "1984-08-30T12:41:50Z",
            "social_media_links": [],
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 0
        }
    ]
}