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=540&ordering=time_in_space
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=550&ordering=time_in_space",
  "previous": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=530&ordering=time_in_space",
  "results": [
    {
      "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": 333,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/333/?format=api",
      "name": "Daniel Brandenstein",
      "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": 390,
        "name": "[AUTO] Daniel Brandenstein - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/daniel2520brandenstein_image_20181202102220.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185729.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": "P32DT23H3M",
      "eva_time": "P0D",
      "age": 83,
      "date_of_birth": "1943-01-17",
      "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": "Daniel Charles Brandenstein is the Executive Vice President and Chief Operating Officer of United Space Alliance. He is a former Naval Aviator, test pilot and NASA astronaut, who flew four Space Shuttle missions.",
      "wiki": "https://en.wikipedia.org/wiki/Daniel_Brandenstein",
      "last_flight": "1992-05-07T23:40:00Z",
      "first_flight": "1983-08-30T06:32:00Z",
      "social_media_links": [],
      "flights_count": 4,
      "landings_count": 4,
      "spacewalks_count": 0
    },
    {
      "id": 317,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/317/?format=api",
      "name": "Paul J. Weitz",
      "status": {
        "id": 11,
        "name": "Deceased"
      },
      "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": 797,
        "name": "[AUTO] Paul J. Weitz - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/paul2520j.2520weitz_image_20190426143707.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190813.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": "P33DT1H12M48S",
      "eva_time": "PT2H16M",
      "age": 85,
      "date_of_birth": "1932-07-25",
      "date_of_death": "2017-10-22",
      "nationality": [
        {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        }
      ],
      "bio": "Paul Joseph Weitz was an American naval officer and aviator, aeronautical engineer, test pilot, and NASA astronaut, who flew into space twice. He was a member of the three-man crew who flew on Skylab 2, the first manned Skylab mission. He was also Commander of the STS-6 mission, the first of the Space Shuttle Challenger flights.",
      "wiki": "https://en.wikipedia.org/wiki/Paul_J._Weitz",
      "last_flight": "1983-04-04T18:30:00Z",
      "first_flight": "1973-05-25T13:00:00Z",
      "social_media_links": [],
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 2
    },
    {
      "id": 479,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/479/?format=api",
      "name": "Janet L. Kavandi",
      "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": 820,
        "name": "[AUTO] Janet L. Kavandi - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/janet2520l.2520kavandi_image_20181202152516.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190849.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": "P33DT20H6M57S",
      "eva_time": "P0D",
      "age": 66,
      "date_of_birth": "1959-07-17",
      "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": "Janet Lynn Kavandi, a native of Carthage, Missouri is an American scientist and a NASA astronaut. She is a veteran of three Space Shuttle missions and has served as NASA's Deputy Chief of the Astronaut Office.",
      "wiki": "https://en.wikipedia.org/wiki/Janet_L._Kavandi",
      "last_flight": "2001-07-12T09:03:59Z",
      "first_flight": "1998-06-02T22:06:24Z",
      "social_media_links": [
        {
          "id": 123,
          "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/JanetKavandi"
        }
      ],
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 0
    },
    {
      "id": 369,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/369/?format=api",
      "name": "Richard N. Richards",
      "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": 201,
        "name": "[AUTO] Richard N. Richards - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/richard2520n.2520richards_image_20181202120322.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185211.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": "P33DT21H28M29S",
      "eva_time": "P0D",
      "age": 79,
      "date_of_birth": "1946-08-24",
      "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": "Richard Noel \"Dick\" Richards is a retired American naval officer and aviator, test pilot, chemical engineer, and a former NASA astronaut. He flew aboard four Space Shuttle missions in the 1980s and 1990s.",
      "wiki": "https://en.wikipedia.org/wiki/Richard_N._Richards",
      "last_flight": "1994-09-09T22:22:53Z",
      "first_flight": "1989-08-08T12:37:00Z",
      "social_media_links": [],
      "flights_count": 4,
      "landings_count": 4,
      "spacewalks_count": 0
    },
    {
      "id": 400,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/400/?format=api",
      "name": "Stephen S. Oswald",
      "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": 879,
        "name": "[AUTO] Stephen S. Oswald - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/stephen2520s.2520oswald_image_20181202135254.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191026.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": "P33DT22H31M14S",
      "eva_time": "P0D",
      "age": 74,
      "date_of_birth": "1951-06-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": "Stephen Scot Oswald is a former NASA astronaut.",
      "wiki": "https://en.wikipedia.org/wiki/Stephen_S._Oswald",
      "last_flight": "1995-03-02T06:38:13Z",
      "first_flight": "1992-01-22T14:52:33Z",
      "social_media_links": [],
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 0
    },
    {
      "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": 126,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/126/?format=api",
      "name": "Gregory Harbaugh",
      "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": 673,
        "name": "[AUTO] Gregory Harbaugh - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gregory2520harbaugh_image_20181129203134.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190453.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": "P34DT1H58M40S",
      "eva_time": "PT18H29M",
      "age": 69,
      "date_of_birth": "1956-04-15",
      "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": "Gregory Jordan Harbaugh is a former NASA astronaut that spent 34 days in space through four Space Shuttle missions including the first . docking missions with the Russian Space Station Mir and the second Hubble Space Telescope servicing mission.",
      "wiki": "https://en.wikipedia.org/wiki/Gregory_J._Harbaugh",
      "last_flight": "1997-02-11T08:55:17Z",
      "first_flight": "1991-04-28T11:33:14Z",
      "social_media_links": [],
      "flights_count": 4,
      "landings_count": 4,
      "spacewalks_count": 3
    },
    {
      "id": 382,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/382/?format=api",
      "name": "John Casper",
      "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": 899,
        "name": "[AUTO] John Casper - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/john2520casper_image_20181202133241.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191100.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": "P34DT9H51M7S",
      "eva_time": "P0D",
      "age": 82,
      "date_of_birth": "1943-07-09",
      "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": "John Howard Casper is an American astronaut and United States Air Force pilot.",
      "wiki": "https://en.wikipedia.org/wiki/John_Casper",
      "last_flight": "1996-05-19T10:30:00Z",
      "first_flight": "1990-02-28T07:50:22Z",
      "social_media_links": [],
      "flights_count": 4,
      "landings_count": 4,
      "spacewalks_count": 0
    },
    {
      "id": 602,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/602/?format=api",
      "name": "Jerome Apt",
      "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": 912,
        "name": "[AUTO] Jerome Apt - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jerome2520apt_image_20181208003023.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191119.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": "P35DT7H10M25S",
      "eva_time": "PT10H13M",
      "age": 76,
      "date_of_birth": "1949-04-28",
      "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": "Jerome \"Jay\" Apt III, Ph.D. (born April 28, 1949 in Massachusetts) is an American astronaut and professor at Carnegie Mellon University. Before he became an astronaut, Apt was a physicist who worked on the Pioneer Venus 1978 space probe project, and used visible light and infrared techniques to study the planets and moons of the solar system from ground-based observatories.",
      "wiki": "https://en.wikipedia.org/wiki/Jerome_Apt",
      "last_flight": "1996-09-16T08:54:49Z",
      "first_flight": "1991-04-05T14:22:45Z",
      "social_media_links": [],
      "flights_count": 4,
      "landings_count": 4,
      "spacewalks_count": 2
    }
  ]
}