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 - ll.thespacedevs.com/docs

GET /2.3.0/astronauts/763/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 763,
  "url": "https://ll.thespacedevs.com/2.3.0/astronauts/763/?format=api",
  "name": "Luke Mays",
  "status": {
    "id": 1,
    "name": "Active"
  },
  "agency": {
    "response_mode": "list",
    "id": 1024,
    "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
    "name": "Virgin Galactic",
    "abbrev": "VG",
    "type": {
      "id": 5,
      "name": "Private"
    }
  },
  "image": {
    "id": 774,
    "name": "[AUTO] Luke Mays - image",
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/luke_mays_image_20230508161309.png",
    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190738.png",
    "credit": null,
    "license": {
      "id": 1,
      "name": "Unknown",
      "priority": 9,
      "link": null
    },
    "single_use": true,
    "variants": []
  },
  "response_mode": "detailed",
  "type": {
    "id": 3,
    "name": "Private"
  },
  "in_space": false,
  "time_in_space": "PT14M",
  "eva_time": "P0D",
  "age": null,
  "date_of_birth": null,
  "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": "Former NASA astronaut instructor, now astronaut instructor at Virgin Galactic.",
  "wiki": null,
  "last_flight": "2023-05-25T16:23:00Z",
  "first_flight": "2023-05-25T16:23:00Z",
  "social_media_links": [],
  "flights_count": 1,
  "landings_count": 1,
  "spacewalks_count": 0,
  "flights": [
    {
      "id": "384ab3d5-6628-4e14-9f33-50212b52c539",
      "url": "https://ll.thespacedevs.com/2.3.0/launches/384ab3d5-6628-4e14-9f33-50212b52c539/?format=api",
      "name": "SpaceShipTwo | VSS Unity 25",
      "response_mode": "normal",
      "slug": "spaceshiptwo-vss-unity-25",
      "launch_designator": null,
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-12-27T14:03:15Z",
      "net": "2023-05-25T16:23:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2023-05-25T22:00:00Z",
      "window_start": "2023-05-25T12:00:00Z",
      "image": {
        "id": 1839,
        "name": "[AUTO] SpaceShipTwo - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193914.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "abbrev": "VG",
        "type": {
          "id": 5,
          "name": "Private"
        }
      },
      "rocket": {
        "id": 7850,
        "configuration": {
          "response_mode": "list",
          "id": 465,
          "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/465/?format=api",
          "name": "SpaceShipTwo",
          "families": [],
          "full_name": "SpaceShipTwo",
          "variant": ""
        }
      },
      "mission": {
        "id": 6357,
        "name": "VSS Unity 25",
        "type": "Test Flight",
        "description": "Virgin Galactic return to space mission ahead of the first commercial flight.",
        "image": null,
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 191,
        "url": "https://ll.thespacedevs.com/2.3.0/pads/191/?format=api",
        "active": true,
        "agencies": [
          {
            "response_mode": "normal",
            "id": 1024,
            "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
            "name": "Virgin Galactic",
            "abbrev": "VG",
            "type": {
              "id": 5,
              "name": "Private"
            },
            "featured": false,
            "country": [
              {
                "id": 2,
                "name": "United States of America",
                "alpha_2_code": "US",
                "alpha_3_code": "USA",
                "nationality_name": "American",
                "nationality_name_composed": "Americano"
              }
            ],
            "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": {
              "id": 32,
              "name": "[AUTO] Virgin Galactic - image",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
              "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "logo": {
              "id": 196,
              "name": "[AUTO] Virgin Galactic - logo",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png",
              "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185159.png",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "social_logo": {
              "id": 101,
              "name": "[AUTO] Virgin Galactic - social_logo",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_nation_20230617045127.jpg",
              "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184858.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          }
        ],
        "name": "Spaceport America",
        "image": null,
        "description": null,
        "info_url": "https://www.spaceportamerica.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Spaceport_America",
        "map_url": "https://www.google.com/maps?q=32.9902778,-106.9719162",
        "latitude": 32.9902778,
        "longitude": -106.9719162,
        "country": {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
        "total_launch_count": 14,
        "orbital_launch_attempt_count": 0,
        "fastest_turnaround": "P26DT23H33M30S",
        "location": {
          "response_mode": "normal",
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.3.0/locations/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7474,
            "successful_launches": 6919,
            "failed_launches": 555,
            "total_attempted_landings": 1290,
            "successful_landings": 1243,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 17,
            "name": "Unknown",
            "alpha_2_code": "??",
            "alpha_3_code": "???",
            "nationality_name": "Earthling",
            "nationality_name_composed": "Earthling"
          },
          "description": "",
          "image": {
            "id": 32,
            "name": "[AUTO] Virgin Galactic - image",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
            "credit": null,
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "longitude": null,
          "latitude": null,
          "timezone_name": "",
          "total_launch_count": 86,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 79,
      "pad_launch_attempt_count": 7,
      "agency_launch_attempt_count": 60,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2
    }
  ],
  "landings": [
    {
      "id": 807,
      "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/807/?format=api",
      "destination": "Suborbital",
      "mission_end": "2023-05-25T16:37:00Z",
      "spacecraft": {
        "response_mode": "normal",
        "id": 473,
        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/473/?format=api",
        "name": "VSS Unity",
        "serial_number": "N202VG",
        "is_placeholder": false,
        "image": {
          "id": 2149,
          "name": "SpaceShipTwo Unity at rollout event",
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_un_image_20240812142943.jpg",
          "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_un_image_thumbnail_20240812142943.jpeg",
          "credit": "Ronrosano",
          "license": {
            "id": 21,
            "name": "CC BY-SA 3.0",
            "priority": 4,
            "link": "https://creativecommons.org/licenses/by-sa/3.0/deed.en"
          },
          "single_use": true,
          "variants": []
        },
        "in_space": false,
        "time_in_space": "PT4H3M43S",
        "time_docked": "P0D",
        "flights_count": 30,
        "mission_ends_count": 30,
        "status": {
          "id": 2,
          "name": "Retired"
        },
        "description": "VSS Unity, previously referred to as VSS Voyager, is a SpaceShipTwo-class suborbital rocket-powered crewed spaceplane. It is the second SpaceShipTwo to be built and will be used as part of the Virgin Galactic fleet.",
        "spacecraft_config": {
          "response_mode": "normal",
          "id": 27,
          "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/27/?format=api",
          "name": "SpaceShipTwo",
          "type": {
            "id": 3,
            "name": "Spaceplane"
          },
          "agency": {
            "response_mode": "list",
            "id": 1024,
            "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
            "name": "Virgin Galactic",
            "abbrev": "VG",
            "type": {
              "id": 5,
              "name": "Private"
            }
          },
          "family": [],
          "in_use": true,
          "image": {
            "id": 1933,
            "name": "[AUTO] SpaceShipTwo - image",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194156.jpeg",
            "credit": null,
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          }
        },
        "fastest_turnaround": "P2D"
      },
      "launch": {
        "id": "384ab3d5-6628-4e14-9f33-50212b52c539",
        "url": "https://ll.thespacedevs.com/2.3.0/launches/384ab3d5-6628-4e14-9f33-50212b52c539/?format=api",
        "name": "SpaceShipTwo | VSS Unity 25",
        "response_mode": "normal",
        "slug": "spaceshiptwo-vss-unity-25",
        "launch_designator": null,
        "status": {
          "id": 3,
          "name": "Launch Successful",
          "abbrev": "Success",
          "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
        },
        "last_updated": "2023-12-27T14:03:15Z",
        "net": "2023-05-25T16:23:00Z",
        "net_precision": {
          "id": 1,
          "name": "Minute",
          "abbrev": "MIN",
          "description": "The T-0 is accurate to the minute."
        },
        "window_end": "2023-05-25T22:00:00Z",
        "window_start": "2023-05-25T12:00:00Z",
        "image": {
          "id": 1839,
          "name": "[AUTO] SpaceShipTwo - image",
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
          "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193914.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        },
        "infographic": null,
        "probability": null,
        "weather_concerns": null,
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "response_mode": "list",
          "id": 1024,
          "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
          "name": "Virgin Galactic",
          "abbrev": "VG",
          "type": {
            "id": 5,
            "name": "Private"
          }
        },
        "rocket": {
          "id": 7850,
          "configuration": {
            "response_mode": "list",
            "id": 465,
            "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/465/?format=api",
            "name": "SpaceShipTwo",
            "families": [],
            "full_name": "SpaceShipTwo",
            "variant": ""
          }
        },
        "mission": {
          "id": 6357,
          "name": "VSS Unity 25",
          "type": "Test Flight",
          "description": "Virgin Galactic return to space mission ahead of the first commercial flight.",
          "image": null,
          "orbit": {
            "id": 15,
            "name": "Suborbital",
            "abbrev": "Sub",
            "celestial_body": {
              "response_mode": "list",
              "id": 1,
              "name": "Earth"
            }
          },
          "agencies": [],
          "info_urls": [],
          "vid_urls": []
        },
        "pad": {
          "id": 191,
          "url": "https://ll.thespacedevs.com/2.3.0/pads/191/?format=api",
          "active": true,
          "agencies": [
            {
              "response_mode": "normal",
              "id": 1024,
              "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
              "name": "Virgin Galactic",
              "abbrev": "VG",
              "type": {
                "id": 5,
                "name": "Private"
              },
              "featured": false,
              "country": [
                {
                  "id": 2,
                  "name": "United States of America",
                  "alpha_2_code": "US",
                  "alpha_3_code": "USA",
                  "nationality_name": "American",
                  "nationality_name_composed": "Americano"
                }
              ],
              "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": {
                "id": 32,
                "name": "[AUTO] Virgin Galactic - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                "credit": null,
                "license": {
                  "id": 1,
                  "name": "Unknown",
                  "priority": 9,
                  "link": null
                },
                "single_use": true,
                "variants": []
              },
              "logo": {
                "id": 196,
                "name": "[AUTO] Virgin Galactic - logo",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185159.png",
                "credit": null,
                "license": {
                  "id": 1,
                  "name": "Unknown",
                  "priority": 9,
                  "link": null
                },
                "single_use": true,
                "variants": []
              },
              "social_logo": {
                "id": 101,
                "name": "[AUTO] Virgin Galactic - social_logo",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_nation_20230617045127.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184858.jpeg",
                "credit": null,
                "license": {
                  "id": 1,
                  "name": "Unknown",
                  "priority": 9,
                  "link": null
                },
                "single_use": true,
                "variants": []
              }
            }
          ],
          "name": "Spaceport America",
          "image": null,
          "description": null,
          "info_url": "https://www.spaceportamerica.com/",
          "wiki_url": "https://en.wikipedia.org/wiki/Spaceport_America",
          "map_url": "https://www.google.com/maps?q=32.9902778,-106.9719162",
          "latitude": 32.9902778,
          "longitude": -106.9719162,
          "country": {
            "id": 2,
            "name": "United States of America",
            "alpha_2_code": "US",
            "alpha_3_code": "USA",
            "nationality_name": "American",
            "nationality_name_composed": "Americano"
          },
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
          "total_launch_count": 14,
          "orbital_launch_attempt_count": 0,
          "fastest_turnaround": "P26DT23H33M30S",
          "location": {
            "response_mode": "normal",
            "id": 144,
            "url": "https://ll.thespacedevs.com/2.3.0/locations/144/?format=api",
            "name": "Air launch to Suborbital flight",
            "celestial_body": {
              "response_mode": "normal",
              "id": 1,
              "name": "Earth",
              "type": {
                "id": 1,
                "name": "Planet"
              },
              "diameter": 12742000.0,
              "mass": 5.972168e+24,
              "gravity": 9.80655,
              "length_of_day": "1 00:00:00",
              "atmosphere": true,
              "image": {
                "id": 2040,
                "name": "Earth (Apollo 17)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                "credit": "NASA",
                "license": {
                  "id": 4,
                  "name": "NASA Image and Media Guidelines",
                  "priority": 0,
                  "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": true,
                "variants": []
              },
              "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
              "wiki_url": "https://en.wikipedia.org/wiki/Earth",
              "total_attempted_launches": 7474,
              "successful_launches": 6919,
              "failed_launches": 555,
              "total_attempted_landings": 1290,
              "successful_landings": 1243,
              "failed_landings": 47
            },
            "active": true,
            "country": {
              "id": 17,
              "name": "Unknown",
              "alpha_2_code": "??",
              "alpha_3_code": "???",
              "nationality_name": "Earthling",
              "nationality_name_composed": "Earthling"
            },
            "description": "",
            "image": {
              "id": 32,
              "name": "[AUTO] Virgin Galactic - image",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
              "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
            "longitude": null,
            "latitude": null,
            "timezone_name": "",
            "total_launch_count": 86,
            "total_landing_count": 0
          }
        },
        "webcast_live": false,
        "program": [],
        "orbital_launch_attempt_count": null,
        "location_launch_attempt_count": 79,
        "pad_launch_attempt_count": 7,
        "agency_launch_attempt_count": 60,
        "orbital_launch_attempt_count_year": null,
        "location_launch_attempt_count_year": 2,
        "pad_launch_attempt_count_year": 2,
        "agency_launch_attempt_count_year": 2
      },
      "landing": {
        "id": 1162,
        "url": "https://ll.thespacedevs.com/2.3.0/landings/1162/?format=api",
        "attempt": true,
        "success": true,
        "description": "VSS Unity landed back at Spaceport America after this flight.",
        "downrange_distance": null,
        "landing_location": {
          "id": 13,
          "name": "Spaceport America",
          "active": true,
          "abbrev": "SA",
          "description": "FAA-licensed spaceport  in New Mexico.",
          "location": {
            "response_mode": "normal",
            "id": 31,
            "url": "https://ll.thespacedevs.com/2.3.0/locations/31/?format=api",
            "name": "Spaceport America, NM, USA",
            "active": true,
            "country": {
              "id": 2,
              "name": "United States of America",
              "alpha_2_code": "US",
              "alpha_3_code": "USA",
              "nationality_name": "American",
              "nationality_name_composed": "Americano"
            },
            "description": "Spaceport America is an FAA-licensed spaceport located in the Jornada del Muerto desert basin north of Las Cruces, New Mexico, and southeast of Truth or Consequences. With Virgin Galactic's launch of the VSS Unity, with three people aboard, on May 22, 2021, New Mexico became the third US state to launch humans into space after California and Florida.",
            "image": {
              "id": 2217,
              "name": "Spaceport America",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_20240919165536.jpg",
              "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_thumbnail_20240919165536.jpeg",
              "credit": "Land Rover MENA",
              "license": {
                "id": 28,
                "name": "CC BY 2.0",
                "priority": 6,
                "link": "https://creativecommons.org/licenses/by/2.0/"
              },
              "single_use": false,
              "variants": []
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_31_20200803142505.jpg",
            "longitude": -106.969722,
            "latitude": 32.990278,
            "timezone_name": "America/Denver",
            "total_launch_count": 4,
            "total_landing_count": 4
          },
          "longitude": -106.969722,
          "latitude": 32.990278,
          "image": {
            "id": 2217,
            "name": "Spaceport America",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_20240919165536.jpg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_thumbnail_20240919165536.jpeg",
            "credit": "Land Rover MENA",
            "license": {
              "id": 28,
              "name": "CC BY 2.0",
              "priority": 6,
              "link": "https://creativecommons.org/licenses/by/2.0/"
            },
            "single_use": false,
            "variants": []
          },
          "successful_landings": 17,
          "attempted_landings": 18,
          "failed_landings": 1,
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
          }
        },
        "type": {
          "id": 6,
          "name": "Horizontal Landing",
          "abbrev": "HL",
          "description": "Horizontal landing on a runway or flat surface."
        }
      },
      "duration": "PT14M",
      "turn_around_time": "P29DT2H27M",
      "response_mode": "normal"
    }
  ],
  "spacewalks": []
}