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

{
  "id": 581,
  "url": "https://ll.thespacedevs.com/2.2.0/astronaut/581/?format=api",
  "name": "Francisco Rubio",
  "status": {
    "id": 1,
    "name": "Active"
  },
  "type": {
    "id": 2,
    "name": "Government"
  },
  "in_space": false,
  "time_in_space": "P370DT21H22M11S",
  "eva_time": "PT21H24M",
  "agency": {
    "id": 44,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
    "name": "National Aeronautics and Space Administration",
    "type": "Government"
  },
  "age": 49,
  "date_of_birth": "1976-12-11",
  "date_of_death": null,
  "nationality": "American",
  "twitter": null,
  "instagram": null,
  "bio": "Francisco Carlos Rubio is a US Army helicopter pilot, flight surgeon, and NASA astronaut of the class of 2017.",
  "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/francisco2520rubio_image_20200110161546.jpeg",
  "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185911.jpeg",
  "wiki": "https://en.wikipedia.org/wiki/Francisco_Rubio_(astronaut)",
  "flights": [
    {
      "id": "bc73ec4f-633e-4eb5-8b8e-5c996ea1733f",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/bc73ec4f-633e-4eb5-8b8e-5c996ea1733f/?format=api",
      "slug": "soyuz-21a-soyuz-ms-22",
      "name": "Soyuz 2.1a | Soyuz MS-22",
      "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:56:24Z",
      "net": "2022-09-21T13:54:49Z",
      "window_end": "2022-09-21T13:54:49Z",
      "window_start": "2022-09-21T13:54:49Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 63,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "type": "Government"
      },
      "rocket": {
        "id": 2876,
        "configuration": {
          "id": 24,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/24/?format=api",
          "name": "Soyuz 2.1a",
          "family": "Soyuz",
          "full_name": "Soyuz 2.1a",
          "variant": ""
        }
      },
      "mission": {
        "id": 1290,
        "name": "Soyuz MS-22",
        "description": "Soyuz MS-22 carried Roscosmos cosmonauts Sergei Prokopeyev, Dmitry Petelin and NASA astronaut Frank Rubio to the International Space Station aboard the Soyuz spacecraft from the Baikonur Cosmodrome in Kazakhstan.\r\n\r\nThe spacecraft suffered a thermal control system depressurization/leak on the ISS on December 15, 2022, possibly due to micrometeor impact. It will land back on Earth without crew and will be replaced by Soyuz MS-23.",
        "launch_designator": null,
        "type": "Human Exploration",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 20,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/20/?format=api",
        "agency_id": null,
        "name": "31/6",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
        "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
        "latitude": "45.996034",
        "longitude": "63.564003",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "timezone_name": "Asia/Qyzylorda",
          "total_launch_count": 1564,
          "total_landing_count": 0
        },
        "country_code": "KAZ",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
        "total_launch_count": 429,
        "orbital_launch_attempt_count": 429
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_image_20230805184309.jpg",
      "infographic": null,
      "program": [
        {
          "id": 8,
          "url": "https://ll.thespacedevs.com/2.2.0/program/8/?format=api",
          "name": "Soyuz",
          "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
          "agencies": [
            {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            {
              "id": 66,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
              "name": "Soviet Space Program",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
          "start_date": "1966-11-28T11:02:00Z",
          "end_date": null,
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        },
        {
          "id": 17,
          "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
          "name": "International Space Station",
          "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
          "agencies": [
            {
              "id": 16,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
          "start_date": "1998-11-20T06:40:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ],
      "orbital_launch_attempt_count": 6302,
      "location_launch_attempt_count": 1534,
      "pad_launch_attempt_count": 404,
      "agency_launch_attempt_count": 305,
      "orbital_launch_attempt_count_year": 120,
      "location_launch_attempt_count_year": 5,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 5,
      "type": "normal"
    }
  ],
  "landings": [
    {
      "id": 760,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/760/?format=api",
      "destination": "Low Earth Orbit",
      "mission_end": null,
      "spacecraft": {
        "id": 541,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/541/?format=api",
        "name": "Orion 004",
        "serial_number": "004",
        "is_placeholder": false,
        "in_space": false,
        "time_in_space": "P0D",
        "time_docked": "P0D",
        "flights_count": 0,
        "mission_ends_count": 0,
        "status": {
          "id": 5,
          "name": "Under construction"
        },
        "description": "Orion spacecraft used for Artemis 3.",
        "spacecraft_config": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/4/?format=api",
          "name": "Orion",
          "type": {
            "id": 2,
            "name": "Capsule"
          },
          "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": true,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.jpeg"
        }
      },
      "launch": {
        "id": "8034d81b-af96-460c-a7b7-5c8e7f1a1d86",
        "url": "https://ll.thespacedevs.com/2.2.0/launch/8034d81b-af96-460c-a7b7-5c8e7f1a1d86/?format=api",
        "slug": "sls-block-1-artemis-iii",
        "name": "SLS Block 1 | Artemis III",
        "status": {
          "id": 2,
          "name": "To Be Determined",
          "abbrev": "TBD",
          "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
        },
        "last_updated": "2026-02-27T15:14:52Z",
        "net": "2027-06-30T00:00:00Z",
        "window_end": "2027-06-30T00:00:00Z",
        "window_start": "2027-06-30T00:00:00Z",
        "net_precision": {
          "id": 12,
          "name": "Year Half 1",
          "abbrev": "H1",
          "description": "The T-0 is expected in the first half of the given year."
        },
        "probability": null,
        "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": 2625,
          "configuration": {
            "id": 143,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/143/?format=api",
            "name": "Space Launch System (SLS)",
            "family": "Space Launch System",
            "full_name": "Space Launch System Block 1",
            "variant": "Block 1"
          }
        },
        "mission": {
          "id": 7519,
          "name": "Artemis III",
          "description": "Artemis III is the second crew mission as part of the Artemis program. Artemis III will send a crew of 4 on a Low Earth Orbit mission, with the Orion rendezvous and dock with one or both commercial lunar landers in development by SpaceX and Blue Origin, performing in-space tests of the docked vehicles, integrated checkout of life support, communications, and propulsion systems, as well as tests of the new Extravehicular Activity (xEVA) suits.",
          "launch_designator": null,
          "type": "Human Exploration",
          "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
          },
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "featured": true,
              "type": "Government",
              "country_code": "USA",
              "abbrev": "NASA",
              "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
              "administrator": "Administrator: Jared Isaacman",
              "founding_year": "1958",
              "launchers": "Space Shuttle | SLS",
              "spacecraft": "Orion",
              "launch_library_url": null,
              "total_launch_count": 142,
              "consecutive_successful_launches": 12,
              "successful_launches": 122,
              "failed_launches": 20,
              "pending_launches": 5,
              "consecutive_successful_landings": 0,
              "successful_landings": 0,
              "failed_landings": 0,
              "attempted_landings": 0,
              "info_url": "https://www.nasa.gov",
              "wiki_url": "https://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
              "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
              "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg"
            }
          ],
          "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": 281,
            "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": 59,
          "orbital_launch_attempt_count": 58
        },
        "webcast_live": false,
        "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_launch_sy_image_20260405204639.jpg",
        "infographic": null,
        "program": [
          {
            "id": 15,
            "url": "https://ll.thespacedevs.com/2.2.0/program/15/?format=api",
            "name": "Artemis",
            "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region.",
            "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/artemis_program_20220827100930.png",
            "start_date": "2017-12-11T00:00:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/specials/artemis/",
            "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
            "mission_patches": [],
            "type": {
              "id": 2,
              "name": "Human Spaceflight"
            }
          }
        ],
        "orbital_launch_attempt_count": 7553,
        "location_launch_attempt_count": 291,
        "pad_launch_attempt_count": 60,
        "agency_launch_attempt_count": 143,
        "orbital_launch_attempt_count_year": 40,
        "location_launch_attempt_count_year": 6,
        "pad_launch_attempt_count_year": 1,
        "agency_launch_attempt_count_year": 1,
        "type": "normal"
      },
      "landing": {
        "id": 500,
        "attempt": true,
        "success": null,
        "description": "The Orion spacecraft will splash down in the Pacific Ocean.",
        "downrange_distance": null,
        "location": {
          "id": 18,
          "name": "Pacific Ocean",
          "abbrev": "PAC",
          "description": "Pacific Ocean",
          "location": null,
          "successful_landings": 53
        },
        "type": {
          "id": 4,
          "name": "Parachute Landing",
          "abbrev": "PCL",
          "description": "Unpowered landing using parachute(s)."
        }
      }
    },
    {
      "id": 768,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/768/?format=api",
      "destination": "International Space Station",
      "mission_end": "2023-09-27T11:17:00Z",
      "spacecraft": {
        "id": 545,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/545/?format=api",
        "name": "Soyuz MS-23",
        "serial_number": "11F732A48 #752",
        "is_placeholder": false,
        "in_space": false,
        "time_in_space": "P215DT10H52M33S",
        "time_docked": "P213DT6H20M",
        "flights_count": 1,
        "mission_ends_count": 1,
        "status": {
          "id": 4,
          "name": "Single Use"
        },
        "description": "Scheduled to launch to the ISS in early 2023.",
        "spacecraft_config": {
          "id": 38,
          "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api",
          "name": "Soyuz MS",
          "type": {
            "id": 2,
            "name": "Capsule"
          },
          "agency": {
            "id": 63,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
            "name": "Russian Federal Space Agency (ROSCOSMOS)",
            "type": "Government"
          },
          "in_use": true,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
        }
      },
      "launch": {
        "id": "e3290e0e-d967-4a5d-95eb-f8fae06a9034",
        "url": "https://ll.thespacedevs.com/2.2.0/launch/e3290e0e-d967-4a5d-95eb-f8fae06a9034/?format=api",
        "slug": "soyuz-21a-soyuz-ms-23",
        "name": "Soyuz 2.1a | Soyuz MS-23",
        "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-07-18T14:01:33Z",
        "net": "2023-02-24T00:24:27Z",
        "window_end": "2023-02-24T00:24:27Z",
        "window_start": "2023-02-24T00:24:27Z",
        "net_precision": {
          "id": 0,
          "name": "Second",
          "abbrev": "SEC",
          "description": "The T-0 is accurate to the second."
        },
        "probability": null,
        "weather_concerns": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "rocket": {
          "id": 7504,
          "configuration": {
            "id": 24,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/24/?format=api",
            "name": "Soyuz 2.1a",
            "family": "Soyuz",
            "full_name": "Soyuz 2.1a",
            "variant": ""
          }
        },
        "mission": {
          "id": 5914,
          "name": "Soyuz MS-23",
          "description": "Soyuz MS-23 will fly without crew to the International Space Station from the Baikonur Cosmodrome in Kazakhstan to replace Soyuz MS-22, that suffered a thermal control system depressurization/leak on the ISS on December 15, 2022.",
          "launch_designator": null,
          "type": "Human Exploration",
          "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
          },
          "agencies": [],
          "info_urls": [],
          "vid_urls": []
        },
        "pad": {
          "id": 20,
          "url": "https://ll.thespacedevs.com/2.2.0/pad/20/?format=api",
          "agency_id": null,
          "name": "31/6",
          "description": "",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
          "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
          "latitude": "45.996034",
          "longitude": "63.564003",
          "location": {
            "id": 15,
            "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
            "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
            "country_code": "KAZ",
            "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
            "timezone_name": "Asia/Qyzylorda",
            "total_launch_count": 1564,
            "total_landing_count": 0
          },
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
          "total_launch_count": 429,
          "orbital_launch_attempt_count": 429
        },
        "webcast_live": false,
        "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_image_20230805184309.jpg",
        "infographic": null,
        "program": [
          {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
            "name": "International Space Station",
            "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
            "agencies": [
              {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                "name": "Canadian Space Agency",
                "type": "Government"
              },
              {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "type": "Multinational"
              },
              {
                "id": 37,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                "name": "Japan Aerospace Exploration Agency",
                "type": "Government"
              },
              {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
              },
              {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
              }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
            "start_date": "1998-11-20T06:40:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
            "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
            "mission_patches": [],
            "type": {
              "id": 2,
              "name": "Human Spaceflight"
            }
          },
          {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.2.0/program/8/?format=api",
            "name": "Soyuz",
            "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
            "agencies": [
              {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
              },
              {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
              }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
            "start_date": "1966-11-28T11:02:00Z",
            "end_date": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme",
            "mission_patches": [],
            "type": {
              "id": 2,
              "name": "Human Spaceflight"
            }
          }
        ],
        "orbital_launch_attempt_count": 6394,
        "location_launch_attempt_count": 1539,
        "pad_launch_attempt_count": 407,
        "agency_launch_attempt_count": 310,
        "orbital_launch_attempt_count_year": 26,
        "location_launch_attempt_count_year": 3,
        "pad_launch_attempt_count_year": 2,
        "agency_launch_attempt_count_year": 2,
        "type": "normal"
      },
      "landing": {
        "id": 816,
        "attempt": true,
        "success": true,
        "description": "The Soyuz spacecraft has safely landed in Kazakhstan.",
        "downrange_distance": null,
        "location": {
          "id": 19,
          "name": "Kazakhstan",
          "abbrev": "KAZ",
          "description": "Deserts of Kazakhstan in Central Asia",
          "location": null,
          "successful_landings": 196
        },
        "type": {
          "id": 4,
          "name": "Parachute Landing",
          "abbrev": "PCL",
          "description": "Unpowered landing using parachute(s)."
        }
      }
    }
  ],
  "flights_count": 1,
  "landings_count": 1,
  "spacewalks_count": 3,
  "last_flight": "2022-09-21T13:54:49Z",
  "first_flight": "2022-09-21T13:54:49Z",
  "spacewalks": [
    {
      "id": 444,
      "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/444/?format=api",
      "name": "Expedition 68 EVA 4",
      "start": "2022-12-22T13:19:00Z",
      "end": "2022-12-22T20:27:00Z",
      "duration": "PT7H8M",
      "location": "International Space Station",
      "crew": [
        {
          "id": 4656,
          "role": {
            "id": 33,
            "role": "EV1",
            "priority": 0
          },
          "astronaut": {
            "id": 570,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/570/?format=api",
            "name": "Josh A. Cassada",
            "type": {
              "id": 2,
              "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P157DT10H1M3S",
            "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": "1973-07-18",
            "date_of_death": null,
            "nationality": "American",
            "twitter": "https://twitter.com/astro_josh",
            "instagram": "https://www.instagram.com/astro_cassada",
            "bio": "Josh Aaron Cassada is an American physicist, test pilot, and NASA astronaut. Prior to his selection to join NASA in 2013, Cassada served as a test pilot in the US Navy, and has over 3,500 hours in more than 40 aircraft, and 23 combat missions. In August 2018, Cassada was selected for CTS-1, the first operational mission of the Boeing CST-100 Starliner. In 2021 he was reassigned to a SpaceX Crew-5 flight aboard Crew Dragon spacecraft due to lengthy delays with Starliner program.",
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/josh2520a.2520cassada_image_20181203173238.jpg",
            "wiki": "https://en.wikipedia.org/wiki/Josh_A._Cassada",
            "last_flight": "2022-10-05T16:00:57Z",
            "first_flight": "2022-10-05T16:00:57Z"
          }
        },
        {
          "id": 4657,
          "role": {
            "id": 34,
            "role": "EV2",
            "priority": 1
          },
          "astronaut": {
            "id": 581,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/581/?format=api",
            "name": "Francisco Rubio",
            "type": {
              "id": 2,
              "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P370DT21H22M11S",
            "status": {
              "id": 1,
              "name": "Active"
            },
            "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": "1976-12-11",
            "date_of_death": null,
            "nationality": "American",
            "twitter": null,
            "instagram": null,
            "bio": "Francisco Carlos Rubio is a US Army helicopter pilot, flight surgeon, and NASA astronaut of the class of 2017.",
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/francisco2520rubio_image_20200110161546.jpeg",
            "wiki": "https://en.wikipedia.org/wiki/Francisco_Rubio_(astronaut)",
            "last_flight": "2022-09-21T13:54:49Z",
            "first_flight": "2022-09-21T13:54:49Z"
          }
        }
      ]
    },
    {
      "id": 443,
      "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/443/?format=api",
      "name": "Expedition 68 EVA 3",
      "start": "2022-12-03T12:16:00Z",
      "end": "2022-12-03T19:21:00Z",
      "duration": "PT7H5M",
      "location": "International Space Station",
      "crew": [
        {
          "id": 4654,
          "role": {
            "id": 33,
            "role": "EV1",
            "priority": 0
          },
          "astronaut": {
            "id": 570,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/570/?format=api",
            "name": "Josh A. Cassada",
            "type": {
              "id": 2,
              "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P157DT10H1M3S",
            "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": "1973-07-18",
            "date_of_death": null,
            "nationality": "American",
            "twitter": "https://twitter.com/astro_josh",
            "instagram": "https://www.instagram.com/astro_cassada",
            "bio": "Josh Aaron Cassada is an American physicist, test pilot, and NASA astronaut. Prior to his selection to join NASA in 2013, Cassada served as a test pilot in the US Navy, and has over 3,500 hours in more than 40 aircraft, and 23 combat missions. In August 2018, Cassada was selected for CTS-1, the first operational mission of the Boeing CST-100 Starliner. In 2021 he was reassigned to a SpaceX Crew-5 flight aboard Crew Dragon spacecraft due to lengthy delays with Starliner program.",
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/josh2520a.2520cassada_image_20181203173238.jpg",
            "wiki": "https://en.wikipedia.org/wiki/Josh_A._Cassada",
            "last_flight": "2022-10-05T16:00:57Z",
            "first_flight": "2022-10-05T16:00:57Z"
          }
        },
        {
          "id": 4655,
          "role": {
            "id": 34,
            "role": "EV2",
            "priority": 1
          },
          "astronaut": {
            "id": 581,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/581/?format=api",
            "name": "Francisco Rubio",
            "type": {
              "id": 2,
              "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P370DT21H22M11S",
            "status": {
              "id": 1,
              "name": "Active"
            },
            "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": "1976-12-11",
            "date_of_death": null,
            "nationality": "American",
            "twitter": null,
            "instagram": null,
            "bio": "Francisco Carlos Rubio is a US Army helicopter pilot, flight surgeon, and NASA astronaut of the class of 2017.",
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/francisco2520rubio_image_20200110161546.jpeg",
            "wiki": "https://en.wikipedia.org/wiki/Francisco_Rubio_(astronaut)",
            "last_flight": "2022-09-21T13:54:49Z",
            "first_flight": "2022-09-21T13:54:49Z"
          }
        }
      ]
    },
    {
      "id": 441,
      "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/441/?format=api",
      "name": "Expedition 68 EVA 1",
      "start": "2022-11-15T14:14:00Z",
      "end": "2022-11-15T21:25:00Z",
      "duration": "PT7H11M",
      "location": "International Space Station",
      "crew": [
        {
          "id": 4650,
          "role": {
            "id": 33,
            "role": "EV1",
            "priority": 0
          },
          "astronaut": {
            "id": 570,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/570/?format=api",
            "name": "Josh A. Cassada",
            "type": {
              "id": 2,
              "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P157DT10H1M3S",
            "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": "1973-07-18",
            "date_of_death": null,
            "nationality": "American",
            "twitter": "https://twitter.com/astro_josh",
            "instagram": "https://www.instagram.com/astro_cassada",
            "bio": "Josh Aaron Cassada is an American physicist, test pilot, and NASA astronaut. Prior to his selection to join NASA in 2013, Cassada served as a test pilot in the US Navy, and has over 3,500 hours in more than 40 aircraft, and 23 combat missions. In August 2018, Cassada was selected for CTS-1, the first operational mission of the Boeing CST-100 Starliner. In 2021 he was reassigned to a SpaceX Crew-5 flight aboard Crew Dragon spacecraft due to lengthy delays with Starliner program.",
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/josh2520a.2520cassada_image_20181203173238.jpg",
            "wiki": "https://en.wikipedia.org/wiki/Josh_A._Cassada",
            "last_flight": "2022-10-05T16:00:57Z",
            "first_flight": "2022-10-05T16:00:57Z"
          }
        },
        {
          "id": 4651,
          "role": {
            "id": 34,
            "role": "EV2",
            "priority": 1
          },
          "astronaut": {
            "id": 581,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/581/?format=api",
            "name": "Francisco Rubio",
            "type": {
              "id": 2,
              "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P370DT21H22M11S",
            "status": {
              "id": 1,
              "name": "Active"
            },
            "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": "1976-12-11",
            "date_of_death": null,
            "nationality": "American",
            "twitter": null,
            "instagram": null,
            "bio": "Francisco Carlos Rubio is a US Army helicopter pilot, flight surgeon, and NASA astronaut of the class of 2017.",
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/francisco2520rubio_image_20200110161546.jpeg",
            "wiki": "https://en.wikipedia.org/wiki/Francisco_Rubio_(astronaut)",
            "last_flight": "2022-09-21T13:54:49Z",
            "first_flight": "2022-09-21T13:54:49Z"
          }
        }
      ]
    }
  ]
}