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=660&ordering=-landings_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=670&ordering=-landings_count",
  "previous": "https://lldev.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=650&ordering=-landings_count",
  "results": [
    {
      "id": 776,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/776/?format=api",
      "name": "Trevor Beattie",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT14M23S",
      "eva_time": "P0D",
      "age": 66,
      "date_of_birth": "1959-12-24",
      "date_of_death": null,
      "nationality": "British",
      "bio": "Trevor Beattie is a British advertising executive. He is a founding partner, chairman and creative director of Beattie McGuinness Bungay (BMB), and was formerly the chairman and creative director of TBWA London.",
      "twitter": "https://twitter.com/trevorbmbagency",
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Trevor_Beattie",
      "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/trevor_beattie_image_20231001162926.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190436.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2023-10-06T16:10:30Z",
      "first_flight": "2023-10-06T16:10:30Z"
    },
    {
      "id": 777,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/777/?format=api",
      "name": "Namira Salim",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT14M23S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "Pakistani",
      "bio": "Namira Salim born in Karachi, is a Pakistani polar adventurer, future astronaut and artist based in Monaco and Dubai.",
      "twitter": "https://twitter.com/namirasalim",
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Namira_Salim",
      "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/namira_salim_image_20231001163926.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190744.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2023-10-06T16:10:30Z",
      "first_flight": "2023-10-06T16:10:30Z"
    },
    {
      "id": 802,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/802/?format=api",
      "name": "Giorgio Manenti",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT15M",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "Italian",
      "bio": "Passenger on Virgin Galactic's seventh commercial spaceflight.",
      "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/giorgio_manenti_image_20240609071751.png",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/giorgio_manenti_image_thumbnail_20240609071752.png",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2024-06-08T15:26:00Z",
      "first_flight": "2024-06-08T15:26:00Z"
    },
    {
      "id": 800,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/800/?format=api",
      "name": "Andy Sadhwani",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT15M",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "American",
      "bio": "SpaceX engineer and passenger on Virgin Galactic's seventh commercial spaceflight.",
      "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/andy_sadhwani_p_image_20240609071856.png",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/andy_sadhwani_p_image_thumbnail_20240609071857.png",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2024-06-08T15:26:00Z",
      "first_flight": "2024-06-08T15:26:00Z"
    },
    {
      "id": 686,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/686/?format=api",
      "name": "Sir Richard Branson",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT15M30S",
      "eva_time": "P0D",
      "age": 75,
      "date_of_birth": "1950-07-18",
      "date_of_death": null,
      "nationality": "British",
      "bio": "Sir Richard Branson is an English business magnate and founder of the Virgin Group. He later founded both Virgin Galactic and Virgin Orbit.",
      "twitter": "https://twitter.com/richardbranson",
      "instagram": "https://www.instagram.com/richardbranson/",
      "wiki": "https://en.wikipedia.org/wiki/Richard_Branson",
      "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/sir_richard_bra_image_20220911033736.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190909.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2021-07-11T15:25:30Z",
      "first_flight": "2021-07-11T15:25:30Z"
    },
    {
      "id": 767,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/767/?format=api",
      "name": "Jon Goodwin",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT16M2S",
      "eva_time": "P0D",
      "age": 82,
      "date_of_birth": "1943-06-19",
      "date_of_death": null,
      "nationality": "British",
      "bio": "Passenger on Virgins Galactic \"Galactic-02\" Mission",
      "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/jon_goodwin_image_20230718080157.png",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185752.png",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2023-08-10T15:17:00Z",
      "first_flight": "2023-08-10T15:17:00Z"
    },
    {
      "id": 754,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/754/?format=api",
      "name": "Rayyanah Barnawi",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P9DT5H27M51S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "Saudi",
      "bio": "Rayyanah Barnawi is an astronaut representing the Kingdom of Saudi Arabia and serving as a mission specialist on the Ax-2 mission. Barnawi has a Master of Biomedical Sciences from Alfaisal University and a Bachelor of Biomedical Sciences from Otago University. Barnawi is a research laboratory technician with nine years of experience in breast cancer and cancer stem-cell research.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Rayyanah_Barnawi",
      "agency": {
        "id": 1047,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1047/?format=api",
        "name": "Saudi Space Agency",
        "featured": false,
        "type": "Government",
        "country_code": "SAU",
        "abbrev": "SSA",
        "description": "The Saudi Space Agency, previously known as the Saudi Space Commission (SSC), is a Saudi independent government entity established by a royal order on December 27, 2018 and elevated to an agency on June 14, 2023.",
        "administrator": "CEO: Muhammad al-Tamimi",
        "founding_year": "2018",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null,
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/saudi_space_age_image_20240820182309.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rayyanah_barnaw_image_20230213182031.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185816.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2023-05-21T21:37:09Z",
      "first_flight": "2023-05-21T21:37:09Z"
    },
    {
      "id": 753,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/753/?format=api",
      "name": "Ali AlQarni",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P9DT5H27M51S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "Saudi",
      "bio": "Ali AlQarni is an astronaut representing the Kingdom of Saudi Arabia and serving as a mission specialist on the Ax-2 mission. AlQarni graduated with a Bachelor of Aerospace Science from King Faisal Air Academy. AlQarni is an Air Force captain and fighter pilot. He has 12 years of experience flying fighter aircrafts and 2,387 flight hours.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Ali_AlQarni",
      "agency": {
        "id": 1047,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1047/?format=api",
        "name": "Saudi Space Agency",
        "featured": false,
        "type": "Government",
        "country_code": "SAU",
        "abbrev": "SSA",
        "description": "The Saudi Space Agency, previously known as the Saudi Space Commission (SSC), is a Saudi independent government entity established by a royal order on December 27, 2018 and elevated to an agency on June 14, 2023.",
        "administrator": "CEO: Muhammad al-Tamimi",
        "founding_year": "2018",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null,
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/saudi_space_age_image_20240820182309.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ali_alqarni_image_20230213181809.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185906.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2023-05-21T21:37:09Z",
      "first_flight": "2023-05-21T21:37:09Z"
    },
    {
      "id": 757,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/757/?format=api",
      "name": "Angelo Landolfi",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "PT13M53S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "Italian",
      "bio": "Italian Air Force physician selected to fly on the Virgin Galactic 01 mission.",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "agency": {
        "id": 1050,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1050/?format=api",
        "name": "Italian Air Force",
        "featured": false,
        "type": "Government",
        "country_code": "ITA",
        "abbrev": "IAF",
        "description": "The Italian Air Force is the air force of the Italian Republic. The Italian Air Force was founded as an independent service arm on 28 March 1923 by King Victor Emmanuel III as the Regia Aeronautica (\"Royal Air Force\"). After World War II, when Italy became a republic following a referendum, the Regia Aeronautica was given its current name.",
        "administrator": null,
        "founding_year": "1923",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null,
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/italian2520air2520force_logo_20230508150416.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/angelo_landolfi_image_20230626124438.png",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185344.png",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2023-06-29T15:28:38Z",
      "first_flight": "2023-06-29T15:28:38Z"
    },
    {
      "id": 766,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/766/?format=api",
      "name": "Alper Gezeravci",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P21DT15H40M49S",
      "eva_time": "P0D",
      "age": 46,
      "date_of_birth": "1979-12-02",
      "date_of_death": null,
      "nationality": "Turkish",
      "bio": "Fighter pilot trained on F16, first Turkish astronaut.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Alper_Gezeravc%C4%B1",
      "agency": {
        "id": 1053,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1053/?format=api",
        "name": "Turkish Air Force",
        "featured": false,
        "type": "Government",
        "country_code": "TUR",
        "abbrev": "TAF",
        "description": "The Turkish Air Force is the aerial warfare service branch of the Turkish Armed Forces. It traces its origins to June 1911 when it was founded as the Ottoman Aviation Squadrons by the Ottoman Empire.",
        "administrator": null,
        "founding_year": "1911",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null,
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/turkish2520air2520force_logo_20230630072904.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/alper_gezeravci_image_20231230181038.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190832.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2024-01-18T21:49:11Z",
      "first_flight": "2024-01-18T21:49:11Z"
    }
  ]
}