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

{
    "id": 283,
    "url": "https://ll.thespacedevs.com/2.0.0/astronaut/283/?format=api",
    "name": "Vladislav Volkov",
    "status": {
        "id": 4,
        "name": "Lost In Flight"
    },
    "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": "1935-11-23",
    "date_of_death": "1971-06-30",
    "nationality": "Russian",
    "twitter": null,
    "instagram": null,
    "bio": "Vladislav Nikolayevich Volkov (Russian: Владисла́в Никола́евич Во́лков; November 23, 1935 – June 30, 1971) was a Soviet cosmonaut who flew on the Soyuz 7 and Soyuz 11 missions. The second mission terminated fatally.\r\n\r\nVolkov, on his second space mission in 1971, was assigned to Soyuz 11. The three cosmonauts on this flight spent 23 days on Salyut 1, the world's first space station. After three relatively placid weeks in orbit, however, Soyuz 11 became the second Soviet space flight to terminate fatally, after Soyuz 1.\r\n\r\nAfter a normal re-entry, the Soyuz 11 capsule was opened and the corpses of the three crew members were found inside. It was discovered that a valve had opened just prior to leaving orbit that had allowed the capsule's atmosphere to vent away into space, causing Volkov and his two flight companions to suffer fatal hypoxia as their cabin descended toward the earth's atmosphere.",
    "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vladislav2520volkov_image_20181201224807.jpg",
    "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185704.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/Vladislav_Volkov",
    "flights": [
        {
            "id": "97e9d491-5c21-49bc-a240-1fb28bf6d532",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/97e9d491-5c21-49bc-a240-1fb28bf6d532/?format=api",
            "launch_library_id": 1184,
            "slug": "soyuz-soyuz-11",
            "name": "Soyuz | Soyuz 11",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1971-06-06T07:55:09Z",
            "window_end": "1971-06-06T07:55:09Z",
            "window_start": "1971-06-06T07:55:09Z",
            "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": 233,
                "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": 782,
                "launch_library_id": 371,
                "name": "Soyuz 11",
                "description": "Soyuz 11 launched on 6 June 1971, 07:55:09 UTC. It carried commander Georgy Dobrovolsky, flight engineer Vladislav Volkov and test engineer Viktor Patsayev to orit. Crew arrived to Salyut-1 space station on 7 June 1971 and remained there until their departure on 30 June. It was the only mission to board the space station. \nSoyuz 11 returned to Earth on 30 June 1971, 02:16:52 UTC, with mission ending in disaster. During atmospheric re-entry crew capsule depressurised, killing all three crew members.",
                "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": 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": "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"
                }
            ]
        }
    ],
    "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": 345,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/345/?format=api",
            "destination": "Salyut 1",
            "mission_end": "1971-06-29T23:16:52Z",
            "spacecraft": {
                "id": 196,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/196/?format=api",
                "name": "Soyuz 11",
                "serial_number": "Soyuz 7K-OKS 11F615A8 #32",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Soyuz 11 was a Soyuz spacecraft which launched on 6 June 1971 04:55 UTC. It transported three cosmonauts on the second flight to Salyut 1. The crew was Georgy Dobrovolsky, Vladislav Volkov, and Viktor Patsayev.",
                "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": "97e9d491-5c21-49bc-a240-1fb28bf6d532",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/97e9d491-5c21-49bc-a240-1fb28bf6d532/?format=api",
                "launch_library_id": 1184,
                "slug": "soyuz-soyuz-11",
                "name": "Soyuz | Soyuz 11",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1971-06-06T07:55:09Z",
                "window_end": "1971-06-06T07:55:09Z",
                "window_start": "1971-06-06T07:55:09Z",
                "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": 233,
                    "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": 782,
                    "launch_library_id": 371,
                    "name": "Soyuz 11",
                    "description": "Soyuz 11 launched on 6 June 1971, 07:55:09 UTC. It carried commander Georgy Dobrovolsky, flight engineer Vladislav Volkov and test engineer Viktor Patsayev to orit. Crew arrived to Salyut-1 space station on 7 June 1971 and remained there until their departure on 30 June. It was the only mission to board the space station. \nSoyuz 11 returned to Earth on 30 June 1971, 02:16:52 UTC, with mission ending in disaster. During atmospheric re-entry crew capsule depressurised, killing all three crew members.",
                    "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": 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": "1971-06-06T07:55:09Z",
    "first_flight": "1969-10-12T10:44:42Z"
}