API endpoint that allows Astronaut to be viewed.

GET:
Return a list of all the existing astronauts.

MODE:
Normal, List, LaunchList and Detailed
/2.0.0/astronaut/?mode=detailed

FILTERS:
Parameters - 'name', 'status', 'nationality', 'agency__name', 'agency__abbrev', 'date_of_birth',
'date_of_death', 'status_ids'
Example - /2.0.0/astronaut/?nationality=American

SEARCH EXAMPLE:
/2.0.0/astronaut/?search=armstrong
Searches through name, nationality and agency name

ORDERING:
Fields - 'name', 'status', 'date_of_birth'
Example - /2.0.0/astronaut/?order=name

GET /2.0.0/astronaut/296/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 296,
    "url": "https://ll.thespacedevs.com/2.0.0/astronaut/296/?format=api",
    "name": "Zhai Zhigang",
    "status": {
        "id": 1,
        "name": "Active"
    },
    "type": {
        "id": 2,
        "name": "Government"
    },
    "agency": {
        "id": 17,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/17/?format=api",
        "name": "China National Space Administration",
        "type": "Government"
    },
    "date_of_birth": "1966-10-10",
    "date_of_death": null,
    "nationality": "Chinese",
    "twitter": null,
    "instagram": null,
    "bio": "Zhai Zhigang (born October 10, 1966) is a major general in the People's Liberation Army Air Force and a CNSA astronaut. During the Shenzhou 7 mission in 2008, he became the first Chinese citizen to carry out a spacewalk.",
    "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/zhai_zhigang_image_20211014075835.jpg",
    "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185732.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/Zhai_Zhigang",
    "flights": [
        {
            "id": "53d3f5c4-58ce-4aab-9f38-5d3dfa434194",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/53d3f5c4-58ce-4aab-9f38-5d3dfa434194/?format=api",
            "launch_library_id": null,
            "slug": "long-march-2fg-shenzhou-13",
            "name": "Long March 2F/G | Shenzhou 13",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2021-10-15T16:23:56Z",
            "window_end": "2021-10-15T16:54:00Z",
            "window_start": "2021-10-15T16:13:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 2861,
                "configuration": {
                    "id": 84,
                    "launch_library_id": 111,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/84/?format=api",
                    "name": "Long March 2",
                    "family": "Long March 2",
                    "full_name": "Long March 2F/G",
                    "variant": "F/G"
                }
            },
            "mission": {
                "id": 1277,
                "launch_library_id": null,
                "name": "Shenzhou 13",
                "description": "Second crewed flight to the Chinese Tiangong space station carrying Zhai Zhigang, commander, Wang Yaping and Ye Guangfu, operators, on their second, second and first spaceflight respectively. Their mission duration onboard the TSS is 6 months, the longest so far in Chinese spaceflight.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 37,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/37/?format=api",
                "agency_id": null,
                "name": "Launch Area 4 (SLS-1 / 921)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
                "map_url": "https://www.google.com/maps?q=40.957893,100.290944",
                "latitude": "40.957893",
                "longitude": "100.290944",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_17_20200803142429.jpg",
                    "total_launch_count": 224,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_37_20200803143603.jpg",
                "total_launch_count": 23
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/long_march_2_image_20210908195835.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 7,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/7/?format=api",
                    "name": "Shenzhou",
                    "description": "The Shenzhou program is a crewed spaceflight initiative by China. The program put the first Chinese citizen, Yang Liwei, into orbit on 15 October 2003.",
                    "agencies": [
                        {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/17/?format=api",
                            "name": "China National Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/shenzhou_program_20200820204745.PNG",
                    "start_date": "1993-01-01T00:00:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Shenzhou_program"
                },
                {
                    "id": 19,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/19/?format=api",
                    "name": "Tiangong space station",
                    "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.",
                    "agencies": [
                        {
                            "id": 88,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                            "name": "China Aerospace Science and Technology Corporation",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
                    "start_date": "2021-04-29T03:23:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station"
                }
            ]
        },
        {
            "id": "916e50f7-22ee-429c-9c67-fc3610f09553",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/916e50f7-22ee-429c-9c67-fc3610f09553/?format=api",
            "launch_library_id": 887,
            "slug": "long-march-2f-shenzhou-7",
            "name": "Long March 2F | Shenzhou-7",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2008-09-25T13:10:04Z",
            "window_end": "2008-09-25T13:10:04Z",
            "window_start": "2008-09-25T13:10:04Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 1401,
                "configuration": {
                    "id": 79,
                    "launch_library_id": 92,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/79/?format=api",
                    "name": "Long March 2F",
                    "family": "Long March 2",
                    "full_name": "Long March 2F",
                    "variant": "F"
                }
            },
            "mission": {
                "id": 305,
                "launch_library_id": 355,
                "name": "Shenzhou-7",
                "description": "This is the third crewed mission for China's Shenzhou program. Shenzhou-7 began its mission by bringing Zhai Zhigang, Liu Boming and Jing Haipeng into  low Earth orbit. It was the first Chinese mission to have a three-person crew. During their 3 days in orbit, astronauts performed a number of tasks, including the first Chinese EVA carried out by Zhai Zhingang and Liu Boming. Shenzhou-7 deorbited and landed safely back on Earth on 28 September.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 37,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/37/?format=api",
                "agency_id": null,
                "name": "Launch Area 4 (SLS-1 / 921)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
                "map_url": "https://www.google.com/maps?q=40.957893,100.290944",
                "latitude": "40.957893",
                "longitude": "100.290944",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_17_20200803142429.jpg",
                    "total_launch_count": 224,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_37_20200803143603.jpg",
                "total_launch_count": 23
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/long_march_2_image_20210908195835.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 7,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/7/?format=api",
                    "name": "Shenzhou",
                    "description": "The Shenzhou program is a crewed spaceflight initiative by China. The program put the first Chinese citizen, Yang Liwei, into orbit on 15 October 2003.",
                    "agencies": [
                        {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/17/?format=api",
                            "name": "China National Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/shenzhou_program_20200820204745.PNG",
                    "start_date": "1993-01-01T00:00:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Shenzhou_program"
                }
            ]
        }
    ],
    "landings": [
        {
            "id": 605,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/605/?format=api",
            "destination": "Tiangong space station",
            "mission_end": "2022-04-16T01:56:37Z",
            "spacecraft": {
                "id": 467,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/467/?format=api",
                "name": "Shenzhou 13",
                "serial_number": "13",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Second crewed mission to the Chinese Space Station.",
                "spacecraft_config": {
                    "id": 2,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/2/?format=api",
                    "name": "Shenzhou",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 17,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/17/?format=api",
                        "name": "China National Space Administration",
                        "type": "Government"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
                }
            },
            "launch": {
                "id": "53d3f5c4-58ce-4aab-9f38-5d3dfa434194",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/53d3f5c4-58ce-4aab-9f38-5d3dfa434194/?format=api",
                "launch_library_id": null,
                "slug": "long-march-2fg-shenzhou-13",
                "name": "Long March 2F/G | Shenzhou 13",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "2021-10-15T16:23:56Z",
                "window_end": "2021-10-15T16:54:00Z",
                "window_start": "2021-10-15T16:13:00Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 88,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                    "name": "China Aerospace Science and Technology Corporation",
                    "type": "Government"
                },
                "rocket": {
                    "id": 2861,
                    "configuration": {
                        "id": 84,
                        "launch_library_id": 111,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/84/?format=api",
                        "name": "Long March 2",
                        "family": "Long March 2",
                        "full_name": "Long March 2F/G",
                        "variant": "F/G"
                    }
                },
                "mission": {
                    "id": 1277,
                    "launch_library_id": null,
                    "name": "Shenzhou 13",
                    "description": "Second crewed flight to the Chinese Tiangong space station carrying Zhai Zhigang, commander, Wang Yaping and Ye Guangfu, operators, on their second, second and first spaceflight respectively. Their mission duration onboard the TSS is 6 months, the longest so far in Chinese spaceflight.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/37/?format=api",
                    "agency_id": null,
                    "name": "Launch Area 4 (SLS-1 / 921)",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
                    "map_url": "https://www.google.com/maps?q=40.957893,100.290944",
                    "latitude": "40.957893",
                    "longitude": "100.290944",
                    "location": {
                        "id": 17,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
                        "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                        "country_code": "CHN",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_17_20200803142429.jpg",
                        "total_launch_count": 224,
                        "total_landing_count": 0
                    },
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_37_20200803143603.jpg",
                    "total_launch_count": 23
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/long_march_2_image_20210908195835.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 7,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/7/?format=api",
                        "name": "Shenzhou",
                        "description": "The Shenzhou program is a crewed spaceflight initiative by China. The program put the first Chinese citizen, Yang Liwei, into orbit on 15 October 2003.",
                        "agencies": [
                            {
                                "id": 17,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/17/?format=api",
                                "name": "China National Space Administration",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/shenzhou_program_20200820204745.PNG",
                        "start_date": "1993-01-01T00:00:00Z",
                        "end_date": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Shenzhou_program"
                    },
                    {
                        "id": 19,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/19/?format=api",
                        "name": "Tiangong space station",
                        "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.",
                        "agencies": [
                            {
                                "id": 88,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                                "name": "China Aerospace Science and Technology Corporation",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
                        "start_date": "2021-04-29T03:23:00Z",
                        "end_date": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station"
                    }
                ]
            }
        },
        {
            "id": 443,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/443/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "2008-09-28T09:37:00Z",
            "spacecraft": {
                "id": 424,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/424/?format=api",
                "name": "Shenzhou 7",
                "serial_number": "7",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "The Shenzhou spacecraft carrying the three crew members was launched 25 September 2008, by a Long March 2F (CZ-2F) rocket which lifted off from the Jiuquan Satellite Launch Center at 21:10 CST. The mission lasted three days, after which the craft landed safely in Siziwang Banner in central Inner Mongolia on 28 September 2008, at 17:37 CST. The Shenzhou 7 EVA made the Chinese space program the third to have conducted an EVA.",
                "spacecraft_config": {
                    "id": 2,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/2/?format=api",
                    "name": "Shenzhou",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 17,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/17/?format=api",
                        "name": "China National Space Administration",
                        "type": "Government"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
                }
            },
            "launch": {
                "id": "916e50f7-22ee-429c-9c67-fc3610f09553",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/916e50f7-22ee-429c-9c67-fc3610f09553/?format=api",
                "launch_library_id": 887,
                "slug": "long-march-2f-shenzhou-7",
                "name": "Long March 2F | Shenzhou-7",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "2008-09-25T13:10:04Z",
                "window_end": "2008-09-25T13:10:04Z",
                "window_start": "2008-09-25T13:10:04Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": -1,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 88,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                    "name": "China Aerospace Science and Technology Corporation",
                    "type": "Government"
                },
                "rocket": {
                    "id": 1401,
                    "configuration": {
                        "id": 79,
                        "launch_library_id": 92,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/79/?format=api",
                        "name": "Long March 2F",
                        "family": "Long March 2",
                        "full_name": "Long March 2F",
                        "variant": "F"
                    }
                },
                "mission": {
                    "id": 305,
                    "launch_library_id": 355,
                    "name": "Shenzhou-7",
                    "description": "This is the third crewed mission for China's Shenzhou program. Shenzhou-7 began its mission by bringing Zhai Zhigang, Liu Boming and Jing Haipeng into  low Earth orbit. It was the first Chinese mission to have a three-person crew. During their 3 days in orbit, astronauts performed a number of tasks, including the first Chinese EVA carried out by Zhai Zhingang and Liu Boming. Shenzhou-7 deorbited and landed safely back on Earth on 28 September.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/37/?format=api",
                    "agency_id": null,
                    "name": "Launch Area 4 (SLS-1 / 921)",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
                    "map_url": "https://www.google.com/maps?q=40.957893,100.290944",
                    "latitude": "40.957893",
                    "longitude": "100.290944",
                    "location": {
                        "id": 17,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
                        "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                        "country_code": "CHN",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_17_20200803142429.jpg",
                        "total_launch_count": 224,
                        "total_landing_count": 0
                    },
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_37_20200803143603.jpg",
                    "total_launch_count": 23
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/long_march_2_image_20210908195835.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 7,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/7/?format=api",
                        "name": "Shenzhou",
                        "description": "The Shenzhou program is a crewed spaceflight initiative by China. The program put the first Chinese citizen, Yang Liwei, into orbit on 15 October 2003.",
                        "agencies": [
                            {
                                "id": 17,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/17/?format=api",
                                "name": "China National Space Administration",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/shenzhou_program_20200820204745.PNG",
                        "start_date": "1993-01-01T00:00:00Z",
                        "end_date": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Shenzhou_program"
                    }
                ]
            }
        }
    ],
    "last_flight": "2021-10-15T16:23:56Z",
    "first_flight": "2008-09-25T13:10:04Z"
}