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=180&ordering=flights_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=190&ordering=flights_count",
  "previous": "https://lldev.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=170&ordering=flights_count",
  "results": [
    {
      "id": 765,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/765/?format=api",
      "name": "Haichao Gui",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P153DT22H40M50S",
      "eva_time": "P0D",
      "age": 39,
      "date_of_birth": "1986-11-01",
      "date_of_death": null,
      "nationality": "Chinese",
      "bio": "Gui Haichao is a Chinese pilot, researcher and professor selected as part of the Shenzhou program. He did nor enlist in the People's Liberation Army (PLA), but was still was selected as a taikonaut, whereas all earlier known taikonauts belonged to PLAAC. He joined the Communist Party of China in July 2020.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Gui_Haichao",
      "agency": {
        "id": 17,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api",
        "name": "China National Space Administration",
        "featured": true,
        "type": "Government",
        "country_code": "CHN",
        "abbrev": "CNSA",
        "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
        "administrator": "Administrator: Tang Dengjie",
        "founding_year": "1993",
        "launchers": "",
        "spacecraft": "Shenzhou",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/haichao_gui_image_20230530052736.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191047.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2023-05-30T01:31:10Z",
      "first_flight": "2023-05-30T01:31:10Z"
    },
    {
      "id": 610,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/610/?format=api",
      "name": "Martin J. Fettman",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 5,
        "name": "Payload Specialist"
      },
      "in_space": false,
      "time_in_space": "P14DT11M50S",
      "eva_time": "P0D",
      "age": 69,
      "date_of_birth": "1956-12-31",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Martin Joseph Fettman (B.S., D.V.M., M.S., Ph.D., Diplomate, ACVP) is an American pathologist and researcher who flew on NASA Space Shuttle mission STS-58 aboard the Space Shuttle Columbia as a Payload Specialist.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Martin_J._Fettman",
      "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/martin2520j.2520fettman_image_20190211162502.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190452.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "1993-10-18T14:53:10Z",
      "first_flight": "1993-10-18T14:53:10Z"
    },
    {
      "id": 577,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/577/?format=api",
      "name": "Matthew Dominick",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P235DT3H35M24S",
      "eva_time": "P0D",
      "age": 44,
      "date_of_birth": "1981-12-07",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Matthew Stuart Dominick is a US Navy test pilot and a NASA astronaut of the class of 2017. He has more than 1,600 hours of flight time in 28 aircraft, 400 carrier-arrested landings, 61 combat missions, and almost 200 flight test carrier landings.",
      "twitter": null,
      "instagram": "https://www.instagram.com/matthew.dominick/",
      "wiki": "https://en.wikipedia.org/wiki/Matthew_Dominick",
      "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/matthew2520dominick_image_20200110160726.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190121.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2024-03-04T03:53:38Z",
      "first_flight": "2024-03-04T03:53:38Z"
    },
    {
      "id": 574,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/574/?format=api",
      "name": "Kayla Barron",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P176DT2H39M29S",
      "eva_time": "PT13H27M",
      "age": 38,
      "date_of_birth": "1987-09-19",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Kayla Jane Barron is an American submarine warfare officer and NASA astronaut candidate of the class of 2017.",
      "twitter": "https://twitter.com/Astro_Kayla",
      "instagram": "https://www.instagram.com/astro_kayla/",
      "wiki": "https://en.wikipedia.org/wiki/Kayla_Barron",
      "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/kayla_barron_image_20211001184846.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190609.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 2,
      "last_flight": "2021-11-11T02:03:31Z",
      "first_flight": "2021-11-11T02:03:31Z"
    },
    {
      "id": 300,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/300/?format=api",
      "name": "Alfred Worden",
      "status": {
        "id": 11,
        "name": "Deceased"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P12D",
      "eva_time": "PT39M7S",
      "age": 88,
      "date_of_birth": "1932-02-07",
      "date_of_death": "2020-03-18",
      "nationality": "American",
      "bio": "Alfred Merrill \"Al\" Worden is an American astronaut and engineer who was the Command Module Pilot for the Apollo 15 lunar mission in 1971. He is one of only 24 people to have flown to the Moon.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Alfred_Worden",
      "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/alfred2520worden_image_20181202090203.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185759.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 1,
      "last_flight": "1971-07-26T13:34:00Z",
      "first_flight": "1971-07-26T13:34:00Z"
    },
    {
      "id": 741,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/741/?format=api",
      "name": "Commander Moonikin Campos",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 6,
        "name": "Non-Human"
      },
      "in_space": false,
      "time_in_space": "P25DT10H52M46S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "Earthling",
      "bio": "Commander Moonikin Campos is an Anthropomorphic Test Device (ATD), named as a homage to to Arturo Campos, a key player in bringing Apollo 13 safely back to Earth.",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "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/commander_mooni_image_20220911033657.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190308.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2022-11-16T06:47:44Z",
      "first_flight": "2022-11-16T06:47:44Z"
    },
    {
      "id": 531,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/531/?format=api",
      "name": "Barbara Morgan",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P12DT17H56M18S",
      "eva_time": "P0D",
      "age": 74,
      "date_of_birth": "1951-11-28",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Barbara Radding Morgan is an American teacher and a former NASA astronaut. She participated in the Teacher in Space program as backup to Christa McAuliffe for the 1986 ill-fated STS-51-L mission of the Space Shuttle Challenger. She then trained as a Mission Specialist, and flew on STS-118 in August 2007.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Barbara_Morgan",
      "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/barbara_morgan_image_20220911034043.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190916.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2007-08-08T22:36:42Z",
      "first_flight": "2007-08-08T22:36:42Z"
    },
    {
      "id": 665,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/665/?format=api",
      "name": "Deng Qingming",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P186DT7H24M43S",
      "eva_time": "P0D",
      "age": 60,
      "date_of_birth": "1966-03-16",
      "date_of_death": null,
      "nationality": "Chinese",
      "bio": "Deng Qingming is a Chinese pilot selected as part of the Shenzhou program. He was born in the Jiangxi province of China. A fighter pilot in the People's Liberation Army Air Force, he was selected to be an astronaut in 1998.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Deng_Qingming",
      "agency": {
        "id": 17,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api",
        "name": "China National Space Administration",
        "featured": true,
        "type": "Government",
        "country_code": "CHN",
        "abbrev": "CNSA",
        "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
        "administrator": "Administrator: Tang Dengjie",
        "founding_year": "1993",
        "launchers": "",
        "spacecraft": "Shenzhou",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/deng_qingming_image_20221128080156.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185719.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2022-11-29T15:08:17Z",
      "first_flight": "2022-11-29T15:08:17Z"
    },
    {
      "id": 615,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/615/?format=api",
      "name": "Jay C. Buckey",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 5,
        "name": "Payload Specialist"
      },
      "in_space": false,
      "time_in_space": "P15DT21H50M",
      "eva_time": "P0D",
      "age": 69,
      "date_of_birth": "1956-06-06",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Jay Clark Buckey, Jr. (born June 6, 1956, in New York City) is an American physician and astronaut who flew aboard one space shuttle mission (STS-90) as a Payload Specialist.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Jay_C._Buckey",
      "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/jay2520c.2520buckey_image_20190211162434.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190754.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "1998-04-17T18:19:00Z",
      "first_flight": "1998-04-17T18:19:00Z"
    },
    {
      "id": 603,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/603/?format=api",
      "name": "F. Drew Gaffney",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 5,
        "name": "Payload Specialist"
      },
      "in_space": false,
      "time_in_space": "P9DT2H14M9S",
      "eva_time": "P0D",
      "age": 79,
      "date_of_birth": "1946-06-09",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Francis Andrew \"Drew\" Gaffney is an American doctor. He previously worked for NASA and participated in the STS-40 Space Life Sciences (SLS 1) Space Shuttle mission in 1991 as a payload specialist. The SLS-1 mission crew completed over 18 experiments in nine days, bringing back more medical data than any previous NASA flight. He is currently a professor of medicine at Vanderbilt University.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/F._Drew_Gaffney",
      "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/f.2520drew2520gaffney_image_20190211162526.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191105.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "1991-06-05T13:24:51Z",
      "first_flight": "1991-06-05T13:24:51Z"
    }
  ]
}