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

{
  "count": 853,
  "next": "https://lldev.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=690&ordering=-status",
  "previous": "https://lldev.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=670&ordering=-status",
  "results": [
    {
      "id": 526,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/526/?format=api",
      "name": "Timothy Creamer",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P163DT5H33M",
      "eva_time": "P0D",
      "age": 66,
      "date_of_birth": "1959-11-15",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Timothy \"TJ\" Creamer is a NASA flight director, retired astronaut and a colonel in the United States Army.",
      "twitter": "https://twitter.com/TimothyCreamer",
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Timothy_Creamer",
      "agency": {
        "id": 44,
        "url": "https://lldev.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",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/timothy2520creamer_image_20181203163824.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190925.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2009-12-20T21:52:00Z",
      "first_flight": "2009-12-20T21:52:00Z"
    },
    {
      "id": 538,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/538/?format=api",
      "name": "Neil Woodward",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P0D",
      "eva_time": "P0D",
      "age": 63,
      "date_of_birth": "1962-07-26",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Neil W. Woodward III is an American Naval officer and a former NASA astronaut.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Neil_Woodward",
      "agency": {
        "id": 44,
        "url": "https://lldev.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",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/neil2520woodward_image_20181203165003.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185527.jpeg",
      "flights_count": 0,
      "landings_count": 0,
      "spacewalks_count": 0,
      "last_flight": null,
      "first_flight": null
    },
    {
      "id": 565,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/565/?format=api",
      "name": "Kathleen Rubins",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P300DT1H31M16S",
      "eva_time": "P1DT3H3M",
      "age": 47,
      "date_of_birth": "1978-10-14",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Kathleen Hallisey \"Kate\" Rubins is a NASA astronaut. She became the 60th woman to fly in space when she launched on a Soyuz spacecraft to the International Space Station on July 6, 2016. She returned to Earth on October 30, 2016 aboard a Soyuz. She was a crew member of Expedition 48 and Expedition 49 of the International Space Station.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Kathleen_Rubins",
      "agency": {
        "id": 44,
        "url": "https://lldev.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",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kathleen2520rubins_image_20181203172435.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185423.jpeg",
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 4,
      "last_flight": "2020-10-14T05:45:04Z",
      "first_flight": "2016-07-07T01:36:40Z"
    },
    {
      "id": 359,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/359/?format=api",
      "name": "Margaret Rhea Seddon",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P30DT2H21M22S",
      "eva_time": "P0D",
      "age": 78,
      "date_of_birth": "1947-11-08",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Margaret Rhea Seddon is a physician and retired NASA astronaut. After being selected as part of the first group of astronauts to include women, she flew on three Space Shuttle flights: as mission specialist for STS-51-D and STS-40, and as payload commander for STS-58. Both before and after her career in the astronaut program, she has been active in the medical community in Tennessee, Mississippi and Texas.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Margaret_Rhea_Seddon",
      "agency": {
        "id": 44,
        "url": "https://lldev.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",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/margaret2520rhea2520seddon_image_20181202104948.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190743.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 0,
      "last_flight": "1993-10-18T14:53:10Z",
      "first_flight": "1985-04-12T13:59:05Z"
    },
    {
      "id": 559,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/559/?format=api",
      "name": "Shannon Walker",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P330DT13H40M24S",
      "eva_time": "P0D",
      "age": 60,
      "date_of_birth": "1965-06-04",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Walker served as a mission specialist during NASA’s SpaceX Crew-1 mission to the International Space Station in 2020, the first crewed operational Dragon spacecraft flight. She also was the first woman to fly aboard a Dragon spacecraft. Once aboard the orbiting laboratory, Walker joined the Expedition 64/65 crew and briefly commanded Expedition 65, logging 167 days in space before returning to Earth in May 2021.\r\n\r\nShe spent 163 days in space during her first spaceflight in 2010 as a member of the space station’s Expedition 24/25 crew. She was the pilot of the Soyuz TMA-19, which became the first crew to dock with the station’s Rassvet module.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Shannon_Walker",
      "agency": {
        "id": 44,
        "url": "https://lldev.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",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shannon2520walker_image_20181203171551.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190055.jpeg",
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 0,
      "last_flight": "2020-11-16T00:27:17Z",
      "first_flight": "2010-06-15T21:35:19Z"
    },
    {
      "id": 424,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/424/?format=api",
      "name": "William G. Gregory",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P16DT15H8M47S",
      "eva_time": "P0D",
      "age": 68,
      "date_of_birth": "1957-05-14",
      "date_of_death": null,
      "nationality": "American",
      "bio": "William George \"Borneo\" Gregory is an American retired NASA astronaut and United States Air Force lieutenant colonel.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/William_G._Gregory",
      "agency": {
        "id": 44,
        "url": "https://lldev.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",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/william2520g.2520gregory_image_20181202142148.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185648.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "1995-03-02T06:38:13Z",
      "first_flight": "1995-03-02T06:38:13Z"
    },
    {
      "id": 563,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/563/?format=api",
      "name": "Jack D. Fischer",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P135DT18H8M15S",
      "eva_time": "PT7H6M",
      "age": 52,
      "date_of_birth": "1974-01-23",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Jack David Fischer is an American engineer, test pilot and a former NASA astronaut.[2] Fischer was selected in June 2009 as a member of the NASA Astronaut Group 20 and qualified as an astronaut in 2011. He made his first spaceflight in April 2017, as a flight engineer for Expedition 51/52 on the International Space Station.",
      "twitter": "https://twitter.com/Astro2fish",
      "instagram": "https://www.instagram.com/astro2fish/",
      "wiki": "https://en.wikipedia.org/wiki/Jack_D._Fischer",
      "agency": {
        "id": 44,
        "url": "https://lldev.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",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jack2520d.2520fischer_image_20181203172235.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190919.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 2,
      "last_flight": "2017-04-20T07:13:45Z",
      "first_flight": "2017-04-20T07:13:45Z"
    },
    {
      "id": 527,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/527/?format=api",
      "name": "Michael Foreman",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P26DT13H27M37S",
      "eva_time": "P1DT8H19M",
      "age": 69,
      "date_of_birth": "1957-03-29",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Michael James Foreman is a retired U.S. Navy pilot and a NASA astronaut. While with NASA, Foreman was part of a mission that delivered the Japanese Experiment Module and the Canadian Special Purpose Dexterous Manipulator to the International Space Station. Foreman was also a crewmember of the STS-129 mission in November 2009. In 2018, he was elected mayor of Friendswood, Texas.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Michael_Foreman_(astronaut)",
      "agency": {
        "id": 44,
        "url": "https://lldev.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",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/michael_foreman_image_20220911034146.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190132.jpeg",
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 5,
      "last_flight": "2009-11-16T19:28:09Z",
      "first_flight": "2008-03-11T06:28:14Z"
    },
    {
      "id": 595,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/595/?format=api",
      "name": "William A. Pailes",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 5,
        "name": "Payload Specialist"
      },
      "in_space": false,
      "time_in_space": "P4DT1H44M30S",
      "eva_time": "P0D",
      "age": 73,
      "date_of_birth": "1952-06-26",
      "date_of_death": null,
      "nationality": "American",
      "bio": "William Arthur Pailes (Colonel, USAF) (born June 26, 1952) was a USAF astronaut in the Manned Spaceflight Engineer Program during the mid-1980s. He served as a Payload Specialist on STS-51-J Atlantis (October 3–7, 1985).",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/William_A._Pailes",
      "agency": {
        "id": 161,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "featured": false,
        "type": "Government",
        "country_code": "USA",
        "abbrev": "USAF",
        "description": "The United States Air Force (USAF) is the air service branch of the United States Armed Forces, and is one of the eight uniformed services of the United States. Originally created on 1 August 1907, as a part of the United States Army Signal Corps, the USAF was established as a separate branch of the United States Armed Forces in 1947 with the enactment of the National Security Act of 1947.",
        "administrator": "Commander-in-Chief: President of the US",
        "founding_year": "1947",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null,
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/united2520states2520air2520force_logo_20230804084626.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/william2520a.2520pailes_image_20190211162601.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185751.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "1985-10-03T15:15:30Z",
      "first_flight": "1985-10-03T15:15:30Z"
    },
    {
      "id": 434,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/434/?format=api",
      "name": "James H. Newman",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P43DT10H8M30S",
      "eva_time": "P1DT19H13M",
      "age": 69,
      "date_of_birth": "1956-10-16",
      "date_of_death": null,
      "nationality": "American",
      "bio": "James Hansen Newman, Ph.D. is an American physicist and a former NASA astronaut who flew on four Space Shuttle missions.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/James_H._Newman",
      "agency": {
        "id": 44,
        "url": "https://lldev.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",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/james_h._newman_image_20220911033834.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185618.jpeg",
      "flights_count": 4,
      "landings_count": 4,
      "spacewalks_count": 6,
      "last_flight": "2002-03-01T11:22:02Z",
      "first_flight": "1993-09-12T11:45:00Z"
    }
  ]
}