API endpoint that allows Astronaut to be viewed.

GET: Return a list of all the existing astronauts.

MODE: Normal, List, LaunchList and Detailed /2.0.0/astronaut/?mode=detailed

FILTERS: Parameters - 'name', 'status', 'nationality', 'agency__name', 'agency__abbrev', 'date_of_birth', 'date_of_death', 'status_ids' Example - /2.0.0/astronaut/?nationality=American

SEARCH EXAMPLE: /2.0.0/astronaut/?search=armstrong Searches through name, nationality and agency name

ORDERING: Fields - 'name', 'status', 'date_of_birth' Example - /2.0.0/astronaut/?order=name

GET /2.0.0/astronaut/680/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 680,
  "url": "https://ll.thespacedevs.com/2.0.0/astronaut/680/?format=api",
  "name": "Beth Moses",
  "status": {
    "id": 1,
    "name": "Active"
  },
  "type": {
    "id": 3,
    "name": "Private"
  },
  "agency": {
    "id": 1024,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
    "name": "Virgin Galactic",
    "type": "Private"
  },
  "date_of_birth": "1980-05-30",
  "date_of_death": null,
  "nationality": "American",
  "twitter": null,
  "instagram": null,
  "bio": "Beth Moses is Chief Astronaut Instructor and Interiors Program Manager for Virgin Galactic's SpaceShipTwo program, and is a commercial astronaut. She was the first woman to make a spaceflight on a commercially launched vehicle, the VSS Unity VF-01 flight of 22 February 2019.",
  "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/beth_moses_image_20230508160809.png",
  "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185239.png",
  "wiki": "https://en.wikipedia.org/wiki/Beth_Moses",
  "flights": [
    {
      "id": "b17abaa1-ef18-4c29-9ed9-a02eb4967bfa",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/b17abaa1-ef18-4c29-9ed9-a02eb4967bfa/?format=api",
      "launch_library_id": null,
      "slug": "spaceshiptwo-galactic-04",
      "name": "SpaceShipTwo | Galactic 04",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2023-10-06T16:10:30Z",
      "window_end": "2023-10-06T23:00:00Z",
      "window_start": "2023-10-06T14:30:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
      },
      "rocket": {
        "id": 8026,
        "configuration": {
          "id": 465,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
          "name": "SpaceShipTwo",
          "family": "",
          "full_name": "SpaceShipTwo",
          "variant": ""
        }
      },
      "mission": {
        "id": 6557,
        "launch_library_id": null,
        "name": "Galactic 04",
        "description": "Fourth commercial Virgin Galactic mission.",
        "launch_designator": null,
        "type": "Tourism",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 191,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/191/?format=api",
        "agency_id": 1024,
        "name": "Spaceport America",
        "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",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
        "total_launch_count": 14
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "6229654f-e7ea-4d97-80f7-0195161e8645",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/6229654f-e7ea-4d97-80f7-0195161e8645/?format=api",
      "launch_library_id": null,
      "slug": "spaceshiptwo-galactic-02",
      "name": "SpaceShipTwo | Galactic 02",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2023-08-10T15:17:00Z",
      "window_end": "2023-08-10T22:00:00Z",
      "window_start": "2023-08-10T14:00:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
      },
      "rocket": {
        "id": 7906,
        "configuration": {
          "id": 465,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
          "name": "SpaceShipTwo",
          "family": "",
          "full_name": "SpaceShipTwo",
          "variant": ""
        }
      },
      "mission": {
        "id": 6413,
        "launch_library_id": null,
        "name": "Galactic 02",
        "description": "Second commercial Virgin Galactic mission.",
        "launch_designator": null,
        "type": "Tourism",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 191,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/191/?format=api",
        "agency_id": 1024,
        "name": "Spaceport America",
        "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",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
        "total_launch_count": 14
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "384ab3d5-6628-4e14-9f33-50212b52c539",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/384ab3d5-6628-4e14-9f33-50212b52c539/?format=api",
      "launch_library_id": null,
      "slug": "spaceshiptwo-vss-unity-25",
      "name": "SpaceShipTwo | VSS Unity 25",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2023-05-25T16:23:00Z",
      "window_end": "2023-05-25T22:00:00Z",
      "window_start": "2023-05-25T12:00:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
      },
      "rocket": {
        "id": 7850,
        "configuration": {
          "id": 465,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
          "name": "SpaceShipTwo",
          "family": "",
          "full_name": "SpaceShipTwo",
          "variant": ""
        }
      },
      "mission": {
        "id": 6357,
        "launch_library_id": null,
        "name": "VSS Unity 25",
        "description": "Virgin Galactic return to space mission ahead of the first commercial flight.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 191,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/191/?format=api",
        "agency_id": 1024,
        "name": "Spaceport America",
        "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",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
        "total_launch_count": 14
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "ef055ecc-14b7-4b17-acbf-663088c022cd",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ef055ecc-14b7-4b17-acbf-663088c022cd/?format=api",
      "launch_library_id": null,
      "slug": "spaceshiptwo-vss-unity-vf-01",
      "name": "SpaceShipTwo | VSS Unity VF-01",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2019-02-22T16:57:00Z",
      "window_end": "2019-02-22T16:57:00Z",
      "window_start": "2019-02-22T16:57:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
      },
      "rocket": {
        "id": 2946,
        "configuration": {
          "id": 465,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
          "name": "SpaceShipTwo",
          "family": "",
          "full_name": "SpaceShipTwo",
          "variant": ""
        }
      },
      "mission": {
        "id": 1363,
        "launch_library_id": null,
        "name": "VSS Unity VF-01",
        "description": "Powered test flight of VSS Unity. Carried a third crew member in the passenger cabin for the first time.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 190,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/190/?format=api",
        "agency_id": 1024,
        "name": "Mojave Air and Space Port",
        "info_url": "https://www.mojaveairport.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
        "latitude": "35.0594444",
        "longitude": "-118.1538607",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_190_20210522160913.jpg",
        "total_launch_count": 53
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "3c0231ab-5764-4622-b4eb-50eff30ea8be",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/3c0231ab-5764-4622-b4eb-50eff30ea8be/?format=api",
      "launch_library_id": null,
      "slug": "spaceshiptwo-vss-unity-22",
      "name": "SpaceShipTwo | VSS Unity 22",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2021-07-11T15:25:30Z",
      "window_end": "2021-07-11T15:25:30Z",
      "window_start": "2021-07-11T15:25:30Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
      },
      "rocket": {
        "id": 2966,
        "configuration": {
          "id": 465,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
          "name": "SpaceShipTwo",
          "family": "",
          "full_name": "SpaceShipTwo",
          "variant": ""
        }
      },
      "mission": {
        "id": 1389,
        "launch_library_id": null,
        "name": "VSS Unity 22",
        "description": "Powered flight of VSS Unity on the first fully crewed flight. Including the founder Sir Richard Branson.",
        "launch_designator": null,
        "type": "Tourism",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 191,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/191/?format=api",
        "agency_id": 1024,
        "name": "Spaceport America",
        "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",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
        "total_launch_count": 14
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
      "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/spaceshiptwo25_infographic_20210711033153.jpeg",
      "program": []
    }
  ],
  "landings": [
    {
      "id": 816,
      "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/816/?format=api",
      "destination": "Suborbital",
      "mission_end": "2023-10-06T16:24:53Z",
      "spacecraft": {
        "id": 473,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/473/?format=api",
        "name": "VSS Unity",
        "serial_number": "N202VG",
        "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": {
          "id": 27,
          "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/27/?format=api",
          "name": "SpaceShipTwo",
          "type": {
            "id": 3,
            "name": "Spaceplane"
          },
          "agency": {
            "id": 1024,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
            "name": "Virgin Galactic",
            "type": "Private"
          },
          "in_use": true,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
        }
      },
      "launch": {
        "id": "b17abaa1-ef18-4c29-9ed9-a02eb4967bfa",
        "url": "https://ll.thespacedevs.com/2.0.0/launch/b17abaa1-ef18-4c29-9ed9-a02eb4967bfa/?format=api",
        "launch_library_id": null,
        "slug": "spaceshiptwo-galactic-04",
        "name": "SpaceShipTwo | Galactic 04",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "2023-10-06T16:10:30Z",
        "window_end": "2023-10-06T23:00:00Z",
        "window_start": "2023-10-06T14:30:00Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "id": 1024,
          "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
          "name": "Virgin Galactic",
          "type": "Private"
        },
        "rocket": {
          "id": 8026,
          "configuration": {
            "id": 465,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
            "name": "SpaceShipTwo",
            "family": "",
            "full_name": "SpaceShipTwo",
            "variant": ""
          }
        },
        "mission": {
          "id": 6557,
          "launch_library_id": null,
          "name": "Galactic 04",
          "description": "Fourth commercial Virgin Galactic mission.",
          "launch_designator": null,
          "type": "Tourism",
          "orbit": {
            "id": 15,
            "name": "Suborbital",
            "abbrev": "Sub"
          }
        },
        "pad": {
          "id": 191,
          "url": "https://ll.thespacedevs.com/2.0.0/pad/191/?format=api",
          "agency_id": 1024,
          "name": "Spaceport America",
          "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",
          "location": {
            "id": 144,
            "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
            "name": "Air launch to Suborbital flight",
            "country_code": "???",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
            "total_launch_count": 86,
            "total_landing_count": 0
          },
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
          "total_launch_count": 14
        },
        "webcast_live": false,
        "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
        "infographic": null,
        "program": []
      }
    },
    {
      "id": 810,
      "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/810/?format=api",
      "destination": "Suborbital",
      "mission_end": "2023-08-10T15:33:02Z",
      "spacecraft": {
        "id": 473,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/473/?format=api",
        "name": "VSS Unity",
        "serial_number": "N202VG",
        "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": {
          "id": 27,
          "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/27/?format=api",
          "name": "SpaceShipTwo",
          "type": {
            "id": 3,
            "name": "Spaceplane"
          },
          "agency": {
            "id": 1024,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
            "name": "Virgin Galactic",
            "type": "Private"
          },
          "in_use": true,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
        }
      },
      "launch": {
        "id": "6229654f-e7ea-4d97-80f7-0195161e8645",
        "url": "https://ll.thespacedevs.com/2.0.0/launch/6229654f-e7ea-4d97-80f7-0195161e8645/?format=api",
        "launch_library_id": null,
        "slug": "spaceshiptwo-galactic-02",
        "name": "SpaceShipTwo | Galactic 02",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "2023-08-10T15:17:00Z",
        "window_end": "2023-08-10T22:00:00Z",
        "window_start": "2023-08-10T14:00:00Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "id": 1024,
          "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
          "name": "Virgin Galactic",
          "type": "Private"
        },
        "rocket": {
          "id": 7906,
          "configuration": {
            "id": 465,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
            "name": "SpaceShipTwo",
            "family": "",
            "full_name": "SpaceShipTwo",
            "variant": ""
          }
        },
        "mission": {
          "id": 6413,
          "launch_library_id": null,
          "name": "Galactic 02",
          "description": "Second commercial Virgin Galactic mission.",
          "launch_designator": null,
          "type": "Tourism",
          "orbit": {
            "id": 15,
            "name": "Suborbital",
            "abbrev": "Sub"
          }
        },
        "pad": {
          "id": 191,
          "url": "https://ll.thespacedevs.com/2.0.0/pad/191/?format=api",
          "agency_id": 1024,
          "name": "Spaceport America",
          "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",
          "location": {
            "id": 144,
            "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
            "name": "Air launch to Suborbital flight",
            "country_code": "???",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
            "total_launch_count": 86,
            "total_landing_count": 0
          },
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
          "total_launch_count": 14
        },
        "webcast_live": false,
        "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
        "infographic": null,
        "program": []
      }
    },
    {
      "id": 807,
      "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/807/?format=api",
      "destination": "Suborbital",
      "mission_end": "2023-05-25T16:37:00Z",
      "spacecraft": {
        "id": 473,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/473/?format=api",
        "name": "VSS Unity",
        "serial_number": "N202VG",
        "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": {
          "id": 27,
          "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/27/?format=api",
          "name": "SpaceShipTwo",
          "type": {
            "id": 3,
            "name": "Spaceplane"
          },
          "agency": {
            "id": 1024,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
            "name": "Virgin Galactic",
            "type": "Private"
          },
          "in_use": true,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
        }
      },
      "launch": {
        "id": "384ab3d5-6628-4e14-9f33-50212b52c539",
        "url": "https://ll.thespacedevs.com/2.0.0/launch/384ab3d5-6628-4e14-9f33-50212b52c539/?format=api",
        "launch_library_id": null,
        "slug": "spaceshiptwo-vss-unity-25",
        "name": "SpaceShipTwo | VSS Unity 25",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "2023-05-25T16:23:00Z",
        "window_end": "2023-05-25T22:00:00Z",
        "window_start": "2023-05-25T12:00:00Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "id": 1024,
          "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
          "name": "Virgin Galactic",
          "type": "Private"
        },
        "rocket": {
          "id": 7850,
          "configuration": {
            "id": 465,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
            "name": "SpaceShipTwo",
            "family": "",
            "full_name": "SpaceShipTwo",
            "variant": ""
          }
        },
        "mission": {
          "id": 6357,
          "launch_library_id": null,
          "name": "VSS Unity 25",
          "description": "Virgin Galactic return to space mission ahead of the first commercial flight.",
          "launch_designator": null,
          "type": "Test Flight",
          "orbit": {
            "id": 15,
            "name": "Suborbital",
            "abbrev": "Sub"
          }
        },
        "pad": {
          "id": 191,
          "url": "https://ll.thespacedevs.com/2.0.0/pad/191/?format=api",
          "agency_id": 1024,
          "name": "Spaceport America",
          "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",
          "location": {
            "id": 144,
            "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
            "name": "Air launch to Suborbital flight",
            "country_code": "???",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
            "total_launch_count": 86,
            "total_landing_count": 0
          },
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
          "total_launch_count": 14
        },
        "webcast_live": false,
        "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
        "infographic": null,
        "program": []
      }
    },
    {
      "id": 675,
      "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/675/?format=api",
      "destination": "Suborbital",
      "mission_end": "2021-07-11T15:41:00Z",
      "spacecraft": {
        "id": 473,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/473/?format=api",
        "name": "VSS Unity",
        "serial_number": "N202VG",
        "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": {
          "id": 27,
          "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/27/?format=api",
          "name": "SpaceShipTwo",
          "type": {
            "id": 3,
            "name": "Spaceplane"
          },
          "agency": {
            "id": 1024,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
            "name": "Virgin Galactic",
            "type": "Private"
          },
          "in_use": true,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
        }
      },
      "launch": {
        "id": "3c0231ab-5764-4622-b4eb-50eff30ea8be",
        "url": "https://ll.thespacedevs.com/2.0.0/launch/3c0231ab-5764-4622-b4eb-50eff30ea8be/?format=api",
        "launch_library_id": null,
        "slug": "spaceshiptwo-vss-unity-22",
        "name": "SpaceShipTwo | VSS Unity 22",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "2021-07-11T15:25:30Z",
        "window_end": "2021-07-11T15:25:30Z",
        "window_start": "2021-07-11T15:25:30Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "id": 1024,
          "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
          "name": "Virgin Galactic",
          "type": "Private"
        },
        "rocket": {
          "id": 2966,
          "configuration": {
            "id": 465,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
            "name": "SpaceShipTwo",
            "family": "",
            "full_name": "SpaceShipTwo",
            "variant": ""
          }
        },
        "mission": {
          "id": 1389,
          "launch_library_id": null,
          "name": "VSS Unity 22",
          "description": "Powered flight of VSS Unity on the first fully crewed flight. Including the founder Sir Richard Branson.",
          "launch_designator": null,
          "type": "Tourism",
          "orbit": {
            "id": 15,
            "name": "Suborbital",
            "abbrev": "Sub"
          }
        },
        "pad": {
          "id": 191,
          "url": "https://ll.thespacedevs.com/2.0.0/pad/191/?format=api",
          "agency_id": 1024,
          "name": "Spaceport America",
          "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",
          "location": {
            "id": 144,
            "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
            "name": "Air launch to Suborbital flight",
            "country_code": "???",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
            "total_launch_count": 86,
            "total_landing_count": 0
          },
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
          "total_launch_count": 14
        },
        "webcast_live": false,
        "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
        "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/spaceshiptwo25_infographic_20210711033153.jpeg",
        "program": []
      }
    },
    {
      "id": 664,
      "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/664/?format=api",
      "destination": "Suborbital",
      "mission_end": "2019-02-22T17:23:00Z",
      "spacecraft": {
        "id": 473,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/473/?format=api",
        "name": "VSS Unity",
        "serial_number": "N202VG",
        "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": {
          "id": 27,
          "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/27/?format=api",
          "name": "SpaceShipTwo",
          "type": {
            "id": 3,
            "name": "Spaceplane"
          },
          "agency": {
            "id": 1024,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
            "name": "Virgin Galactic",
            "type": "Private"
          },
          "in_use": true,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
        }
      },
      "launch": {
        "id": "ef055ecc-14b7-4b17-acbf-663088c022cd",
        "url": "https://ll.thespacedevs.com/2.0.0/launch/ef055ecc-14b7-4b17-acbf-663088c022cd/?format=api",
        "launch_library_id": null,
        "slug": "spaceshiptwo-vss-unity-vf-01",
        "name": "SpaceShipTwo | VSS Unity VF-01",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "2019-02-22T16:57:00Z",
        "window_end": "2019-02-22T16:57:00Z",
        "window_start": "2019-02-22T16:57:00Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "id": 1024,
          "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
          "name": "Virgin Galactic",
          "type": "Private"
        },
        "rocket": {
          "id": 2946,
          "configuration": {
            "id": 465,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
            "name": "SpaceShipTwo",
            "family": "",
            "full_name": "SpaceShipTwo",
            "variant": ""
          }
        },
        "mission": {
          "id": 1363,
          "launch_library_id": null,
          "name": "VSS Unity VF-01",
          "description": "Powered test flight of VSS Unity. Carried a third crew member in the passenger cabin for the first time.",
          "launch_designator": null,
          "type": "Test Flight",
          "orbit": {
            "id": 15,
            "name": "Suborbital",
            "abbrev": "Sub"
          }
        },
        "pad": {
          "id": 190,
          "url": "https://ll.thespacedevs.com/2.0.0/pad/190/?format=api",
          "agency_id": 1024,
          "name": "Mojave Air and Space Port",
          "info_url": "https://www.mojaveairport.com/",
          "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
          "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
          "latitude": "35.0594444",
          "longitude": "-118.1538607",
          "location": {
            "id": 144,
            "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
            "name": "Air launch to Suborbital flight",
            "country_code": "???",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
            "total_launch_count": 86,
            "total_landing_count": 0
          },
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_190_20210522160913.jpg",
          "total_launch_count": 53
        },
        "webcast_live": false,
        "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
        "infographic": null,
        "program": []
      }
    }
  ],
  "last_flight": "2023-10-06T16:10:30Z",
  "first_flight": "2019-02-22T16:57:00Z"
}