API endpoint that allows Astronaut to be viewed.

GET: Return a list of all the existing astronauts.

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

FILTERS: Parameters - 'name', 'status', 'nationality', 'agency__name', 'agency__abbrev', 'date_of_birth', 'date_of_death', 'status_ids', 'is_human', 'type__id', 'has_flown', 'in_space' Example - /2.2.0/astronaut/?nationality=American

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

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

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

{
    "id": 146,
    "url": "https://ll.thespacedevs.com/2.2.0/astronaut/146/?format=api",
    "name": "Jeffrey Hoffman",
    "status": {
        "id": 2,
        "name": "Retired"
    },
    "type": {
        "id": 2,
        "name": "Government"
    },
    "in_space": false,
    "time_in_space": "P50DT11H52M35S",
    "eva_time": "P1DT1H8M",
    "agency": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
    },
    "age": 79,
    "date_of_birth": "1944-11-02",
    "date_of_death": null,
    "nationality": "American",
    "twitter": null,
    "instagram": null,
    "bio": "Jeffrey Alan Hoffman is an American former NASA astronaut and currently a professor of aeronautics and astronautics at MIT. Hoffman made five flights as a space shuttle astronaut, including the first mission to repair the Hubble Space Telescope in 1993, when the orbiting telescope's flawed optical system was corrected.",
    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jeffrey2520hoffman_image_20181129210513.jpg",
    "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191111.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/Jeffrey_A._Hoffman",
    "flights": [
        {
            "id": "8bf76727-9c9a-4fa2-8693-c052ce6d1d84",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/8bf76727-9c9a-4fa2-8693-c052ce6d1d84/?format=api",
            "slug": "space-shuttle-columbia-ov-102-sts-35",
            "name": "Space Shuttle Columbia / OV-102 | STS-35",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T08:55:03Z",
            "net": "1990-12-02T06:49:00Z",
            "window_end": "1990-12-02T06:49:00Z",
            "window_start": "1990-12-02T06:49:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 192,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/192/?format=api",
                "name": "Lockheed Space Operations Company",
                "type": "Commercial"
            },
            "rocket": {
                "id": 339,
                "configuration": {
                    "id": 493,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/493/?format=api",
                    "name": "Space Shuttle",
                    "family": "",
                    "full_name": "Space Shuttle",
                    "variant": ""
                }
            },
            "mission": {
                "id": 713,
                "name": "STS-35",
                "description": "STS-35 was the tenth flight of Columbia and the 38th of the shuttle program. Its mission was devoted to astronomical observations using ASTRO-1, a spacelab observatory consisting of four telescopes.",
                "launch_designator": null,
                "type": "Astrophysics",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/4/?format=api",
                "agency_id": 44,
                "name": "Launch Complex 39B",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
                "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
                "latitude": "28.62711233",
                "longitude": "-80.62101503",
                "location": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                    "name": "Kennedy Space Center, FL, USA",
                    "country_code": "USA",
                    "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 244,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_4_20200803143518.jpg",
                "total_launch_count": 58,
                "orbital_launch_attempt_count": 57
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/6/?format=api",
                    "name": "Space Shuttle",
                    "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
                    "start_date": "1981-04-12T12:00:03Z",
                    "end_date": "2011-07-08T15:29:00Z",
                    "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 3587,
            "location_launch_attempt_count": 55,
            "pad_launch_attempt_count": 16,
            "agency_launch_attempt_count": 29,
            "orbital_launch_attempt_count_year": 111,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        },
        {
            "id": "db52e01b-8f2b-471c-a54d-15123d90d73b",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/db52e01b-8f2b-471c-a54d-15123d90d73b/?format=api",
            "slug": "space-shuttle-atlantis-ov-104-sts-46",
            "name": "Space Shuttle Atlantis / OV-104 | STS-46",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T08:47:58Z",
            "net": "1992-07-31T13:56:48Z",
            "window_end": "1992-07-31T13:56:48Z",
            "window_start": "1992-07-31T13:56:48Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 192,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/192/?format=api",
                "name": "Lockheed Space Operations Company",
                "type": "Commercial"
            },
            "rocket": {
                "id": 356,
                "configuration": {
                    "id": 493,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/493/?format=api",
                    "name": "Space Shuttle",
                    "family": "",
                    "full_name": "Space Shuttle",
                    "variant": ""
                }
            },
            "mission": {
                "id": 729,
                "name": "STS-46",
                "description": "STS-46 was a NASA Space Shuttle mission using Space Shuttle Atlantis and was launched on 31 July 1992 at 9:56:48 am EDT.",
                "launch_designator": null,
                "type": "Heliophysics",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 87,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/87/?format=api",
                "agency_id": 121,
                "name": "Launch Complex 39A",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                "latitude": "28.60822681",
                "longitude": "-80.60428186",
                "location": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                    "name": "Kennedy Space Center, FL, USA",
                    "country_code": "USA",
                    "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 244,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                "total_launch_count": 186,
                "orbital_launch_attempt_count": 185
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/6/?format=api",
                    "name": "Space Shuttle",
                    "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
                    "start_date": "1981-04-12T12:00:03Z",
                    "end_date": "2011-07-08T15:29:00Z",
                    "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 3738,
            "location_launch_attempt_count": 66,
            "pad_launch_attempt_count": 47,
            "agency_launch_attempt_count": 40,
            "orbital_launch_attempt_count_year": 50,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        },
        {
            "id": "2709fce9-57db-419b-92dd-b9b47ff503ef",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2709fce9-57db-419b-92dd-b9b47ff503ef/?format=api",
            "slug": "space-shuttle-endeavour-ov-105-sts-61",
            "name": "Space Shuttle Endeavour / OV-105 | STS-61",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T08:48:14Z",
            "net": "1993-12-02T09:27:00Z",
            "window_end": "1993-12-02T09:27:00Z",
            "window_start": "1993-12-02T09:27:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 192,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/192/?format=api",
                "name": "Lockheed Space Operations Company",
                "type": "Commercial"
            },
            "rocket": {
                "id": 370,
                "configuration": {
                    "id": 493,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/493/?format=api",
                    "name": "Space Shuttle",
                    "family": "",
                    "full_name": "Space Shuttle",
                    "variant": ""
                }
            },
            "mission": {
                "id": 921,
                "name": "STS-61",
                "description": "STS-61 was the first Hubble Space Telescope servicing mission, and the fifth flight of the Space Shuttle Endeavour. The mission launched on 2 December 1993 from Kennedy Space Center in Florida. The mission restored the spaceborne observatory's vision, marred by spherical aberration, with the installation of a new main camera and a corrective optics package. This correction occurred more than three and a half years after the Hubble was launched aboard STS-31 in April 1990. The flight also brought instrument upgrades and new solar arrays to the telescope.",
                "launch_designator": null,
                "type": "Astrophysics",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/4/?format=api",
                "agency_id": 44,
                "name": "Launch Complex 39B",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
                "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
                "latitude": "28.62711233",
                "longitude": "-80.62101503",
                "location": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                    "name": "Kennedy Space Center, FL, USA",
                    "country_code": "USA",
                    "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 244,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_4_20200803143518.jpg",
                "total_launch_count": 58,
                "orbital_launch_attempt_count": 57
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/6/?format=api",
                    "name": "Space Shuttle",
                    "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
                    "start_date": "1981-04-12T12:00:03Z",
                    "end_date": "2011-07-08T15:29:00Z",
                    "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 3864,
            "location_launch_attempt_count": 76,
            "pad_launch_attempt_count": 27,
            "agency_launch_attempt_count": 50,
            "orbital_launch_attempt_count_year": 79,
            "location_launch_attempt_count_year": 7,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 7,
            "type": "normal"
        },
        {
            "id": "a57bb9aa-8b24-4b84-8713-011499fc2e24",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/a57bb9aa-8b24-4b84-8713-011499fc2e24/?format=api",
            "slug": "space-shuttle-discovery-ov-103-sts-51-d",
            "name": "Space Shuttle Discovery / OV-103 | STS-51-D",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T08:54:49Z",
            "net": "1985-04-12T13:59:05Z",
            "window_end": "1985-04-12T13:59:05Z",
            "window_start": "1985-04-12T13:59:05Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 192,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/192/?format=api",
                "name": "Lockheed Space Operations Company",
                "type": "Commercial"
            },
            "rocket": {
                "id": 304,
                "configuration": {
                    "id": 493,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/493/?format=api",
                    "name": "Space Shuttle",
                    "family": "",
                    "full_name": "Space Shuttle",
                    "variant": ""
                }
            },
            "mission": {
                "id": 928,
                "name": "STS-51-D",
                "description": "STS-51-D was the sixteenth flight of the shuttle and fourth for the Space Shuttle Discovery. Its mission was to deploy a number of 10 satellites. The landing suffered extensive brake damaged and a ruptured tire. All subsequent landings had to be done at the Edwards Air Force Base until the development and implementation of nose steering.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 87,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/87/?format=api",
                "agency_id": 121,
                "name": "Launch Complex 39A",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                "latitude": "28.60822681",
                "longitude": "-80.60428186",
                "location": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                    "name": "Kennedy Space Center, FL, USA",
                    "country_code": "USA",
                    "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 244,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                "total_launch_count": 186,
                "orbital_launch_attempt_count": 185
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/6/?format=api",
                    "name": "Space Shuttle",
                    "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
                    "start_date": "1981-04-12T12:00:03Z",
                    "end_date": "2011-07-08T15:29:00Z",
                    "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 2932,
            "location_launch_attempt_count": 33,
            "pad_launch_attempt_count": 28,
            "agency_launch_attempt_count": 7,
            "orbital_launch_attempt_count_year": 28,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "46347332-4296-4f90-b0b1-91b9e9b9d3b6",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/46347332-4296-4f90-b0b1-91b9e9b9d3b6/?format=api",
            "slug": "space-shuttle-columbia-ov-102-sts-75",
            "name": "Space Shuttle Columbia / OV-102 | STS-75",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T08:47:58Z",
            "net": "1996-02-22T20:18:00Z",
            "window_end": "1996-02-22T20:18:00Z",
            "window_start": "1996-02-22T20:18:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 197,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/197/?format=api",
                "name": "Lockheed Martin Space Operations",
                "type": "Commercial"
            },
            "rocket": {
                "id": 397,
                "configuration": {
                    "id": 493,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/493/?format=api",
                    "name": "Space Shuttle",
                    "family": "",
                    "full_name": "Space Shuttle",
                    "variant": ""
                }
            },
            "mission": {
                "id": 801,
                "name": "STS-75",
                "description": "STS-75 was a United States NASA Space Shuttle mission, the 19th mission of the Columbia orbiter.",
                "launch_designator": null,
                "type": "",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/4/?format=api",
                "agency_id": 44,
                "name": "Launch Complex 39B",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
                "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
                "latitude": "28.62711233",
                "longitude": "-80.62101503",
                "location": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                    "name": "Kennedy Space Center, FL, USA",
                    "country_code": "USA",
                    "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 244,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_4_20200803143518.jpg",
                "total_launch_count": 58,
                "orbital_launch_attempt_count": 57
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/6/?format=api",
                    "name": "Space Shuttle",
                    "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
                    "start_date": "1981-04-12T12:00:03Z",
                    "end_date": "2011-07-08T15:29:00Z",
                    "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 4054,
            "location_launch_attempt_count": 92,
            "pad_launch_attempt_count": 35,
            "agency_launch_attempt_count": 6,
            "orbital_launch_attempt_count_year": 13,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        }
    ],
    "landings": [
        {
            "id": 92,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/92/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1992-08-08T13:11:00Z",
            "spacecraft": {
                "id": 39,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/39/?format=api",
                "name": "Space Shuttle Atlantis",
                "serial_number": "OV-104",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P307DT12H43M25S",
                "time_docked": "P124DT2H45M9S",
                "flights_count": 33,
                "mission_ends_count": 33,
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "description": "Space Shuttle Atlantis (Orbiter Vehicle Designation: OV‑104) is a Space Shuttle orbiter vehicle belonging to the National Aeronautics and Space Administration (NASA), the spaceflight and space exploration agency of the United States. Constructed by the Rockwell International company in Southern California and delivered to the Kennedy Space Center in Eastern Florida in April 1985, Atlantis is the fourth operational and the second-to-last Space Shuttle built. Its maiden flight was STS-51-J from 3 to 7 October 1985.  Atlantis embarked on its 33rd and final mission, also the final mission of a space shuttle, STS-135, on 8 July 2011. STS-134 by Endeavour was expected to be the final flight before STS-135 was authorized in October 2010. STS-135 took advantage of the processing for the STS-335 Launch On Need mission that would have been necessary if STS-134's crew became stranded in orbit. Atlantis landed for the final time at the Kennedy Space Center on 21 July 2011.  By the end of its final mission, Atlantis had orbited the Earth a total of 4,848 times, traveling nearly 126,000,000 mi (203,000,000 km) or more than 525 times the distance from the Earth to the Moon.",
                "spacecraft_config": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/14/?format=api",
                    "name": "Space Shuttle",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg"
                }
            },
            "launch": {
                "id": "db52e01b-8f2b-471c-a54d-15123d90d73b",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/db52e01b-8f2b-471c-a54d-15123d90d73b/?format=api",
                "slug": "space-shuttle-atlantis-ov-104-sts-46",
                "name": "Space Shuttle Atlantis / OV-104 | STS-46",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2023-06-14T08:47:58Z",
                "net": "1992-07-31T13:56:48Z",
                "window_end": "1992-07-31T13:56:48Z",
                "window_start": "1992-07-31T13:56:48Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 192,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/192/?format=api",
                    "name": "Lockheed Space Operations Company",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 356,
                    "configuration": {
                        "id": 493,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/493/?format=api",
                        "name": "Space Shuttle",
                        "family": "",
                        "full_name": "Space Shuttle",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 729,
                    "name": "STS-46",
                    "description": "STS-46 was a NASA Space Shuttle mission using Space Shuttle Atlantis and was launched on 31 July 1992 at 9:56:48 am EDT.",
                    "launch_designator": null,
                    "type": "Heliophysics",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 87,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/87/?format=api",
                    "agency_id": 121,
                    "name": "Launch Complex 39A",
                    "description": "",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                    "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                    "latitude": "28.60822681",
                    "longitude": "-80.60428186",
                    "location": {
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                        "name": "Kennedy Space Center, FL, USA",
                        "country_code": "USA",
                        "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                        "timezone_name": "America/New_York",
                        "total_launch_count": 244,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                    "total_launch_count": 186,
                    "orbital_launch_attempt_count": 185
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 6,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/6/?format=api",
                        "name": "Space Shuttle",
                        "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
                        "agencies": [
                            {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
                        "start_date": "1981-04-12T12:00:03Z",
                        "end_date": "2011-07-08T15:29:00Z",
                        "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
                        "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 3738,
                "location_launch_attempt_count": 66,
                "pad_launch_attempt_count": 47,
                "agency_launch_attempt_count": 40,
                "orbital_launch_attempt_count_year": 50,
                "location_launch_attempt_count_year": 5,
                "pad_launch_attempt_count_year": 4,
                "agency_launch_attempt_count_year": 5,
                "type": "normal"
            },
            "landing": {
                "id": 932,
                "attempt": true,
                "success": true,
                "description": "Space Shuttle Atlantis successfully landed at the Shuttle Landing Facility after this mission.",
                "downrange_distance": null,
                "location": {
                    "id": 24,
                    "name": "Shuttle Landing Facility",
                    "abbrev": "KTTS",
                    "description": "Airport used for Space Shuttle landings, part of the Kennedy Space Center.",
                    "location": {
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                        "name": "Kennedy Space Center, FL, USA",
                        "country_code": "USA",
                        "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                        "timezone_name": "America/New_York",
                        "total_launch_count": 244,
                        "total_landing_count": 0
                    },
                    "successful_landings": 81
                },
                "type": {
                    "id": 6,
                    "name": "Horizontal Landing",
                    "abbrev": "HL",
                    "description": "Horizontal landing on a runway or flat surface."
                }
            }
        },
        {
            "id": 59,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/59/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1985-04-19T13:54:28Z",
            "spacecraft": {
                "id": 38,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/38/?format=api",
                "name": "Space Shuttle Discovery",
                "serial_number": "OV-103",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P365DT2H20M51S",
                "time_docked": "P123DT15H12M",
                "flights_count": 39,
                "mission_ends_count": 39,
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "description": "Space Shuttle Discovery (Orbiter Vehicle Designation: OV-103) is one of the orbiters from NASA's Space Shuttle program and the third of five fully operational orbiters to be built. Its first mission, STS-41-D, flew from August 30 to September 5, 1984. Over 27 years of service it launched and landed 39 times, gathering more spaceflights than any other spacecraft to date. Discovery became the third operational orbiter to enter service, preceded by Columbia and Challenger. It embarked on its last mission, STS-133, on February 24, 2011 and touched down for the final time at Kennedy Space Center on March 9, having spent a cumulative total of almost a full year in space. Discovery performed both research and International Space Station (ISS) assembly missions. It also carried the Hubble Space Telescope into orbit. Discovery was the first operational shuttle to be retired, followed by Endeavour and then Atlantis.",
                "spacecraft_config": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/14/?format=api",
                    "name": "Space Shuttle",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg"
                }
            },
            "launch": {
                "id": "a57bb9aa-8b24-4b84-8713-011499fc2e24",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/a57bb9aa-8b24-4b84-8713-011499fc2e24/?format=api",
                "slug": "space-shuttle-discovery-ov-103-sts-51-d",
                "name": "Space Shuttle Discovery / OV-103 | STS-51-D",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2023-06-14T08:54:49Z",
                "net": "1985-04-12T13:59:05Z",
                "window_end": "1985-04-12T13:59:05Z",
                "window_start": "1985-04-12T13:59:05Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 192,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/192/?format=api",
                    "name": "Lockheed Space Operations Company",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 304,
                    "configuration": {
                        "id": 493,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/493/?format=api",
                        "name": "Space Shuttle",
                        "family": "",
                        "full_name": "Space Shuttle",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 928,
                    "name": "STS-51-D",
                    "description": "STS-51-D was the sixteenth flight of the shuttle and fourth for the Space Shuttle Discovery. Its mission was to deploy a number of 10 satellites. The landing suffered extensive brake damaged and a ruptured tire. All subsequent landings had to be done at the Edwards Air Force Base until the development and implementation of nose steering.",
                    "launch_designator": null,
                    "type": "Communications",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 87,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/87/?format=api",
                    "agency_id": 121,
                    "name": "Launch Complex 39A",
                    "description": "",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                    "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                    "latitude": "28.60822681",
                    "longitude": "-80.60428186",
                    "location": {
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                        "name": "Kennedy Space Center, FL, USA",
                        "country_code": "USA",
                        "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                        "timezone_name": "America/New_York",
                        "total_launch_count": 244,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                    "total_launch_count": 186,
                    "orbital_launch_attempt_count": 185
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 6,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/6/?format=api",
                        "name": "Space Shuttle",
                        "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
                        "agencies": [
                            {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
                        "start_date": "1981-04-12T12:00:03Z",
                        "end_date": "2011-07-08T15:29:00Z",
                        "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
                        "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 2932,
                "location_launch_attempt_count": 33,
                "pad_launch_attempt_count": 28,
                "agency_launch_attempt_count": 7,
                "orbital_launch_attempt_count_year": 28,
                "location_launch_attempt_count_year": 2,
                "pad_launch_attempt_count_year": 2,
                "agency_launch_attempt_count_year": 2,
                "type": "normal"
            },
            "landing": {
                "id": 1007,
                "attempt": true,
                "success": true,
                "description": "Space Shuttle Discovery successfully landed at the Shuttle Landing Facility after this mission.",
                "downrange_distance": null,
                "location": {
                    "id": 24,
                    "name": "Shuttle Landing Facility",
                    "abbrev": "KTTS",
                    "description": "Airport used for Space Shuttle landings, part of the Kennedy Space Center.",
                    "location": {
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                        "name": "Kennedy Space Center, FL, USA",
                        "country_code": "USA",
                        "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                        "timezone_name": "America/New_York",
                        "total_launch_count": 244,
                        "total_landing_count": 0
                    },
                    "successful_landings": 81
                },
                "type": {
                    "id": 6,
                    "name": "Horizontal Landing",
                    "abbrev": "HL",
                    "description": "Horizontal landing on a runway or flat surface."
                }
            }
        },
        {
            "id": 120,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/120/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1996-03-09T13:58:00Z",
            "spacecraft": {
                "id": 36,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/36/?format=api",
                "name": "Space Shuttle Columbia",
                "serial_number": "OV-102",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P292DT16H28M27S",
                "time_docked": "P7DT33M",
                "flights_count": 28,
                "mission_ends_count": 28,
                "status": {
                    "id": 3,
                    "name": "Destroyed"
                },
                "description": "Space Shuttle Columbia (Orbiter Vehicle Designation: OV-102) was the first space-rated orbiter in NASA's Space Shuttle fleet. It launched for the first time on mission STS-1 on April 12, 1981, the first flight of the Space Shuttle program. Over 22 years of service, it completed 27 missions before disintegrating during re-entry near the end of its 28th mission, STS-107 on February 1, 2003, resulting in the deaths of all seven crew members.",
                "spacecraft_config": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/14/?format=api",
                    "name": "Space Shuttle",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg"
                }
            },
            "launch": {
                "id": "46347332-4296-4f90-b0b1-91b9e9b9d3b6",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/46347332-4296-4f90-b0b1-91b9e9b9d3b6/?format=api",
                "slug": "space-shuttle-columbia-ov-102-sts-75",
                "name": "Space Shuttle Columbia / OV-102 | STS-75",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2023-06-14T08:47:58Z",
                "net": "1996-02-22T20:18:00Z",
                "window_end": "1996-02-22T20:18:00Z",
                "window_start": "1996-02-22T20:18:00Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 197,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/197/?format=api",
                    "name": "Lockheed Martin Space Operations",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 397,
                    "configuration": {
                        "id": 493,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/493/?format=api",
                        "name": "Space Shuttle",
                        "family": "",
                        "full_name": "Space Shuttle",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 801,
                    "name": "STS-75",
                    "description": "STS-75 was a United States NASA Space Shuttle mission, the 19th mission of the Columbia orbiter.",
                    "launch_designator": null,
                    "type": "",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/4/?format=api",
                    "agency_id": 44,
                    "name": "Launch Complex 39B",
                    "description": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
                    "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
                    "latitude": "28.62711233",
                    "longitude": "-80.62101503",
                    "location": {
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                        "name": "Kennedy Space Center, FL, USA",
                        "country_code": "USA",
                        "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                        "timezone_name": "America/New_York",
                        "total_launch_count": 244,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_4_20200803143518.jpg",
                    "total_launch_count": 58,
                    "orbital_launch_attempt_count": 57
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 6,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/6/?format=api",
                        "name": "Space Shuttle",
                        "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
                        "agencies": [
                            {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
                        "start_date": "1981-04-12T12:00:03Z",
                        "end_date": "2011-07-08T15:29:00Z",
                        "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
                        "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 4054,
                "location_launch_attempt_count": 92,
                "pad_launch_attempt_count": 35,
                "agency_launch_attempt_count": 6,
                "orbital_launch_attempt_count_year": 13,
                "location_launch_attempt_count_year": 2,
                "pad_launch_attempt_count_year": 2,
                "agency_launch_attempt_count_year": 2,
                "type": "normal"
            },
            "landing": {
                "id": 973,
                "attempt": true,
                "success": true,
                "description": "Space Shuttle Columbia successfully landed at the Shuttle Landing Facility after this mission.",
                "downrange_distance": null,
                "location": {
                    "id": 24,
                    "name": "Shuttle Landing Facility",
                    "abbrev": "KTTS",
                    "description": "Airport used for Space Shuttle landings, part of the Kennedy Space Center.",
                    "location": {
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                        "name": "Kennedy Space Center, FL, USA",
                        "country_code": "USA",
                        "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                        "timezone_name": "America/New_York",
                        "total_launch_count": 244,
                        "total_landing_count": 0
                    },
                    "successful_landings": 81
                },
                "type": {
                    "id": 6,
                    "name": "Horizontal Landing",
                    "abbrev": "HL",
                    "description": "Horizontal landing on a runway or flat surface."
                }
            }
        },
        {
            "id": 81,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/81/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1990-12-11T05:54:00Z",
            "spacecraft": {
                "id": 36,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/36/?format=api",
                "name": "Space Shuttle Columbia",
                "serial_number": "OV-102",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P292DT16H28M27S",
                "time_docked": "P7DT33M",
                "flights_count": 28,
                "mission_ends_count": 28,
                "status": {
                    "id": 3,
                    "name": "Destroyed"
                },
                "description": "Space Shuttle Columbia (Orbiter Vehicle Designation: OV-102) was the first space-rated orbiter in NASA's Space Shuttle fleet. It launched for the first time on mission STS-1 on April 12, 1981, the first flight of the Space Shuttle program. Over 22 years of service, it completed 27 missions before disintegrating during re-entry near the end of its 28th mission, STS-107 on February 1, 2003, resulting in the deaths of all seven crew members.",
                "spacecraft_config": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/14/?format=api",
                    "name": "Space Shuttle",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg"
                }
            },
            "launch": {
                "id": "8bf76727-9c9a-4fa2-8693-c052ce6d1d84",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/8bf76727-9c9a-4fa2-8693-c052ce6d1d84/?format=api",
                "slug": "space-shuttle-columbia-ov-102-sts-35",
                "name": "Space Shuttle Columbia / OV-102 | STS-35",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2023-06-14T08:55:03Z",
                "net": "1990-12-02T06:49:00Z",
                "window_end": "1990-12-02T06:49:00Z",
                "window_start": "1990-12-02T06:49:00Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 192,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/192/?format=api",
                    "name": "Lockheed Space Operations Company",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 339,
                    "configuration": {
                        "id": 493,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/493/?format=api",
                        "name": "Space Shuttle",
                        "family": "",
                        "full_name": "Space Shuttle",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 713,
                    "name": "STS-35",
                    "description": "STS-35 was the tenth flight of Columbia and the 38th of the shuttle program. Its mission was devoted to astronomical observations using ASTRO-1, a spacelab observatory consisting of four telescopes.",
                    "launch_designator": null,
                    "type": "Astrophysics",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/4/?format=api",
                    "agency_id": 44,
                    "name": "Launch Complex 39B",
                    "description": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
                    "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
                    "latitude": "28.62711233",
                    "longitude": "-80.62101503",
                    "location": {
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                        "name": "Kennedy Space Center, FL, USA",
                        "country_code": "USA",
                        "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                        "timezone_name": "America/New_York",
                        "total_launch_count": 244,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_4_20200803143518.jpg",
                    "total_launch_count": 58,
                    "orbital_launch_attempt_count": 57
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 6,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/6/?format=api",
                        "name": "Space Shuttle",
                        "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
                        "agencies": [
                            {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
                        "start_date": "1981-04-12T12:00:03Z",
                        "end_date": "2011-07-08T15:29:00Z",
                        "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
                        "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 3587,
                "location_launch_attempt_count": 55,
                "pad_launch_attempt_count": 16,
                "agency_launch_attempt_count": 29,
                "orbital_launch_attempt_count_year": 111,
                "location_launch_attempt_count_year": 6,
                "pad_launch_attempt_count_year": 3,
                "agency_launch_attempt_count_year": 6,
                "type": "normal"
            },
            "landing": {
                "id": 961,
                "attempt": true,
                "success": true,
                "description": "Space Shuttle Columbia successfully landed at Edwards Air Force Base after this mission.",
                "downrange_distance": null,
                "location": {
                    "id": 23,
                    "name": "Edwards Air Force Base",
                    "abbrev": "KEDW",
                    "description": "Edwards Air Force Base in California.",
                    "location": {
                        "id": 162,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/162/?format=api",
                        "name": "Edwards Air Force Base",
                        "country_code": "USA",
                        "description": "Edwards Air Force Base is a United States Air Force installation in California. Edwards is the home of the Air Force Test Center, Air Force Test Pilot School, and NASA's Armstrong Flight Research Center. It is the Air Force Materiel Command center for conducting and supporting research and development of flight, as well as testing and evaluating aerospace systems from concept to combat. It also hosts many test activities conducted by America's commercial aerospace industry.",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_edwards_air_force_base_20230422085221.jpg",
                        "timezone_name": "America/Los_Angeles",
                        "total_launch_count": 0,
                        "total_landing_count": 0
                    },
                    "successful_landings": 66
                },
                "type": {
                    "id": 6,
                    "name": "Horizontal Landing",
                    "abbrev": "HL",
                    "description": "Horizontal landing on a runway or flat surface."
                }
            }
        },
        {
            "id": 104,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/104/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1993-12-13T05:25:00Z",
            "spacecraft": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/40/?format=api",
                "name": "Space Shuttle Endeavour",
                "serial_number": "OV-105",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P296DT5H37M42S",
                "time_docked": "P120DT14H50M45S",
                "flights_count": 25,
                "mission_ends_count": 25,
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "description": "Space Shuttle Endeavour (Orbiter Vehicle Designation: OV-105) is a retired orbiter from NASA's Space Shuttle program and the fifth and final operational shuttle built. It embarked on its first mission, STS-49, in May 1992 and its 25th and final mission, STS-134, in May 2011. STS-134 was expected to be the final mission of the Space Shuttle program, but with the authorization of STS-135, Atlantis became the last shuttle to fly.  The United States Congress approved the construction of Endeavour in 1987 to replace Challenger, which was lost in 1986.  Structural spares built during the construction of Discovery and Atlantis were used in its assembly. NASA chose, on cost grounds, to build Endeavour from spares rather than refitting Enterprise.",
                "spacecraft_config": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/14/?format=api",
                    "name": "Space Shuttle",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg"
                }
            },
            "launch": {
                "id": "2709fce9-57db-419b-92dd-b9b47ff503ef",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/2709fce9-57db-419b-92dd-b9b47ff503ef/?format=api",
                "slug": "space-shuttle-endeavour-ov-105-sts-61",
                "name": "Space Shuttle Endeavour / OV-105 | STS-61",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2023-06-14T08:48:14Z",
                "net": "1993-12-02T09:27:00Z",
                "window_end": "1993-12-02T09:27:00Z",
                "window_start": "1993-12-02T09:27:00Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 192,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/192/?format=api",
                    "name": "Lockheed Space Operations Company",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 370,
                    "configuration": {
                        "id": 493,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/493/?format=api",
                        "name": "Space Shuttle",
                        "family": "",
                        "full_name": "Space Shuttle",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 921,
                    "name": "STS-61",
                    "description": "STS-61 was the first Hubble Space Telescope servicing mission, and the fifth flight of the Space Shuttle Endeavour. The mission launched on 2 December 1993 from Kennedy Space Center in Florida. The mission restored the spaceborne observatory's vision, marred by spherical aberration, with the installation of a new main camera and a corrective optics package. This correction occurred more than three and a half years after the Hubble was launched aboard STS-31 in April 1990. The flight also brought instrument upgrades and new solar arrays to the telescope.",
                    "launch_designator": null,
                    "type": "Astrophysics",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/4/?format=api",
                    "agency_id": 44,
                    "name": "Launch Complex 39B",
                    "description": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
                    "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
                    "latitude": "28.62711233",
                    "longitude": "-80.62101503",
                    "location": {
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                        "name": "Kennedy Space Center, FL, USA",
                        "country_code": "USA",
                        "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                        "timezone_name": "America/New_York",
                        "total_launch_count": 244,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_4_20200803143518.jpg",
                    "total_launch_count": 58,
                    "orbital_launch_attempt_count": 57
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 6,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/6/?format=api",
                        "name": "Space Shuttle",
                        "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
                        "agencies": [
                            {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
                        "start_date": "1981-04-12T12:00:03Z",
                        "end_date": "2011-07-08T15:29:00Z",
                        "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
                        "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 3864,
                "location_launch_attempt_count": 76,
                "pad_launch_attempt_count": 27,
                "agency_launch_attempt_count": 50,
                "orbital_launch_attempt_count_year": 79,
                "location_launch_attempt_count_year": 7,
                "pad_launch_attempt_count_year": 6,
                "agency_launch_attempt_count_year": 7,
                "type": "normal"
            },
            "landing": {
                "id": 1036,
                "attempt": true,
                "success": true,
                "description": "Space Shuttle Endeavour successfully landed at the Shuttle Landing Facility after this mission.",
                "downrange_distance": null,
                "location": {
                    "id": 24,
                    "name": "Shuttle Landing Facility",
                    "abbrev": "KTTS",
                    "description": "Airport used for Space Shuttle landings, part of the Kennedy Space Center.",
                    "location": {
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                        "name": "Kennedy Space Center, FL, USA",
                        "country_code": "USA",
                        "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                        "timezone_name": "America/New_York",
                        "total_launch_count": 244,
                        "total_landing_count": 0
                    },
                    "successful_landings": 81
                },
                "type": {
                    "id": 6,
                    "name": "Horizontal Landing",
                    "abbrev": "HL",
                    "description": "Horizontal landing on a runway or flat surface."
                }
            }
        }
    ],
    "flights_count": 5,
    "landings_count": 5,
    "spacewalks_count": 4,
    "last_flight": "1996-02-22T20:18:00Z",
    "first_flight": "1985-04-12T13:59:05Z",
    "spacewalks": [
        {
            "id": 161,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/161/?format=api",
            "name": "STS-61 EVA 5",
            "start": "1993-12-09T03:30:00Z",
            "end": "1993-12-09T10:51:00Z",
            "duration": "PT7H21M",
            "location": "Hubble Space Telescope (LEO)",
            "crew": [
                {
                    "id": 4090,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 324,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/324/?format=api",
                        "name": "Story Musgrave",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P54DT9H55M43S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1935-08-19",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Franklin Story Musgrave, M.D. is an American physician and a retired NASA astronaut. He is a public speaker[2] and consultant to both Disney's Imagineering group and Applied Minds in California. In 1996 he became only the second astronaut to fly on six spaceflights, and he is the most formally educated astronaut with six academic degrees.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/story2520musgrave_image_20181202093148.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Story_Musgrave",
                        "last_flight": "1996-11-19T19:55:47Z",
                        "first_flight": "1983-04-04T18:30:00Z"
                    }
                },
                {
                    "id": 4091,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 146,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/146/?format=api",
                        "name": "Jeffrey Hoffman",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P50DT11H52M35S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1944-11-02",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jeffrey Alan Hoffman is an American former NASA astronaut and currently a professor of aeronautics and astronautics at MIT. Hoffman made five flights as a space shuttle astronaut, including the first mission to repair the Hubble Space Telescope in 1993, when the orbiting telescope's flawed optical system was corrected.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jeffrey2520hoffman_image_20181129210513.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Jeffrey_A._Hoffman",
                        "last_flight": "1996-02-22T20:18:00Z",
                        "first_flight": "1985-04-12T13:59:05Z"
                    }
                }
            ]
        },
        {
            "id": 157,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/157/?format=api",
            "name": "STS-61 EVA 1",
            "start": "1993-12-05T03:44:00Z",
            "end": "1993-12-05T11:38:00Z",
            "duration": "PT7H54M",
            "location": "Hubble Space Telescope (LEO)",
            "crew": [
                {
                    "id": 4082,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 324,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/324/?format=api",
                        "name": "Story Musgrave",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P54DT9H55M43S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1935-08-19",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Franklin Story Musgrave, M.D. is an American physician and a retired NASA astronaut. He is a public speaker[2] and consultant to both Disney's Imagineering group and Applied Minds in California. In 1996 he became only the second astronaut to fly on six spaceflights, and he is the most formally educated astronaut with six academic degrees.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/story2520musgrave_image_20181202093148.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Story_Musgrave",
                        "last_flight": "1996-11-19T19:55:47Z",
                        "first_flight": "1983-04-04T18:30:00Z"
                    }
                },
                {
                    "id": 4083,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 146,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/146/?format=api",
                        "name": "Jeffrey Hoffman",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P50DT11H52M35S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1944-11-02",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jeffrey Alan Hoffman is an American former NASA astronaut and currently a professor of aeronautics and astronautics at MIT. Hoffman made five flights as a space shuttle astronaut, including the first mission to repair the Hubble Space Telescope in 1993, when the orbiting telescope's flawed optical system was corrected.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jeffrey2520hoffman_image_20181129210513.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Jeffrey_A._Hoffman",
                        "last_flight": "1996-02-22T20:18:00Z",
                        "first_flight": "1985-04-12T13:59:05Z"
                    }
                }
            ]
        },
        {
            "id": 159,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/159/?format=api",
            "name": "STS-61 EVA 3",
            "start": "1993-12-07T03:35:00Z",
            "end": "1993-12-07T10:22:00Z",
            "duration": "PT6H47M",
            "location": "Hubble Space Telescope (LEO)",
            "crew": [
                {
                    "id": 4086,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 324,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/324/?format=api",
                        "name": "Story Musgrave",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P54DT9H55M43S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1935-08-19",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Franklin Story Musgrave, M.D. is an American physician and a retired NASA astronaut. He is a public speaker[2] and consultant to both Disney's Imagineering group and Applied Minds in California. In 1996 he became only the second astronaut to fly on six spaceflights, and he is the most formally educated astronaut with six academic degrees.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/story2520musgrave_image_20181202093148.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Story_Musgrave",
                        "last_flight": "1996-11-19T19:55:47Z",
                        "first_flight": "1983-04-04T18:30:00Z"
                    }
                },
                {
                    "id": 4087,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 146,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/146/?format=api",
                        "name": "Jeffrey Hoffman",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P50DT11H52M35S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1944-11-02",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jeffrey Alan Hoffman is an American former NASA astronaut and currently a professor of aeronautics and astronautics at MIT. Hoffman made five flights as a space shuttle astronaut, including the first mission to repair the Hubble Space Telescope in 1993, when the orbiting telescope's flawed optical system was corrected.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jeffrey2520hoffman_image_20181129210513.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Jeffrey_A._Hoffman",
                        "last_flight": "1996-02-22T20:18:00Z",
                        "first_flight": "1985-04-12T13:59:05Z"
                    }
                }
            ]
        },
        {
            "id": 143,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/143/?format=api",
            "name": "STS-51-D EVA (Placeholder)",
            "start": "1985-04-16T00:00:00Z",
            "end": "1985-04-16T03:06:00Z",
            "duration": "PT3H6M",
            "location": "Syncom IV-3 (LEO)",
            "crew": [
                {
                    "id": 4053,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 146,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/146/?format=api",
                        "name": "Jeffrey Hoffman",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P50DT11H52M35S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1944-11-02",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jeffrey Alan Hoffman is an American former NASA astronaut and currently a professor of aeronautics and astronautics at MIT. Hoffman made five flights as a space shuttle astronaut, including the first mission to repair the Hubble Space Telescope in 1993, when the orbiting telescope's flawed optical system was corrected.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jeffrey2520hoffman_image_20181129210513.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Jeffrey_A._Hoffman",
                        "last_flight": "1996-02-22T20:18:00Z",
                        "first_flight": "1985-04-12T13:59:05Z"
                    }
                },
                {
                    "id": 4054,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 339,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/339/?format=api",
                        "name": "S. David Griggs",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P6DT23H55M23S",
                        "status": {
                            "id": 6,
                            "name": "Died While In Active Service"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1939-09-07",
                        "date_of_death": "1989-06-17",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Stanley David Griggs was a United States Navy officer and a NASA astronaut. He is credited with conducting the first unscheduled extra-vehicular activity of the space program during Space Shuttle mission STS-51-D. Griggs was killed when the vintage World War II-era training aircraft he was piloting – a North American AT-6D (registration N3931S) – crashed near Earle, Arkansas.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/s.2520david2520griggs_image_20181202102921.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/S._David_Griggs",
                        "last_flight": "1985-04-12T13:59:05Z",
                        "first_flight": "1985-04-12T13:59:05Z"
                    }
                }
            ]
        }
    ]
}