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=210&ordering=-id
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=220&ordering=-id",
  "previous": "https://lldev.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=200&ordering=-id",
  "results": [
    {
      "id": 673,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/673/?format=api",
      "name": "Clint Nichols",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT12H",
      "eva_time": "P0D",
      "age": 56,
      "date_of_birth": "1970-01-01",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Clint Nichols is an Aerospace Engineer and Test Pilot for Virgin Galactic's commercial spaceflight program.\r\n\r\nBirthdate is unknown.",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "agency": {
        "id": 1024,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "featured": false,
        "type": "Private",
        "country_code": "USA",
        "abbrev": "VG",
        "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.",
        "administrator": "Founder: Richard Branson",
        "founding_year": "2004",
        "launchers": "VMS Eve",
        "spacecraft": "VSS Enterprise | VSS Unity",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/clint_nichols_image_20210522145635.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185803.jpeg",
      "flights_count": 11,
      "landings_count": 11,
      "spacewalks_count": 0,
      "last_flight": "2013-09-05T12:00:00Z",
      "first_flight": "2010-11-17T00:00:00Z"
    },
    {
      "id": 672,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/672/?format=api",
      "name": "Mark Stucky",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "P0D",
      "eva_time": "P0D",
      "age": 67,
      "date_of_birth": "1958-11-09",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Mark P. \"Forger\" Stucky  was an American test pilot and commercial astronaut for Virgin Galactic. He left the company in July 2021.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Mark_P._Stucky",
      "agency": {
        "id": 1024,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "featured": false,
        "type": "Private",
        "country_code": "USA",
        "abbrev": "VG",
        "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.",
        "administrator": "Founder: Richard Branson",
        "founding_year": "2004",
        "launchers": "VMS Eve",
        "spacecraft": "VSS Enterprise | VSS Unity",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mark_stucky_image_20210522145002.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190703.jpeg",
      "flights_count": 30,
      "landings_count": 30,
      "spacewalks_count": 0,
      "last_flight": "2020-06-25T12:00:00Z",
      "first_flight": "2010-10-28T12:00:00Z"
    },
    {
      "id": 671,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/671/?format=api",
      "name": "Michael Alsbury",
      "status": {
        "id": 4,
        "name": "Lost In Flight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "P0D",
      "eva_time": "P0D",
      "age": 39,
      "date_of_birth": "1975-03-19",
      "date_of_death": "2014-10-31",
      "nationality": "American",
      "bio": "Michael Tyner Alsbury was an American test pilot for Scaled Composites. On October 31, 2014, Alsbury was test flying the Virgin Galactic SpaceShipTwo, VSS Enterprise with Peter Siebold. The craft broke up in-flight, resulting in a total loss of VSS Enterprise, which crashed in the California Mojave Desert.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Michael_Alsbury",
      "agency": {
        "id": 1024,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "featured": false,
        "type": "Private",
        "country_code": "USA",
        "abbrev": "VG",
        "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.",
        "administrator": "Founder: Richard Branson",
        "founding_year": "2004",
        "launchers": "VMS Eve",
        "spacecraft": "VSS Enterprise | VSS Unity",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/michael_alsbury_image_20210522144654.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190310.jpeg",
      "flights_count": 9,
      "landings_count": 9,
      "spacewalks_count": 0,
      "last_flight": "2014-10-31T12:00:00Z",
      "first_flight": "2010-10-10T12:00:00Z"
    },
    {
      "id": 670,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/670/?format=api",
      "name": "Peter Siebold",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT12H",
      "eva_time": "P0D",
      "age": 55,
      "date_of_birth": "1971-01-01",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Peter Siebold is a member of the Scaled Composites astronaut team. He is their Director of Flight Operations was one of the test pilots for SpaceShipOne and SpaceShipTwo. On October 31, 2014, Peter Siebold and Michael Alsbury were piloting the SpaceShipTwo VSS Enterprise on flight PF04, when the craft came apart in mid-air and then crashed, killing Alsbury and injuring Siebold.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Peter_Siebold",
      "agency": {
        "id": 1024,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "featured": false,
        "type": "Private",
        "country_code": "USA",
        "abbrev": "VG",
        "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.",
        "administrator": "Founder: Richard Branson",
        "founding_year": "2004",
        "launchers": "VMS Eve",
        "spacecraft": "VSS Enterprise | VSS Unity",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/peter_siebold_image_20210522144249.png",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185724.png",
      "flights_count": 16,
      "landings_count": 16,
      "spacewalks_count": 0,
      "last_flight": "2014-10-31T12:00:00Z",
      "first_flight": "2010-10-10T12:00:00Z"
    },
    {
      "id": 669,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/669/?format=api",
      "name": "Yulia Peresild",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 4,
        "name": "Non-Astronaut Passenger"
      },
      "in_space": false,
      "time_in_space": "P11DT19H40M42S",
      "eva_time": "P0D",
      "age": 38,
      "date_of_birth": "1987-09-05",
      "date_of_death": null,
      "nationality": "Russian",
      "bio": "Yulia Sergeevna Peresild is a Russian stage and film actress.",
      "twitter": "https://twitter.com/juliaperesild",
      "instagram": "https://www.instagram.com/juliaperesild",
      "wiki": "https://en.wikipedia.org/wiki/Yulia_Peresild",
      "agency": {
        "id": 63,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "featured": true,
        "type": "Government",
        "country_code": "RUS",
        "abbrev": "RFSA",
        "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
        "administrator": "Administrator: Yuri Borisov",
        "founding_year": "1992",
        "launchers": "Soyuz",
        "spacecraft": "Soyuz",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/yulia_peresild_image_20211001184315.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191141.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2021-10-05T08:55:02Z",
      "first_flight": "2021-10-05T08:55:02Z"
    },
    {
      "id": 668,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/668/?format=api",
      "name": "Yozo Hirano",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "P11DT19H35M3S",
      "eva_time": "P0D",
      "age": 41,
      "date_of_birth": "1985-01-01",
      "date_of_death": null,
      "nationality": "Japanese",
      "bio": "Born in Ehime Prefecture, Japan in 1985. Yozo joined ZOZO Co. Ltd shortly after graduating from university, in charge of management and casting director of the photography team.  After leaving ZOZO, he started working as a producer and manager for Yusaku Maezawa’s private projects.\r\n\r\nExact date of birth is unknown.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Yozo_Hirano",
      "agency": {
        "id": 1023,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1023/?format=api",
        "name": "Space Adventures",
        "featured": false,
        "type": "Private",
        "country_code": "USA",
        "abbrev": "SA",
        "description": "Space Adventures, Inc. is an American space tourism company founded in 1998 by Eric C. Anderson. Its offerings include zero-gravity atmospheric flights, orbital spaceflights and other spaceflight-related experiences including cosmonaut training, spacewalk training, and launch tours.",
        "administrator": "CEO: Eric C. Anderson",
        "founding_year": "1998",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null,
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/space2520adventures_logo_20210504183059.jpg"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/yozo_hirano_image_20211102151705.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190937.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2021-12-08T07:38:15Z",
      "first_flight": "2021-12-08T07:38:15Z"
    },
    {
      "id": 667,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/667/?format=api",
      "name": "Yusaku Maezawa",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "P11DT19H35M3S",
      "eva_time": "P0D",
      "age": 50,
      "date_of_birth": "1975-11-22",
      "date_of_death": null,
      "nationality": "Japanese",
      "bio": "Yusaku Maezawa is a Japanese billionaire entrepreneur and art collector. He founded Start Today in 1998 and launched the online fashion retail website Zozotown in 2004, now Japan's largest. Most recently, Maezawa introduced a custom-fit apparel brand ZOZO and at-home measurement system, the ZOZOSUIT, in 2018.",
      "twitter": "https://twitter.com/yousuck2020",
      "instagram": "https://www.instagram.com/yusaku2020",
      "wiki": "https://en.wikipedia.org/wiki/Yusaku_Maezawa",
      "agency": {
        "id": 1023,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1023/?format=api",
        "name": "Space Adventures",
        "featured": false,
        "type": "Private",
        "country_code": "USA",
        "abbrev": "SA",
        "description": "Space Adventures, Inc. is an American space tourism company founded in 1998 by Eric C. Anderson. Its offerings include zero-gravity atmospheric flights, orbital spaceflights and other spaceflight-related experiences including cosmonaut training, spacewalk training, and launch tours.",
        "administrator": "CEO: Eric C. Anderson",
        "founding_year": "1998",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null,
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/space2520adventures_logo_20210504183059.jpg"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/yusaku_maezawa_image_20211102152037.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190027.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2021-12-08T07:38:15Z",
      "first_flight": "2021-12-08T07:38:15Z"
    },
    {
      "id": 666,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/666/?format=api",
      "name": "Ye Guangfu",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P374DT13H58M8S",
      "eva_time": "PT21H5M",
      "age": 45,
      "date_of_birth": "1980-09-01",
      "date_of_death": null,
      "nationality": "Chinese",
      "bio": "Chinese astronaut Ye Guangfu was born in 1980 in the Sichuan province of China. He is an air force pilot and spent four years as an instructor and four years as a jet fighter pilot amassing 1100 hours of flight time. Ye was recruited as an astronaut trainee for China’s Astronaut Center in 2010 and qualified in 2014.\r\n\r\nBirth day unkown.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Ye_Guangfu",
      "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/ye_guangfu_image_20211014075904.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190809.jpeg",
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 3,
      "last_flight": "2024-04-25T12:59:00Z",
      "first_flight": "2021-10-15T16:23:56Z"
    },
    {
      "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": 664,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/664/?format=api",
      "name": "Roger B. Chaffee",
      "status": {
        "id": 5,
        "name": "Lost In Training"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P0D",
      "eva_time": "P0D",
      "age": 31,
      "date_of_birth": "1935-02-15",
      "date_of_death": "1967-01-27",
      "nationality": "American",
      "bio": "Roger Bruce Chaffee was an American naval officer, aviator, and aeronautical engineer who was a NASA astronaut in the Apollo program. Along with thirteen other pilots, Chaffee was selected to be an astronaut as part of NASA Astronaut Group 3 in 1963. He served as capsule communicator (CAPCOM) for the Gemini 3 and Gemini 4 missions and received his first spaceflight assignment in 1966 as the third-ranking pilot on Apollo 1. In 1967, he died in a fire along with fellow astronauts Virgil \"Gus\" Grissom and Ed White during a pre-launch test for the mission at what was then the Cape Kennedy Air Force Station Launch Complex 34, Florida. He was posthumously awarded the Congressional Space Medal of Honor and a second Air Medal.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Roger_B._Chaffee",
      "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/roger_b._chaffe_image_20210509184925.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190510.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "1967-01-27T23:31:19Z",
      "first_flight": "1967-01-27T23:31:19Z"
    }
  ]
}