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=470&ordering=spacewalks_count
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=480&ordering=spacewalks_count",
  "previous": "https://lldev.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=460&ordering=spacewalks_count",
  "results": [
    {
      "id": 515,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/515/?format=api",
      "name": "Stephanie Wilson",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P42DT23H45M24S",
      "eva_time": "P0D",
      "age": 59,
      "date_of_birth": "1966-09-27",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Stephanie Diana Wilson is an American engineer and a NASA astronaut. She flew to space onboard three Space Shuttle missions, and is the second African American woman to go into space, after Mae Jemison. Her 42 days in space are the most of any African American astronaut, male or female.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Stephanie_Wilson",
      "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/stephanie_wilso_image_20201214164451.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185929.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 0,
      "last_flight": "2010-04-05T10:21:22Z",
      "first_flight": "2006-07-04T18:37:55Z"
    },
    {
      "id": 305,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/305/?format=api",
      "name": "Joe Engle",
      "status": {
        "id": 11,
        "name": "Deceased"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P9DT8H59M59S",
      "eva_time": "P0D",
      "age": 91,
      "date_of_birth": "1932-08-26",
      "date_of_death": "2024-07-10",
      "nationality": "American",
      "bio": "Joe Henry Engle was an American pilot who served in the United States Air Force, test pilot for the North American X-15 program, aeronautical engineer, and a NASA astronaut.\r\n\r\nEngle test-flew the joint NASA-Air Force X-15 rocket airplane. During the course of testing, Engle earned his USAF Astronaut Wings, a Distinguished Flying Cross and other awards. Engle was selected by NASA in 1966 for the Apollo program, and was originally scheduled to land on the Moon as Lunar Module Pilot on Apollo 17, but was bumped when later flights were cancelled, so that geologist-astronaut Harrison H. Schmitt could fly.\r\n\r\nHe subsequently became one of the first astronauts in the Space Shuttle program, having flight tested the Space Shuttle Enterprise in 1977. He was Commander of the second orbital test flight of the Space Shuttle Columbia in 1981.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Joe_Engle",
      "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/joe2520engle_image_20181202090904.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185948.jpeg",
      "flights_count": 5,
      "landings_count": 5,
      "spacewalks_count": 0,
      "last_flight": "1985-08-27T10:58:01Z",
      "first_flight": "1965-06-29T18:21:00Z"
    },
    {
      "id": 459,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/459/?format=api",
      "name": "Mary Ellen Weber",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P18DT18H28M55S",
      "eva_time": "P0D",
      "age": 64,
      "date_of_birth": "1962-01-01",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Mary Ellen Weber is an American executive, scientist, aviator, speaker, and a former NASA astronaut.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Mary_Ellen_Weber",
      "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/mary_ellen_webe_image_20220911034337.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190353.jpeg",
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 0,
      "last_flight": "2000-05-19T10:11:10Z",
      "first_flight": "1995-07-13T13:41:55Z"
    },
    {
      "id": 427,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/427/?format=api",
      "name": "Terrence W. Wilcutt",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P42DT2M8S",
      "eva_time": "P0D",
      "age": 76,
      "date_of_birth": "1949-10-31",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Terrence Wade Wilcutt is a United States Marine Corps officer and a NASA astronaut. He is a veteran of four Space Shuttle missions. Wilcutt is currently the Director of Safety and Mission Assurance, Johnson Space Center.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Terrence_W._Wilcutt",
      "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/terrence2520w.2520wilcutt_image_20181202142456.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190940.jpeg",
      "flights_count": 4,
      "landings_count": 4,
      "spacewalks_count": 0,
      "last_flight": "2000-09-08T12:45:47Z",
      "first_flight": "1994-09-30T11:16:01Z"
    },
    {
      "id": 443,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/443/?format=api",
      "name": "Kevin R. Kregel",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P52DT18H21M25S",
      "eva_time": "P0D",
      "age": 69,
      "date_of_birth": "1956-09-16",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Kevin Richard Kregel is an American former astronaut, and former member of the Space Launch Initiative Project at the Lyndon B. Johnson Space Center.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Kevin_R._Kregel",
      "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/kevin2520r.2520kregel_image_20181202144141.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190429.jpeg",
      "flights_count": 4,
      "landings_count": 4,
      "spacewalks_count": 0,
      "last_flight": "2000-02-11T17:43:40Z",
      "first_flight": "1995-07-13T13:41:55Z"
    },
    {
      "id": 518,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/518/?format=api",
      "name": "Gregory C. Johnson",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P12DT21H37M4S",
      "eva_time": "P0D",
      "age": 71,
      "date_of_birth": "1954-07-30",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Gregory Carl \"Ray J\" Johnson is a former American naval officer and aviator, test pilot, aerospace engineer, and NASA astronaut. He spent his military career in both, the United States Navy and the Navy Reserve. He was the Pilot on Space Shuttle mission STS-125, the final Hubble Space Telescope servicing mission.",
      "twitter": "https://twitter.com/AstroRayJ",
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Gregory_C._Johnson",
      "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/gregory_c._john_image_20220911034032.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190620.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2009-05-11T18:01:56Z",
      "first_flight": "2009-05-11T18:01:56Z"
    },
    {
      "id": 384,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/384/?format=api",
      "name": "Sidney M. Gutierrez",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P20DT8H4M8S",
      "eva_time": "P0D",
      "age": 74,
      "date_of_birth": "1951-06-27",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Sidney McNeill Gutierrez is a former NASA astronaut.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Sidney_M._Gutierrez",
      "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/sidney2520m.2520gutierrez_image_20181202133521.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190726.jpeg",
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 0,
      "last_flight": "1994-04-09T11:05:01Z",
      "first_flight": "1991-06-05T13:24:51Z"
    },
    {
      "id": 490,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/490/?format=api",
      "name": "Paul Lockhart",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P27DT15H24M9S",
      "eva_time": "P0D",
      "age": 69,
      "date_of_birth": "1956-04-28",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Paul Scott \"Paco\" Lockhart is an American aerospace engineer, retired United States Air Force Colonel and NASA astronaut, a veteran of two Space Shuttle missions.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Paul_Lockhart",
      "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/paul2520lockhart_image_20181203154629.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185445.jpeg",
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 0,
      "last_flight": "2002-11-24T00:49:47Z",
      "first_flight": "2002-06-05T21:22:49Z"
    },
    {
      "id": 391,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/391/?format=api",
      "name": "Marsha Ivins",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P55DT21H46M46S",
      "eva_time": "P0D",
      "age": 74,
      "date_of_birth": "1951-04-15",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Marsha Sue Ivins is an American former astronaut and a veteran of five space shuttle missions.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Marsha_Ivins",
      "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/marsha_ivins_image_20220911034537.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190030.jpeg",
      "flights_count": 5,
      "landings_count": 5,
      "spacewalks_count": 0,
      "last_flight": "2001-02-07T23:13:02Z",
      "first_flight": "1990-01-09T12:35:00Z"
    },
    {
      "id": 327,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/327/?format=api",
      "name": "Karol J. Bobko",
      "status": {
        "id": 11,
        "name": "Deceased"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P16DT2H2M53S",
      "eva_time": "P0D",
      "age": 85,
      "date_of_birth": "1937-12-23",
      "date_of_death": "2023-08-17",
      "nationality": "American",
      "bio": "Karol Joseph \"Bo\" Bobko is an American aerospace engineer, retired U.S. Air Force officer, test pilot, and a former USAF and NASA astronaut.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Karol_J._Bobko",
      "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/karol2520j.2520bobko_image_20181202093540.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185503.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 0,
      "last_flight": "1985-10-03T15:15:30Z",
      "first_flight": "1983-04-04T18:30:00Z"
    }
  ]
}