Modes

Levels of detail in the response - list, normal, detailed

Example - /astronauts/?mode=list

Filters

Parameters - age, age__gt, age__gte, age__lt, age__lte, agency_ids, date_of_birth, date_of_birth__gt, date_of_birth__gte, date_of_birth__lt, date_of_birth__lte, date_of_death, date_of_death__gt, date_of_death__gte, date_of_death__lt, date_of_death__lte, first_flight, first_flight__gt, first_flight__gte, first_flight__lt, first_flight__lte, flights_count, flights_count__gt, flights_count__gte, flights_count__lt, flights_count__lte, has_flown, in_space, is_human, landings_count, landings_count__gt, landings_count__gte, landings_count__lt, landings_count__lte, last_flight, last_flight__gt, last_flight__gte, last_flight__lt, last_flight__lte, nationality, status_ids, type__id

Example - /astronauts/?has_flown=true

Fields searched - agency__abbrev, agency__name, name, nationality__nationality_name

Example - /astronauts/?search=Pesquet

Ordering

Fields - age, date_of_birth, eva_time, flights_count, id, landings_count, last_flight, name, spacewalks_count, status, time_in_space

Example - /astronauts/?ordering=-time_in_space

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /astronauts/?limit=2

Format

Switch to JSON output - /astronauts/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/astronauts/?format=api&offset=80&ordering=-spacewalks_count
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 853,
  "next": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=90&ordering=-spacewalks_count",
  "previous": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=70&ordering=-spacewalks_count",
  "results": [
    {
      "id": 304,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/304/?format=api",
      "name": "Charles Duke",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "agency": {
        "response_mode": "list",
        "id": 44,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "abbrev": "NASA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 455,
        "name": "[AUTO] Charles Duke - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/charles_duke_image_20220911033709.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185910.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P8DT3H12S",
      "eva_time": "PT21H38M6S",
      "age": 90,
      "date_of_birth": "1935-10-03",
      "date_of_death": null,
      "nationality": [
        {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        }
      ],
      "bio": "Charles Moss \"Charlie\" Duke Jr. is an American former astronaut, retired U.S. Air Force officer and test pilot. As Lunar Module Pilot for Apollo 16 in 1972, he became the tenth and youngest person to walk on the Moon.\r\n\r\nDuke has logged 4,147 hours flying time, which includes 3,632 hours in jet aircraft; and 265 hours in space, plus 20 hours and 15 minutes of extravehicular activity.\r\n\r\nA resident of New Braunfels, Texas, he is currently chairman of the board of directors of the Astronaut Scholarship Foundation.",
      "wiki": "https://en.wikipedia.org/wiki/Charles_Duke",
      "last_flight": "1972-04-24T01:25:47Z",
      "first_flight": "1972-04-16T17:54:00Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 4
    },
    {
      "id": 4,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/4/?format=api",
      "name": "Buzz Aldrin",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "agency": {
        "response_mode": "list",
        "id": 44,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "abbrev": "NASA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 209,
        "name": "[AUTO] Buzz Aldrin - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/buzz_aldrin_image_20220911034547.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185225.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P9DT8H43M58S",
      "eva_time": "PT8H1M40S",
      "age": 96,
      "date_of_birth": "1930-01-20",
      "date_of_death": null,
      "nationality": [
        {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        }
      ],
      "bio": "Buzz Aldrin; born Edwin Eugene Aldrin Jr.; is an American engineer, former astronaut, and fighter pilot.\r\nAs Lunar Module Pilot on the Apollo 11 mission, he and mission commander Neil Armstrong were the first two humans to land on the Moon.",
      "wiki": "https://en.wikipedia.org/wiki/Buzz_Aldrin",
      "last_flight": "1969-07-21T17:54:00Z",
      "first_flight": "1966-11-11T20:46:33Z",
      "social_media_links": [
        {
          "id": 190,
          "social_media": {
            "id": 1,
            "name": "X",
            "url": "https://x.com",
            "logo": {
              "id": 2320,
              "name": "X logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
              "credit": "X",
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "url": "https://twitter.com/TheRealBuzz"
        },
        {
          "id": 191,
          "social_media": {
            "id": 2,
            "name": "Instagram",
            "url": "https://instagram.com",
            "logo": {
              "id": 2322,
              "name": "Instagram logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_thumbnail_20250211191139.png",
              "credit": "Instagram",
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "url": "https://www.instagram.com/drbuzzaldrin/"
        }
      ],
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 4
    },
    {
      "id": 415,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/415/?format=api",
      "name": "Thomas Akers",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "agency": {
        "response_mode": "list",
        "id": 44,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "abbrev": "NASA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 776,
        "name": "[AUTO] Thomas Akers - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/thomas_akers_image_20220911034610.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190741.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P34DT42M56S",
      "eva_time": "P1DT5H40M",
      "age": 74,
      "date_of_birth": "1951-05-20",
      "date_of_death": null,
      "nationality": [
        {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        }
      ],
      "bio": "Thomas Dale Akers is a former American astronaut in NASA's Space Shuttle program.",
      "wiki": "https://en.wikipedia.org/wiki/Thomas_Akers",
      "last_flight": "1996-09-16T08:54:49Z",
      "first_flight": "1990-10-06T11:47:15Z",
      "social_media_links": [],
      "flights_count": 4,
      "landings_count": 4,
      "spacewalks_count": 4
    },
    {
      "id": 567,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/567/?format=api",
      "name": "Mark T. Vande Hei",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "agency": {
        "response_mode": "list",
        "id": 44,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "abbrev": "NASA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 789,
        "name": "[AUTO] Mark T. Vande Hei - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mark2520t.2520vande2520hei_image_20181203172617.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190800.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P523DT8H59M17S",
      "eva_time": "P1DT2H42M",
      "age": 59,
      "date_of_birth": "1966-11-10",
      "date_of_death": null,
      "nationality": [
        {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        }
      ],
      "bio": "Mark Thomas Vande Hei is a NASA astronaut who served as a flight Engineer for Expedition 53 and 54 on the International Space Station.",
      "wiki": "https://en.wikipedia.org/wiki/Mark_T._Vande_Hei",
      "last_flight": "2021-04-09T07:42:41Z",
      "first_flight": "2017-09-12T21:17:02Z",
      "social_media_links": [
        {
          "id": 157,
          "social_media": {
            "id": 1,
            "name": "X",
            "url": "https://x.com",
            "logo": {
              "id": 2320,
              "name": "X logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
              "credit": "X",
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "url": "https://twitter.com/Astro_Sabot"
        }
      ],
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 4
    },
    {
      "id": 548,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/548/?format=api",
      "name": "Michael T. Good",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "agency": {
        "response_mode": "list",
        "id": 44,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "abbrev": "NASA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 494,
        "name": "[AUTO] Michael T. Good - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/michael2520t.2520good_image_20200126144935.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190011.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P24DT16H5M55S",
      "eva_time": "P1DT5H53M",
      "age": 63,
      "date_of_birth": "1962-10-13",
      "date_of_death": null,
      "nationality": [
        {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        }
      ],
      "bio": "Michael Timothy \"Bueno\" Good is a NASA astronaut and retired commissioned officer in the United States Air Force, holding the rank of Colonel. Mike Good flew aboard Space Shuttle Atlantis for its STS-125 mission. STS-125 was the final Hubble Space Telescope servicing mission. Good flew as Mission Specialist 2 on STS-132.",
      "wiki": "https://en.wikipedia.org/wiki/Michael_T._Good",
      "last_flight": "2010-05-14T18:20:09Z",
      "first_flight": "2009-05-11T18:01:56Z",
      "social_media_links": [],
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 4
    },
    {
      "id": 392,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/392/?format=api",
      "name": "Mark C. Lee",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "agency": {
        "response_mode": "list",
        "id": 44,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "abbrev": "NASA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 208,
        "name": "[AUTO] Mark C. Lee - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mark2520c.2520lee_image_20181202134443.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185223.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P32DT21H51M51S",
      "eva_time": "P1D",
      "age": 73,
      "date_of_birth": "1952-08-14",
      "date_of_death": null,
      "nationality": [
        {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        }
      ],
      "bio": "Mark Charles Lee USAF Colonel is a former NASA astronaut who flew on four Space Shuttle missions. He retired from the Air Force and NASA on July 1, 2001.",
      "wiki": "https://en.wikipedia.org/wiki/Mark_C._Lee",
      "last_flight": "1997-02-11T08:55:17Z",
      "first_flight": "1989-05-04T18:46:59Z",
      "social_media_links": [],
      "flights_count": 4,
      "landings_count": 4,
      "spacewalks_count": 4
    },
    {
      "id": 150,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/150/?format=api",
      "name": "Akihiko Hoshide",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "agency": {
        "response_mode": "list",
        "id": 37,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/37/?format=api",
        "name": "Japan Aerospace Exploration Agency",
        "abbrev": "JAXA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 365,
        "name": "[AUTO] Akihiko Hoshide - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/akihiko_hoshide_image_20210327081731.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185651.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P340DT11H9M43S",
      "eva_time": "P1DT4H17M",
      "age": 57,
      "date_of_birth": "1968-12-28",
      "date_of_death": null,
      "nationality": [
        {
          "id": 28,
          "name": "Japan",
          "alpha_2_code": "JP",
          "alpha_3_code": "JPN",
          "nationality_name": "Japanese",
          "nationality_name_composed": "Nippo"
        }
      ],
      "bio": "Akihiko Hoshide is a Japanese engineer and JAXA astronaut. On August 30, 2012, Hoshide became the third Japanese astronaut to walk in space. His space selfies from 2012, including another space selfie that was posted on Instagram, appeared at the top of many selfie lists of 2013.",
      "wiki": "https://en.wikipedia.org/wiki/Akihiko_Hoshide",
      "last_flight": "2021-04-23T09:49:02Z",
      "first_flight": "2008-05-31T21:02:12Z",
      "social_media_links": [
        {
          "id": 176,
          "social_media": {
            "id": 1,
            "name": "X",
            "url": "https://x.com",
            "logo": {
              "id": 2320,
              "name": "X logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
              "credit": "X",
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "url": "https://twitter.com/Aki_Hoshide"
        }
      ],
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 4
    },
    {
      "id": 198,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/198/?format=api",
      "name": "Alexander Misurkin",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "agency": {
        "response_mode": "list",
        "id": 63,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "abbrev": "RFSA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 736,
        "name": "[AUTO] Alexander Misurkin - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/alexander_misur_image_20211102151859.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190640.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P346DT7H3M41S",
      "eva_time": "P1DT4H14M",
      "age": 48,
      "date_of_birth": "1977-09-23",
      "date_of_death": null,
      "nationality": [
        {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        }
      ],
      "bio": "Alexander Alexanderovich Misurkin (Russian: Aлександр Aлександрович Мисуркин) born on September 23, 1977, a major in the Russian Air Force, is a Russian cosmonaut, selected in 2006. He flew aboard Soyuz TMA-08M on 28 March 2013 as his first space mission, and launched on Soyuz MS-06 as his second flight, in 2017. He was Commander of the International Space Station for Expedition 54.",
      "wiki": "https://en.wikipedia.org/wiki/Alexander_Misurkin",
      "last_flight": "2021-12-08T07:38:15Z",
      "first_flight": "2013-03-28T20:43:20Z",
      "social_media_links": [],
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 4
    },
    {
      "id": 170,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/170/?format=api",
      "name": "Valery Korzun",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "agency": {
        "response_mode": "list",
        "id": 63,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "abbrev": "RFSA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 474,
        "name": "[AUTO] Valery Korzun - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/valery2520korzun_image_20181129233723.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185941.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P381DT15H41M8S",
      "eva_time": "PT22H17M",
      "age": 73,
      "date_of_birth": "1953-03-05",
      "date_of_death": null,
      "nationality": [
        {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        }
      ],
      "bio": "Valery Grigoryevich Korzun (Russian: Валерий Григорьевич Корзун, born 5 March 1953) is a Russian cosmonaut. He has been in space twice totalling 381 days. He has also conducted four career spacewalks.",
      "wiki": "https://en.wikipedia.org/wiki/Valery_Korzun",
      "last_flight": "2002-06-05T21:22:49Z",
      "first_flight": "1996-08-17T13:18:03Z",
      "social_media_links": [],
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 4
    },
    {
      "id": 542,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/542/?format=api",
      "name": "Ronald J. Garan Jr.",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "agency": {
        "response_mode": "list",
        "id": 44,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "abbrev": "NASA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 238,
        "name": "[AUTO] Ronald J. Garan Jr. - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ronald_j._garan_image_20220911034532.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185313.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P177DT23H53M28S",
      "eva_time": "P1DT3H3M",
      "age": 64,
      "date_of_birth": "1961-10-30",
      "date_of_death": null,
      "nationality": [
        {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        }
      ],
      "bio": "Ronald John Garan Jr. is a NASA astronaut. After graduating from State University of New York College at Oneonta in 1982, he joined the Air Force, becoming a Second Lieutenant in 1984. He became an F-16 pilot, and flew combat missions in Desert Shield and Desert Storm. Before becoming an astronaut he was the Operations Officer of the 40th Flight Test Squadron (FTS). He first flew in space as a Mission Specialist on the STS-124 mission to the International Space Station (ISS). He returned to ISS on April 4, 2011, for a six-month stay as a member of Expedition 27.",
      "wiki": "https://en.wikipedia.org/wiki/Ronald_J._Garan_Jr.",
      "last_flight": "2011-04-04T22:18:20Z",
      "first_flight": "2008-05-31T21:02:12Z",
      "social_media_links": [],
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 4
    }
  ]
}