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

{
    "id": 180,
    "url": "https://ll.thespacedevs.com/2.0.0/astronaut/180/?format=api",
    "name": "Valentin Lebedev",
    "status": {
        "id": 2,
        "name": "Retired"
    },
    "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": "1942-04-14",
    "date_of_death": null,
    "nationality": "Russian",
    "twitter": null,
    "instagram": null,
    "bio": "Valentin Vitalyevich Lebedev (Russian: Валентин Витальевич Лебедев; born April 14, 1942 in Moscow) was a Soviet cosmonaut who made two flights into space. His stay aboard the Space Station Salyut 7 with Anatoly Berezovoy in 1982, which lasted 211 days, was recorded in the Guinness Book of Records.",
    "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/valentin2520lebedev_image_20181129234954.jpg",
    "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191156.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/Valentin_Lebedev",
    "flights": [
        {
            "id": "b57efdaf-7c9d-4853-9e1a-c2f54970814a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b57efdaf-7c9d-4853-9e1a-c2f54970814a/?format=api",
            "launch_library_id": 979,
            "slug": "soyuz-soyuz-13",
            "name": "Soyuz | Soyuz 13",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1973-12-18T11:55:00Z",
            "window_end": "1973-12-18T11:55:00Z",
            "window_start": "1973-12-18T11:55:00Z",
            "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": 242,
                "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": 277,
                "launch_library_id": 382,
                "name": "Soyuz 13",
                "description": "Soyuz 13 launched on 18 December 1973, 11:55:00 UTC. It carried commander Pyotr Klimuk and flight engineer Valentin Lebedev into orbit. This mission was the second test flight of the modified Soyuz spacecraft. Crew spent 7 deays in orbit and carried out various astrophysical studies. They also obtained ultraviolet spectrograms of stars with the help of an Orion 2 Space Observatory onboard the spacecraft. Crew returned to Earth, landing on 26 December 1973, 08:50:35 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": 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": "078fc1c2-4d33-47a6-b934-7a47bfd6a039",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/078fc1c2-4d33-47a6-b934-7a47bfd6a039/?format=api",
            "launch_library_id": 947,
            "slug": "soyuz-u-soyuz-t-5",
            "name": "Soyuz-U | Soyuz T-5",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1982-05-13T09:58:05Z",
            "window_end": "1982-05-13T09:58:05Z",
            "window_start": "1982-05-13T09:58:05Z",
            "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": 283,
                "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": 327,
                "launch_library_id": 432,
                "name": "Soyuz T-5",
                "description": "Soyuz T-5 was the first long-duration expedition to the Salyut 7 space station. The mission began on May 13, 1982, 09:58:05 UTC, launching Commander Anatoli Berezovoy and Flight Engineer Valentin Lebedev into orbit. They docked with the station the next day. During their 211-day stay on the station, crew performed various scientific and medical experiments, and were visited by 4 uncrewed cargo Progress vehicles and 2 Soyuz missions. Soyuz T-5 crew, per usual, swapped vehicles with the visiting Soyuz T-7 crew, which allowed for a longer stay in orbit.\nCosmonauts returned in the Soyuz T-7 spacecraft, landing safely back on Earth on December 10, 1982, 19:02:36 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": 343,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/343/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1973-12-26T08:50:35Z",
            "spacecraft": {
                "id": 194,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/194/?format=api",
                "name": "Soyuz 13",
                "serial_number": "Soyuz 7K-T 11F615A8 #33",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Soyuz 13 was a Soyuz spacecraft which launched on 18 December 1973 11:55 UTC. It launched two cosmonauts to orbit for science purposes. The crew was Pyotr Klimuk and Valentin Lebedev.",
                "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": "b57efdaf-7c9d-4853-9e1a-c2f54970814a",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/b57efdaf-7c9d-4853-9e1a-c2f54970814a/?format=api",
                "launch_library_id": 979,
                "slug": "soyuz-soyuz-13",
                "name": "Soyuz | Soyuz 13",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1973-12-18T11:55:00Z",
                "window_end": "1973-12-18T11:55:00Z",
                "window_start": "1973-12-18T11:55:00Z",
                "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": 242,
                    "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": 277,
                    "launch_library_id": 382,
                    "name": "Soyuz 13",
                    "description": "Soyuz 13 launched on 18 December 1973, 11:55:00 UTC. It carried commander Pyotr Klimuk and flight engineer Valentin Lebedev into orbit. This mission was the second test flight of the modified Soyuz spacecraft. Crew spent 7 deays in orbit and carried out various astrophysical studies. They also obtained ultraviolet spectrograms of stars with the help of an Orion 2 Space Observatory onboard the spacecraft. Crew returned to Earth, landing on 26 December 1973, 08:50:35 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": 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": 284,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/284/?format=api",
            "destination": "Salyut 7",
            "mission_end": "1982-12-10T19:02:36Z",
            "spacecraft": {
                "id": 139,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/139/?format=api",
                "name": "Soyuz T-7",
                "serial_number": "Soyuz T 11F732 #12",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Soyuz T-7 was a Soyuz spacecraft which launched on  19 August 1982 17:11 UTC. It  transported three cosmonauts of EP-2 to Salyut 7. The crew was Leonid Popov, Aleksandr Serebrov, and Svetlana Savitskaya.",
                "spacecraft_config": {
                    "id": 42,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/42/?format=api",
                    "name": "Soyuz T",
                    "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_t_image_20231228134543.png"
                }
            },
            "launch": {
                "id": "c0abae26-3089-4f48-a18c-e9686b14fff6",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/c0abae26-3089-4f48-a18c-e9686b14fff6/?format=api",
                "launch_library_id": 945,
                "slug": "soyuz-u-soyuz-t-7",
                "name": "Soyuz-U | Soyuz T-7",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1982-08-19T17:11:52Z",
                "window_end": "1982-08-19T17:11:52Z",
                "window_start": "1982-08-19T17:11:52Z",
                "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": 286,
                    "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": 970,
                    "launch_library_id": 434,
                    "name": "Soyuz T-7",
                    "description": "Soyuz T-7 was the third mission to the Salyut 7 space station and the second to visit the long-duration Soyuz T-5 resident crew of the station. The mission began on August 19, 1982, 17:11:52 UTC, launching Commander Leonid Popov, Flight Engineer Aleksandr Serebrov and Research Cosmonaut Svetlana Savitskaya, who was the second woman in space, 20 years after Valentina Tereshkova's flight. They docked with the station the next day. During their 7-day stay on the station, crew performed various scientific and medical experiments. Soyuz T-7, per usual, swapped their vehicles with the resident Soyuz T-5 crew, which allowed for a longer stay on the station.\nThe crew returned in Soyuz T-5 spacecraft, landing safely back on Earth on August 27, 1982, 15:04:16 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"
                    }
                ]
            }
        }
    ],
    "last_flight": "1982-05-13T09:58:05Z",
    "first_flight": "1973-12-18T11:55:00Z"
}