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=170&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=180&ordering=landings_count",
  "previous": "https://lldev.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=160&ordering=landings_count",
  "results": [
    {
      "id": 563,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/563/?format=api",
      "name": "Jack D. Fischer",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P135DT18H8M15S",
      "eva_time": "PT7H6M",
      "age": 52,
      "date_of_birth": "1974-01-23",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Jack David Fischer is an American engineer, test pilot and a former NASA astronaut.[2] Fischer was selected in June 2009 as a member of the NASA Astronaut Group 20 and qualified as an astronaut in 2011. He made his first spaceflight in April 2017, as a flight engineer for Expedition 51/52 on the International Space Station.",
      "twitter": "https://twitter.com/Astro2fish",
      "instagram": "https://www.instagram.com/astro2fish/",
      "wiki": "https://en.wikipedia.org/wiki/Jack_D._Fischer",
      "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/jack2520d.2520fischer_image_20181203172235.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190919.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 2,
      "last_flight": "2017-04-20T07:13:45Z",
      "first_flight": "2017-04-20T07:13:45Z"
    },
    {
      "id": 264,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/264/?format=api",
      "name": "Gerhard Thiele",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P11DT5H39M20S",
      "eva_time": "P0D",
      "age": 72,
      "date_of_birth": "1953-09-02",
      "date_of_death": null,
      "nationality": "German",
      "bio": "Dr. Gerhard Paul Julius Thiele (born September 2, 1953) is a German physicist and a former ESA astronaut.\r\nIn 1996, he was selected by the German Space Agency to receive Space Shuttle Mission Specialist training at NASA. In August 1998, he joined the European Space Agency (ESA), into which the German national team was integrated. In 2000, he completed his only spaceflight, the STS-99 Shuttle Radar Topography Mission.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Gerhard_Thiele",
      "agency": {
        "id": 27,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
        "name": "European Space Agency",
        "featured": false,
        "type": "Multinational",
        "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX,BEL,SVN",
        "abbrev": "ESA",
        "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
        "administrator": "Director General: Josef Aschbacher",
        "founding_year": "1975",
        "launchers": "Ariane | Vega",
        "spacecraft": "Space Rider",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gerhard2520thiele_image_20181201222259.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190520.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2000-02-11T17:43:40Z",
      "first_flight": "2000-02-11T17:43:40Z"
    },
    {
      "id": 804,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/804/?format=api",
      "name": "Shubhanshu Shukla",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 1,
        "name": "Unknown"
      },
      "in_space": false,
      "time_in_space": "P20DT2H58M8S",
      "eva_time": "P0D",
      "age": 40,
      "date_of_birth": "1985-10-10",
      "date_of_death": null,
      "nationality": "Indian",
      "bio": "Indian astronaut part of the first group of the Indian domestic human spaceflight program.",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "agency": {
        "id": 31,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/31/?format=api",
        "name": "Indian Space Research Organization",
        "featured": true,
        "type": "Government",
        "country_code": "IND",
        "abbrev": "ISRO",
        "description": "The Indian Space Research Organisation (ISRO) is the space agency of the Government of India headquartered in the city of Bangalore. Its vision is to \"harness space technology for national development while pursuing space science research and planetary exploration.\"",
        "administrator": "Chairman: V. Narayanan",
        "founding_year": "1969",
        "launchers": "PSLV | GSLV",
        "spacecraft": "Gaganyaan",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_image_20190215225409.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_logo_20190215225409.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shubhanshu_shuk_image_20240803064210.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shubhanshu_shuk_image_thumbnail_20240803064212.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2025-06-25T06:31:52Z",
      "first_flight": "2025-06-25T06:31:52Z"
    },
    {
      "id": 424,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/424/?format=api",
      "name": "William G. Gregory",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P16DT15H8M47S",
      "eva_time": "P0D",
      "age": 68,
      "date_of_birth": "1957-05-14",
      "date_of_death": null,
      "nationality": "American",
      "bio": "William George \"Borneo\" Gregory is an American retired NASA astronaut and United States Air Force lieutenant colonel.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/William_G._Gregory",
      "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/william2520g.2520gregory_image_20181202142148.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185648.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "1995-03-02T06:38:13Z",
      "first_flight": "1995-03-02T06:38:13Z"
    },
    {
      "id": 340,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/340/?format=api",
      "name": "Jon McBride",
      "status": {
        "id": 11,
        "name": "Deceased"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P8DT5H23M",
      "eva_time": "P0D",
      "age": 80,
      "date_of_birth": "1943-08-14",
      "date_of_death": "2024-08-07",
      "nationality": "American",
      "bio": "Jon Andrew McBride was an American naval officer and aviator, fighter pilot, test pilot, aeronautical engineer, and a NASA astronaut.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Jon_McBride",
      "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/jon2520mcbride_image_20181202103017.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185429.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "1984-10-05T11:03:00Z",
      "first_flight": "1984-10-05T11:03:00Z"
    },
    {
      "id": 297,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/297/?format=api",
      "name": "Zhang Xiaoguang",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P14DT14H28M58S",
      "eva_time": "P0D",
      "age": 59,
      "date_of_birth": "1966-05-01",
      "date_of_death": null,
      "nationality": "Chinese",
      "bio": "Zhang Xiaoguang is a Chinese pilot selected as part of the Shenzhou program.\r\n\r\nHe was born in May 1966 in Jinzhou, to a family of Manchu ethnicity and was a squadron commander in the People’s Liberation Army Air Force when he was selected to be an astronaut in 1998. He had accumulated 1000 flight-hours as of 2004. He was selected as part of the backup crew for the Shenzhou 9 mission. In 2013, he was selected to fly Shenzhou 10, the third spaceflight to the first Chinese space station Tiangong 1.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Zhang_Xiaoguang",
      "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/zhang2520xiaoguang_image_20181201232412.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190829.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2013-06-11T09:38:02Z",
      "first_flight": "2013-06-11T09:38:02Z"
    },
    {
      "id": 191,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/191/?format=api",
      "name": "Franco Malerba",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P7DT23H14M12S",
      "eva_time": "P0D",
      "age": 79,
      "date_of_birth": "1946-10-10",
      "date_of_death": null,
      "nationality": "Italian",
      "bio": "Franco Egidio Malerba (born 10 October 1946 in Busalla, Metropolitan City of Genoa, Italy) is an astronaut. He was the first citizen of Italy to travel to space.\r\nAfter selection in 1989 as a Payload Specialist by the Italian Space Agency (ASI) and NASA, he became a staff member of ASI and was assigned to the NASA Johnson Space Center, Houston, Texas, for training. In September 1991, he was designated Prime Payload Specialist for the TSS-1 Space Shuttle mission. Malerba flew as the first Italian citizen in space on STS-46 (31 July 1992 to 7 August 1992).",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Franco_Malerba",
      "agency": {
        "id": 36,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/36/?format=api",
        "name": "Italian Space Agency",
        "featured": false,
        "type": "Government",
        "country_code": "ITA",
        "abbrev": "ASI",
        "description": null,
        "administrator": null,
        "founding_year": null,
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null,
        "logo_url": null
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/franco2520malerba_image_20181201174554.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190505.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "1992-07-31T13:56:48Z",
      "first_flight": "1992-07-31T13:56:48Z"
    },
    {
      "id": 694,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/694/?format=api",
      "name": "Michael J. Adams",
      "status": {
        "id": 4,
        "name": "Lost In Flight"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "PT4M",
      "eva_time": "P0D",
      "age": 37,
      "date_of_birth": "1930-05-05",
      "date_of_death": "1967-11-15",
      "nationality": "American",
      "bio": "Michael James Adams was an American aviator, aeronautical engineer, and USAF astronaut. He flew X-15 Flight 191 to over 50 miles altitude, however the flight ended when the spacecraft broke apart, leading to his death.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Michael_J._Adams",
      "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/michael_j._adam_image_20210801073344.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185600.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "1967-11-15T18:30:00Z",
      "first_flight": "1967-11-15T18:30:00Z"
    },
    {
      "id": 107,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/107/?format=api",
      "name": "Dirk Frimout",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P8DT22H9M21S",
      "eva_time": "P0D",
      "age": 85,
      "date_of_birth": "1941-03-21",
      "date_of_death": null,
      "nationality": "Belgian",
      "bio": "Dirk Dries David Damiaan, Viscount Frimout (born 21 March 1941 in Poperinge, Belgium) is an astrophysicist for the European Space Agency. He flew aboard NASA Space Shuttle mision STS-45 as a payload specialist, making him the first Belgian in space.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Dirk_Frimout",
      "agency": {
        "id": 27,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
        "name": "European Space Agency",
        "featured": false,
        "type": "Multinational",
        "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX,BEL,SVN",
        "abbrev": "ESA",
        "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
        "administrator": "Director General: Josef Aschbacher",
        "founding_year": "1975",
        "launchers": "Ariane | Vega",
        "spacecraft": "Space Rider",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/dirk2520frimout_image_20181128231547.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190220.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "1992-03-24T13:13:39Z",
      "first_flight": "1992-03-24T13:13:39Z"
    },
    {
      "id": 718,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/718/?format=api",
      "name": "Anna Menon",
      "status": {
        "id": 3,
        "name": "In-Training"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P4DT22H13M5S",
      "eva_time": "P0D",
      "age": 40,
      "date_of_birth": "1985-12-24",
      "date_of_death": null,
      "nationality": "American",
      "bio": "NASA astronaut candidate and former Lead Space Operations Engineer at SpaceX, where she has led the implementation of Dragon’s crew capabilities, helped create the crew communicator operator role, and developed critical operational responses to vehicle emergencies such as a fire or cabin depressurization. Anna served in mission control during multiple Dragon missions, such as Demo-2, Crew-1, CRS-22, and CRS-23. In 2024, she flew to space as a mission specialist and medical officer aboard SpaceX’s Polaris Dawn mission.",
      "twitter": "https://x.com/annawmenon",
      "instagram": "https://www.instagram.com/annawmenon/",
      "wiki": "https://en.wikipedia.org/wiki/Anna_Menon",
      "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/anna_menon_offi_image_20251205153921.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/anna_menon_offi_image_thumbnail_20251205153921.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2024-09-10T09:23:49Z",
      "first_flight": "2024-09-10T09:23:49Z"
    }
  ]
}