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

{
    "id": 317,
    "url": "https://ll.thespacedevs.com/2.2.0/astronaut/317/?format=api",
    "name": "Paul J. Weitz",
    "status": {
        "id": 11,
        "name": "Deceased"
    },
    "type": {
        "id": 2,
        "name": "Government"
    },
    "in_space": false,
    "time_in_space": "P33DT1H12M48S",
    "eva_time": "PT2H16M",
    "agency": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
    },
    "age": 85,
    "date_of_birth": "1932-07-25",
    "date_of_death": "2017-10-22",
    "nationality": "American",
    "twitter": null,
    "instagram": null,
    "bio": "Paul Joseph Weitz was an American naval officer and aviator, aeronautical engineer, test pilot, and NASA astronaut, who flew into space twice. He was a member of the three-man crew who flew on Skylab 2, the first manned Skylab mission. He was also Commander of the STS-6 mission, the first of the Space Shuttle Challenger flights.",
    "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/paul2520j.2520weitz_image_20190426143707.jpeg",
    "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190813.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/Paul_J._Weitz",
    "flights": [
        {
            "id": "cb5402bd-5432-42f2-9f5b-961cb3b3b838",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/cb5402bd-5432-42f2-9f5b-961cb3b3b838/?format=api",
            "slug": "space-shuttle-challenger-ov-099-sts-6",
            "name": "Space Shuttle Challenger / OV-099 | STS-6",
            "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:45:26Z",
            "net": "1983-04-04T18:30:00Z",
            "window_end": "1983-04-04T18:30:00Z",
            "window_start": "1983-04-04T18:30:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 102,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/102/?format=api",
                "name": "Rockwell International",
                "type": "Commercial"
            },
            "rocket": {
                "id": 288,
                "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": 515,
                "name": "STS-6",
                "description": "STS-6 was the maiden flight of the Space Shuttle Challenger. It deployed the first Tracking and Data Relay Satellite into orbit for NASA, forming an integral part of NASAs in-space 10. It was also the first Space Shuttle mission involving a spacewalk. It was the first mission in which the Extravehicular Mobility Unit (EMU) was used.",
                "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": null,
                "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": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 237,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_87_20200803143537.jpg",
                "total_launch_count": 179,
                "orbital_launch_attempt_count": 178
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.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://spacelaunchnow-prod-east.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": 2663,
            "location_launch_attempt_count": 23,
            "pad_launch_attempt_count": 18,
            "agency_launch_attempt_count": 5,
            "orbital_launch_attempt_count_year": 27,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "7ec5fba7-67ca-4baa-858a-0c020cb7de10",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7ec5fba7-67ca-4baa-858a-0c020cb7de10/?format=api",
            "slug": "saturn-ib-skylab-2",
            "name": "Saturn IB | Skylab 2",
            "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:45:03Z",
            "net": "1973-05-25T13:00:00Z",
            "window_end": "1973-05-25T13:00:00Z",
            "window_start": "1973-05-25T13:00:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            },
            "rocket": {
                "id": 238,
                "configuration": {
                    "id": 163,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/163/?format=api",
                    "name": "Saturn IB",
                    "family": "Saturn",
                    "full_name": "Saturn IB",
                    "variant": "IB"
                }
            },
            "mission": {
                "id": 3,
                "name": "Skylab 2",
                "description": "Skylab 2 (also known as SL-2 or SLM-1) was the first crewed mission to the first US orbital space station Skylab. The mission began on May 25, 1973, 13:00:00 UTC with the launch of a three-person crew. Crew members were the Commander Charles \"Pete\" Conrad, Jr., Science Pilot Joseph P. Kerwin and Pilot Paul J. Weitz. During their 26-day stay on the station, crew performed station repairs and conducted scientific, medical experiments, gathered solar and Earth science data. The mission ended successfully with the splashdown in the Pacific Ocean on June 22, 1973, 13:49:48 UTC.",
                "launch_designator": null,
                "type": "Human Exploration",
                "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": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 237,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_4_20200803143518.jpg",
                "total_launch_count": 58,
                "orbital_launch_attempt_count": 57
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/saturn2520ib_image_20190222030046.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/13/?format=api",
                    "name": "Skylab",
                    "description": "Skylab was the first United States space station, launched by NASA, occupied for about 24 weeks between May 1973 and February 1974. It was operated by three separate three-astronaut crews: SL-2, SL-3 and SL-4. Major operations included an orbital workshop, a solar observatory, Earth observation, and hundreds of experiments.",
                    "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/skylab_program_20240305184407.png",
                    "start_date": "1973-05-14T17:30:00Z",
                    "end_date": "1979-07-11T16:37:00Z",
                    "info_url": "https://www.nasa.gov/mission_pages/skylab/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Skylab",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 1448,
            "location_launch_attempt_count": 14,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 116,
            "orbital_launch_attempt_count_year": 35,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        }
    ],
    "landings": [
        {
            "id": 202,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/202/?format=api",
            "destination": "Skylab",
            "mission_end": "1973-06-22T13:49:48Z",
            "spacecraft": {
                "id": 93,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/93/?format=api",
                "name": "Apollo CSM-116",
                "serial_number": "CSM-116",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P28DT49M48S",
                "time_docked": "P26DT23H2M",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "CSM-116 was an Apollo Command & Service Module used in the Skylab 2 mission.",
                "spacecraft_config": {
                    "id": 10,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/10/?format=api",
                    "name": "Apollo Command/Service Module",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 999,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/999/?format=api",
                        "name": "North American Aviation",
                        "type": "Commercial"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg"
                }
            },
            "launch": {
                "id": "7ec5fba7-67ca-4baa-858a-0c020cb7de10",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/7ec5fba7-67ca-4baa-858a-0c020cb7de10/?format=api",
                "slug": "saturn-ib-skylab-2",
                "name": "Saturn IB | Skylab 2",
                "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:45:03Z",
                "net": "1973-05-25T13:00:00Z",
                "window_end": "1973-05-25T13:00:00Z",
                "window_start": "1973-05-25T13:00:00Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "rocket": {
                    "id": 238,
                    "configuration": {
                        "id": 163,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/163/?format=api",
                        "name": "Saturn IB",
                        "family": "Saturn",
                        "full_name": "Saturn IB",
                        "variant": "IB"
                    }
                },
                "mission": {
                    "id": 3,
                    "name": "Skylab 2",
                    "description": "Skylab 2 (also known as SL-2 or SLM-1) was the first crewed mission to the first US orbital space station Skylab. The mission began on May 25, 1973, 13:00:00 UTC with the launch of a three-person crew. Crew members were the Commander Charles \"Pete\" Conrad, Jr., Science Pilot Joseph P. Kerwin and Pilot Paul J. Weitz. During their 26-day stay on the station, crew performed station repairs and conducted scientific, medical experiments, gathered solar and Earth science data. The mission ended successfully with the splashdown in the Pacific Ocean on June 22, 1973, 13:49:48 UTC.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "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": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
                        "timezone_name": "America/New_York",
                        "total_launch_count": 237,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_4_20200803143518.jpg",
                    "total_launch_count": 58,
                    "orbital_launch_attempt_count": 57
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/saturn2520ib_image_20190222030046.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 13,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/13/?format=api",
                        "name": "Skylab",
                        "description": "Skylab was the first United States space station, launched by NASA, occupied for about 24 weeks between May 1973 and February 1974. It was operated by three separate three-astronaut crews: SL-2, SL-3 and SL-4. Major operations included an orbital workshop, a solar observatory, Earth observation, and hundreds of experiments.",
                        "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/skylab_program_20240305184407.png",
                        "start_date": "1973-05-14T17:30:00Z",
                        "end_date": "1979-07-11T16:37:00Z",
                        "info_url": "https://www.nasa.gov/mission_pages/skylab/",
                        "wiki_url": "https://en.wikipedia.org/wiki/Skylab",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 1448,
                "location_launch_attempt_count": 14,
                "pad_launch_attempt_count": 2,
                "agency_launch_attempt_count": 116,
                "orbital_launch_attempt_count_year": 35,
                "location_launch_attempt_count_year": 2,
                "pad_launch_attempt_count_year": 1,
                "agency_launch_attempt_count_year": 2,
                "type": "normal"
            },
            "landing": {
                "id": 379,
                "attempt": true,
                "success": true,
                "description": "The Apollo spacecraft successfully splashed down in the Pacific Ocean.",
                "downrange_distance": null,
                "location": {
                    "id": 18,
                    "name": "Pacific Ocean",
                    "abbrev": "PAC",
                    "description": "Pacific Ocean",
                    "location": null,
                    "successful_landings": 3
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        },
        {
            "id": 49,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/49/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1983-04-09T18:53:00Z",
            "spacecraft": {
                "id": 37,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/37/?format=api",
                "name": "Space Shuttle Challenger",
                "serial_number": "OV-099",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P62DT6H51M50S",
                "time_docked": "P0D",
                "flights_count": 10,
                "mission_ends_count": 10,
                "status": {
                    "id": 3,
                    "name": "Destroyed"
                },
                "description": "Space Shuttle Challenger (Orbiter Vehicle Designation: OV-099) was the second orbiter of NASA's space shuttle program to be put into service, after Columbia. Challenger was built by Rockwell International's Space Transportation Systems Division, in Downey, California. Its maiden flight, STS-6, began on April 4, 1983. The orbiter was launched and landed nine times before breaking apart 73 seconds into its tenth mission, STS-51-L, on January 28, 1986, resulting in the death of all seven crew members, including a civilian school teacher. It was the first of two shuttles to be destroyed in flight, the other being Columbia, in 2003. The accident led to a two-and-a-half-year grounding of the shuttle fleet; flights resumed in 1988, with STS-26 flown by Discovery. Challenger was replaced by Endeavour, which was built from structural spares ordered by NASA in the construction contracts for Discovery and 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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg"
                }
            },
            "launch": {
                "id": "cb5402bd-5432-42f2-9f5b-961cb3b3b838",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/cb5402bd-5432-42f2-9f5b-961cb3b3b838/?format=api",
                "slug": "space-shuttle-challenger-ov-099-sts-6",
                "name": "Space Shuttle Challenger / OV-099 | STS-6",
                "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:45:26Z",
                "net": "1983-04-04T18:30:00Z",
                "window_end": "1983-04-04T18:30:00Z",
                "window_start": "1983-04-04T18:30:00Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 102,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/102/?format=api",
                    "name": "Rockwell International",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 288,
                    "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": 515,
                    "name": "STS-6",
                    "description": "STS-6 was the maiden flight of the Space Shuttle Challenger. It deployed the first Tracking and Data Relay Satellite into orbit for NASA, forming an integral part of NASAs in-space 10. It was also the first Space Shuttle mission involving a spacewalk. It was the first mission in which the Extravehicular Mobility Unit (EMU) was used.",
                    "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": null,
                    "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": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
                        "timezone_name": "America/New_York",
                        "total_launch_count": 237,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_87_20200803143537.jpg",
                    "total_launch_count": 179,
                    "orbital_launch_attempt_count": 178
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.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://spacelaunchnow-prod-east.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": 2663,
                "location_launch_attempt_count": 23,
                "pad_launch_attempt_count": 18,
                "agency_launch_attempt_count": 5,
                "orbital_launch_attempt_count_year": 27,
                "location_launch_attempt_count_year": 1,
                "pad_launch_attempt_count_year": 1,
                "agency_launch_attempt_count_year": 1,
                "type": "normal"
            },
            "landing": {
                "id": 949,
                "attempt": true,
                "success": true,
                "description": "Space Shuttle Challenger successfully landed at Edwards Air Force Base after this mission.",
                "downrange_distance": null,
                "location": {
                    "id": 23,
                    "name": "Edwards Air Force Base",
                    "abbrev": "EAFB",
                    "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": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_edwards_air_force_base_20230422085221.jpg",
                        "timezone_name": "America/Los_Angeles",
                        "total_launch_count": 0,
                        "total_landing_count": 0
                    },
                    "successful_landings": 0
                },
                "type": {
                    "id": 6,
                    "name": "Horizontal Landing",
                    "abbrev": "HL",
                    "description": "Horizontal landing on a runway or flat surface."
                }
            }
        }
    ],
    "flights_count": 2,
    "landings_count": 2,
    "spacewalks_count": 2,
    "last_flight": "1983-04-04T18:30:00Z",
    "first_flight": "1973-05-25T13:00:00Z",
    "spacewalks": [
        {
            "id": 31,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/31/?format=api",
            "name": "Skylab II EVA 1",
            "start": "1973-05-26T00:40:00Z",
            "end": "1973-05-26T01:20:00Z",
            "duration": "PT40M",
            "location": "Skylab",
            "crew": [
                {
                    "id": 3830,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 317,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/317/?format=api",
                        "name": "Paul J. Weitz",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P33DT1H12M48S",
                        "status": {
                            "id": 11,
                            "name": "Deceased"
                        },
                        "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": "1932-07-25",
                        "date_of_death": "2017-10-22",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Paul Joseph Weitz was an American naval officer and aviator, aeronautical engineer, test pilot, and NASA astronaut, who flew into space twice. He was a member of the three-man crew who flew on Skylab 2, the first manned Skylab mission. He was also Commander of the STS-6 mission, the first of the Space Shuttle Challenger flights.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/paul2520j.2520weitz_image_20190426143707.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Paul_J._Weitz",
                        "last_flight": "1983-04-04T18:30:00Z",
                        "first_flight": "1973-05-25T13:00:00Z"
                    }
                }
            ]
        },
        {
            "id": 33,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/33/?format=api",
            "name": "Skylab II EVA 3",
            "start": "1973-06-19T10:55:00Z",
            "end": "1973-06-19T12:31:00Z",
            "duration": "PT1H36M",
            "location": "Skylab",
            "crew": [
                {
                    "id": 3833,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 33,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/33/?format=api",
                        "name": "Pete Conrad",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P48DT23H1M36S",
                        "status": {
                            "id": 11,
                            "name": "Deceased"
                        },
                        "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": "1930-06-02",
                        "date_of_death": "1999-06-08",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Charles \"Pete\" Conrad Jr. was an American NASA astronaut, aeronautical engineer, naval officer and aviator, test pilot, and during the Apollo 12 mission became the third man to walk on the Moon. Conrad was selected in NASA's second astronaut class.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/pete2520conrad_image_20181128143459.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Pete_Conrad",
                        "last_flight": "1973-05-25T13:00:00Z",
                        "first_flight": "1965-08-21T13:59:59Z"
                    }
                },
                {
                    "id": 3834,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 317,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/317/?format=api",
                        "name": "Paul J. Weitz",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P33DT1H12M48S",
                        "status": {
                            "id": 11,
                            "name": "Deceased"
                        },
                        "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": "1932-07-25",
                        "date_of_death": "2017-10-22",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Paul Joseph Weitz was an American naval officer and aviator, aeronautical engineer, test pilot, and NASA astronaut, who flew into space twice. He was a member of the three-man crew who flew on Skylab 2, the first manned Skylab mission. He was also Commander of the STS-6 mission, the first of the Space Shuttle Challenger flights.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/paul2520j.2520weitz_image_20190426143707.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Paul_J._Weitz",
                        "last_flight": "1983-04-04T18:30:00Z",
                        "first_flight": "1973-05-25T13:00:00Z"
                    }
                }
            ]
        }
    ]
}