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

{
    "id": 115,
    "url": "https://ll.thespacedevs.com/2.0.0/astronaut/115/?format=api",
    "name": "Viktor Gorbatko",
    "status": {
        "id": 11,
        "name": "Deceased"
    },
    "type": {
        "id": 2,
        "name": "Government"
    },
    "agency": {
        "id": 63,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "type": "Government"
    },
    "date_of_birth": "1934-12-03",
    "date_of_death": "2017-05-17",
    "nationality": "Russian",
    "twitter": null,
    "instagram": null,
    "bio": "Viktor Vasilyevich Gorbatko (Russian: Ви́ктор Васи́льевич Горба́тко; December 3, 1934 – May 17, 2017) was a Soviet cosmonaut who flew on the Soyuz 7, Soyuz 24, and Soyuz 37 missions.",
    "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/viktor2520gorbatko_image_20181128233221.jpg",
    "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190424.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/Viktor_Gorbatko",
    "flights": [
        {
            "id": "22466699-fde9-4c67-9a59-d6962e8ab726",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/22466699-fde9-4c67-9a59-d6962e8ab726/?format=api",
            "launch_library_id": 1187,
            "slug": "soyuz-soyuz-7",
            "name": "Soyuz | Soyuz 7",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1969-10-12T10:44:42Z",
            "window_end": "1969-10-12T10:44:42Z",
            "window_start": "1969-10-12T10:44:42Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 224,
                "configuration": {
                    "id": 96,
                    "launch_library_id": 134,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/96/?format=api",
                    "name": "Soyuz",
                    "family": "Soyuz",
                    "full_name": "Soyuz",
                    "variant": ""
                }
            },
            "mission": {
                "id": 143,
                "launch_library_id": 233,
                "name": "Soyuz 7",
                "description": "Soyuz 7 was a joint mission with Soyuz 6 and Soyuz 8 that saw three spacecraft in orbit together at the same time. The mission was to dock with Soyuz 8 and transfer crew. Docking to Soyuz 8 failed so the mission was aborted. The mission was Commanded by Anatoly Filipchenko, Flight Engineer Vladislav Volkov, and Research Engineer Viktor Gorbatko.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
                "total_launch_count": 487
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [
                {
                    "id": 8,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/8/?format=api",
                    "name": "Soyuz",
                    "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                    "agencies": [
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                    "start_date": "1966-11-28T11:02:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme"
                }
            ]
        },
        {
            "id": "30b10310-a060-4766-90be-f5bdcec94b41",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/30b10310-a060-4766-90be-f5bdcec94b41/?format=api",
            "launch_library_id": 953,
            "slug": "soyuz-u-soyuz-37",
            "name": "Soyuz-U | Soyuz 37",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1980-07-23T18:33:03Z",
            "window_end": "1980-07-23T18:33:03Z",
            "window_start": "1980-07-23T18:33:03Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 274,
                "configuration": {
                    "id": 37,
                    "launch_library_id": 35,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
                    "name": "Soyuz U",
                    "family": "Soyuz",
                    "full_name": "Soyuz U",
                    "variant": ""
                }
            },
            "mission": {
                "id": 926,
                "launch_library_id": 426,
                "name": "Soyuz 37",
                "description": "Soyuz 37 was the 11th mission to visit the Salyut 6 space station and carried the the EP-7 crew, which visited the long-duration Soyuz 35 resident crew. The mission began on July 23, 1980, 18:33:03 UTC, launching Commander Viktor Gorbatko and Research Cosmonaut Pham Tuân, the first Viatnamese cosmonaut, into orbit. They docked with the station the next day. During their 7-day stay on the station, EP-7 crew carried out some experiments. They also swapped vehicles with the resident station crew, and returned in Soyuz 36 spacecraft.\nThe mission concluded with a safe landing back on Earth on October 11, 1980, 09:49:57 UTC.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
                "total_launch_count": 487
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 8,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/8/?format=api",
                    "name": "Soyuz",
                    "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                    "agencies": [
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                    "start_date": "1966-11-28T11:02:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme"
                },
                {
                    "id": 23,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/23/?format=api",
                    "name": "Salyut",
                    "description": "The Salyut programme was the first space station programme, undertaken by the Soviet Union. It involved a series of four crewed scientific research space stations and two crewed military reconnaissance space stations over a period of 15 years, from 1971 to 1986.",
                    "agencies": [
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut_program_20230506090532.png",
                    "start_date": "1971-04-19T01:40:00Z",
                    "end_date": "1986-07-16T12:34:05Z",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Salyut_programme"
                }
            ]
        },
        {
            "id": "17f1cde2-cb45-443a-9fc5-93aedde48b37",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/17f1cde2-cb45-443a-9fc5-93aedde48b37/?format=api",
            "launch_library_id": 966,
            "slug": "soyuz-u-soyuz-24",
            "name": "Soyuz-U | Soyuz 24",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1977-02-07T16:11:00Z",
            "window_end": "1977-02-07T16:11:00Z",
            "window_start": "1977-02-07T16:11:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 259,
                "configuration": {
                    "id": 37,
                    "launch_library_id": 35,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
                    "name": "Soyuz U",
                    "family": "Soyuz",
                    "full_name": "Soyuz U",
                    "variant": ""
                }
            },
            "mission": {
                "id": 300,
                "launch_library_id": 413,
                "name": "Soyuz 24",
                "description": "Soyuz 24 was the last crewed flight to the Salyut 5 military space station. The mission began on February 7, 1977, 16:11 UTC, launching Commander Viktor Gorbatko and Flight Engineer Yuri Glazkov into orbit. They docked with the station the next day, where they partially replaced station's atmosphere, as it was presumed that toxic fumes contributed to deteriorated health of the Soyuz 21 crew. Gorbatko and Glazkov fininshed the research started by the previous expedition. This was the final flight to a military Salyut station and the final all-military crew to be launched by Soviets.\nSoyuz 24  returned to Earth with a safe landing on February 25, 1977, 09:38 UTC.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
                "total_launch_count": 487
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 8,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/8/?format=api",
                    "name": "Soyuz",
                    "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                    "agencies": [
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                    "start_date": "1966-11-28T11:02:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme"
                },
                {
                    "id": 23,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/23/?format=api",
                    "name": "Salyut",
                    "description": "The Salyut programme was the first space station programme, undertaken by the Soviet Union. It involved a series of four crewed scientific research space stations and two crewed military reconnaissance space stations over a period of 15 years, from 1971 to 1986.",
                    "agencies": [
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut_program_20230506090532.png",
                    "start_date": "1971-04-19T01:40:00Z",
                    "end_date": "1986-07-16T12:34:05Z",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Salyut_programme"
                }
            ]
        }
    ],
    "landings": [
        {
            "id": 349,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/349/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1969-10-17T09:25:05Z",
            "spacecraft": {
                "id": 200,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/200/?format=api",
                "name": "Soyuz 7",
                "serial_number": "Soyuz 7K-OK (A) 11F615 #15",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Soyuz 7 was a Soyuz spacecraft which launched on 12 October 1969 10:44 UTC. It launched three cosmonauts for a joint mission with Soyuz 6 and 8. The crew was Anatoly Filipchenko, Vladislav Volkov, and Viktor Gorbatko.",
                "spacecraft_config": {
                    "id": 1,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
                    "name": "Soyuz",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
                }
            },
            "launch": {
                "id": "22466699-fde9-4c67-9a59-d6962e8ab726",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/22466699-fde9-4c67-9a59-d6962e8ab726/?format=api",
                "launch_library_id": 1187,
                "slug": "soyuz-soyuz-7",
                "name": "Soyuz | Soyuz 7",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1969-10-12T10:44:42Z",
                "window_end": "1969-10-12T10:44:42Z",
                "window_start": "1969-10-12T10:44:42Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": -1,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 66,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                    "name": "Soviet Space Program",
                    "type": "Government"
                },
                "rocket": {
                    "id": 224,
                    "configuration": {
                        "id": 96,
                        "launch_library_id": 134,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/96/?format=api",
                        "name": "Soyuz",
                        "family": "Soyuz",
                        "full_name": "Soyuz",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 143,
                    "launch_library_id": 233,
                    "name": "Soyuz 7",
                    "description": "Soyuz 7 was a joint mission with Soyuz 6 and Soyuz 8 that saw three spacecraft in orbit together at the same time. The mission was to dock with Soyuz 8 and transfer crew. Docking to Soyuz 8 failed so the mission was aborted. The mission was Commanded by Anatoly Filipchenko, Flight Engineer Vladislav Volkov, and Research Engineer Viktor Gorbatko.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                    "agency_id": null,
                    "name": "1/5",
                    "info_url": null,
                    "wiki_url": "",
                    "map_url": "https://www.google.com/maps?q=45.92,63.342",
                    "latitude": "45.92",
                    "longitude": "63.342",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                        "total_launch_count": 1548,
                        "total_landing_count": 0
                    },
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
                    "total_launch_count": 487
                },
                "webcast_live": false,
                "image": null,
                "infographic": null,
                "program": [
                    {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/8/?format=api",
                        "name": "Soyuz",
                        "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                        "agencies": [
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            },
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                        "start_date": "1966-11-28T11:02:00Z",
                        "end_date": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme"
                    }
                ]
            }
        },
        {
            "id": 332,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/332/?format=api",
            "destination": "Salyut 5",
            "mission_end": "1977-02-25T09:38:00Z",
            "spacecraft": {
                "id": 183,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/183/?format=api",
                "name": "Soyuz 24",
                "serial_number": "Soyuz 7K-T/A9 11F615A9 #66",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Soyuz 24 was a Soyuz spacecraft which launched on 7 February 1977 16:11 UTC. It  transported two cosmonauts on the third flight to Salyut 5. The crew was Viktor Gorbatko and Yuri Glazkov.",
                "spacecraft_config": {
                    "id": 1,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
                    "name": "Soyuz",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
                }
            },
            "launch": {
                "id": "17f1cde2-cb45-443a-9fc5-93aedde48b37",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/17f1cde2-cb45-443a-9fc5-93aedde48b37/?format=api",
                "launch_library_id": 966,
                "slug": "soyuz-u-soyuz-24",
                "name": "Soyuz-U | Soyuz 24",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1977-02-07T16:11:00Z",
                "window_end": "1977-02-07T16:11:00Z",
                "window_start": "1977-02-07T16:11:00Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": -1,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 66,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                    "name": "Soviet Space Program",
                    "type": "Government"
                },
                "rocket": {
                    "id": 259,
                    "configuration": {
                        "id": 37,
                        "launch_library_id": 35,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
                        "name": "Soyuz U",
                        "family": "Soyuz",
                        "full_name": "Soyuz U",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 300,
                    "launch_library_id": 413,
                    "name": "Soyuz 24",
                    "description": "Soyuz 24 was the last crewed flight to the Salyut 5 military space station. The mission began on February 7, 1977, 16:11 UTC, launching Commander Viktor Gorbatko and Flight Engineer Yuri Glazkov into orbit. They docked with the station the next day, where they partially replaced station's atmosphere, as it was presumed that toxic fumes contributed to deteriorated health of the Soyuz 21 crew. Gorbatko and Glazkov fininshed the research started by the previous expedition. This was the final flight to a military Salyut station and the final all-military crew to be launched by Soviets.\nSoyuz 24  returned to Earth with a safe landing on February 25, 1977, 09:38 UTC.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                    "agency_id": null,
                    "name": "1/5",
                    "info_url": null,
                    "wiki_url": "",
                    "map_url": "https://www.google.com/maps?q=45.92,63.342",
                    "latitude": "45.92",
                    "longitude": "63.342",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                        "total_launch_count": 1548,
                        "total_landing_count": 0
                    },
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
                    "total_launch_count": 487
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/8/?format=api",
                        "name": "Soyuz",
                        "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                        "agencies": [
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            },
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                        "start_date": "1966-11-28T11:02:00Z",
                        "end_date": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme"
                    },
                    {
                        "id": 23,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/23/?format=api",
                        "name": "Salyut",
                        "description": "The Salyut programme was the first space station programme, undertaken by the Soviet Union. It involved a series of four crewed scientific research space stations and two crewed military reconnaissance space stations over a period of 15 years, from 1971 to 1986.",
                        "agencies": [
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut_program_20230506090532.png",
                        "start_date": "1971-04-19T01:40:00Z",
                        "end_date": "1986-07-16T12:34:05Z",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Salyut_programme"
                    }
                ]
            }
        },
        {
            "id": 321,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/321/?format=api",
            "destination": "Salyut 6",
            "mission_end": "1980-07-31T15:15:02Z",
            "spacecraft": {
                "id": 148,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/148/?format=api",
                "name": "Soyuz 36",
                "serial_number": "Soyuz 7K-T 11F615A8 #52",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Soyuz 36 was a Soyuz spacecraft which launched on 26 May 1980 18:20 UTC. It  transported two cosmonauts of EP-5 to Salyut 6. The crew was Valeri Kubasov and Bertalan Farkas.\r\n\r\nIt also ferried down two cosmonauts from EP-7.",
                "spacecraft_config": {
                    "id": 1,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
                    "name": "Soyuz",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
                }
            },
            "launch": {
                "id": "2f208a3e-48b9-4129-9883-4dd46df6e4aa",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/2f208a3e-48b9-4129-9883-4dd46df6e4aa/?format=api",
                "launch_library_id": 955,
                "slug": "soyuz-u-soyuz-36",
                "name": "Soyuz-U | Soyuz 36",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1980-05-26T18:20:39Z",
                "window_end": "1980-05-26T18:20:39Z",
                "window_start": "1980-05-26T18:20:39Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": -1,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 66,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                    "name": "Soviet Space Program",
                    "type": "Government"
                },
                "rocket": {
                    "id": 272,
                    "configuration": {
                        "id": 37,
                        "launch_library_id": 35,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
                        "name": "Soyuz U",
                        "family": "Soyuz",
                        "full_name": "Soyuz U",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 339,
                    "launch_library_id": 424,
                    "name": "Soyuz 36",
                    "description": "Soyuz 36 was the ninth mission to visit the Salyut 6 space station and carried the EP-5 crew, which visited the long-duration Soyuz 35 resident crew. The mission began on May 26, 1980, 18:20:39 UTC, launching Commander Valery Kubasov and Research Cosmonaut Bertalan Farkas, the first Hungarian cosmonaut, into orbit. They docked with the station the next day. During their 7-day stay on the station, EP-5 crew conducted various scientific experiments, including measuring radiation doses received by the crew. Soyuz 36 swapped vehicles with the resident station crew, and returned in Soyuz 35 spacecraft.\nThe mission concluded with a safe landing back on Earth on June 3, 1980, 15:06 UTC.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
                    "agency_id": null,
                    "name": "31/6",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                    "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                    "latitude": "45.996034",
                    "longitude": "63.564003",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                        "total_launch_count": 1548,
                        "total_landing_count": 0
                    },
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_20_20200803143516.jpg",
                    "total_launch_count": 415
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/8/?format=api",
                        "name": "Soyuz",
                        "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                        "agencies": [
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            },
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                        "start_date": "1966-11-28T11:02:00Z",
                        "end_date": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme"
                    },
                    {
                        "id": 23,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/23/?format=api",
                        "name": "Salyut",
                        "description": "The Salyut programme was the first space station programme, undertaken by the Soviet Union. It involved a series of four crewed scientific research space stations and two crewed military reconnaissance space stations over a period of 15 years, from 1971 to 1986.",
                        "agencies": [
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut_program_20230506090532.png",
                        "start_date": "1971-04-19T01:40:00Z",
                        "end_date": "1986-07-16T12:34:05Z",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Salyut_programme"
                    }
                ]
            }
        }
    ],
    "last_flight": "1980-07-23T18:33:03Z",
    "first_flight": "1969-10-12T10:44:42Z"
}