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/671/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 671,
    "url": "https://ll.thespacedevs.com/2.2.0/astronaut/671/?format=api",
    "name": "Michael Alsbury",
    "status": {
        "id": 4,
        "name": "Lost In Flight"
    },
    "type": {
        "id": 3,
        "name": "Private"
    },
    "in_space": false,
    "time_in_space": "P0D",
    "eva_time": "P0D",
    "agency": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
    },
    "age": 39,
    "date_of_birth": "1975-03-19",
    "date_of_death": "2014-10-31",
    "nationality": "American",
    "twitter": null,
    "instagram": null,
    "bio": "Michael Tyner Alsbury was an American test pilot for Scaled Composites. On October 31, 2014, Alsbury was test flying the Virgin Galactic SpaceShipTwo, VSS Enterprise with Peter Siebold. The craft broke up in-flight, resulting in a total loss of VSS Enterprise, which crashed in the California Mojave Desert.",
    "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/michael_alsbury_image_20210522144654.jpg",
    "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190310.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/Michael_Alsbury",
    "flights": [
        {
            "id": "b74dd1c6-3472-4f1c-ae0c-8d56a06f95cc",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/b74dd1c6-3472-4f1c-ae0c-8d56a06f95cc/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-pf04",
            "name": "SpaceShipTwo | VSS Enterprise PF04",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2023-06-14T08:57:42Z",
            "net": "2014-10-31T12:00:00Z",
            "window_end": "2014-10-31T12:00:00Z",
            "window_start": "2014-10-31T12:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "type": "Private"
            },
            "rocket": {
                "id": 2930,
                "configuration": {
                    "id": 465,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                    "name": "SpaceShipTwo",
                    "family": "",
                    "full_name": "SpaceShipTwo",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1347,
                "name": "VSS Enterprise PF04",
                "description": "Powered test flight of VSS Enterprise. Unintended feathering destroyed the vehicle in-flight, killed one pilot and injured the other.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 190,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
                "agency_id": 1024,
                "name": "Mojave Air and Space Port",
                "description": null,
                "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.2.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                    "timezone_name": "",
                    "total_launch_count": 85,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                "total_launch_count": 53,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 56,
            "pad_launch_attempt_count": 37,
            "agency_launch_attempt_count": 37,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        },
        {
            "id": "52ebc2af-1a42-4cd0-a9a0-09d4f3472ba3",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/52ebc2af-1a42-4cd0-a9a0-09d4f3472ba3/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-cf02",
            "name": "SpaceShipTwo | VSS Enterprise CF02",
            "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-06-14T08:57:42Z",
            "net": "2014-08-28T12:00:00Z",
            "window_end": "2014-08-28T12:00:00Z",
            "window_start": "2014-08-28T12:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "type": "Private"
            },
            "rocket": {
                "id": 2928,
                "configuration": {
                    "id": 465,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                    "name": "SpaceShipTwo",
                    "family": "",
                    "full_name": "SpaceShipTwo",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1345,
                "name": "VSS Enterprise CF02",
                "description": "Cold flow test flight of VSS Enterprise.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 190,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
                "agency_id": 1024,
                "name": "Mojave Air and Space Port",
                "description": null,
                "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.2.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                    "timezone_name": "",
                    "total_launch_count": 85,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                "total_launch_count": 53,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 54,
            "pad_launch_attempt_count": 35,
            "agency_launch_attempt_count": 35,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "de4e3029-e22c-4da7-80fc-7b32026c0322",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/de4e3029-e22c-4da7-80fc-7b32026c0322/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-gf17",
            "name": "SpaceShipTwo | VSS Enterprise GF17",
            "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-06-14T08:57:42Z",
            "net": "2012-06-26T12:00:00Z",
            "window_end": "2012-06-26T12:00:00Z",
            "window_start": "2012-06-26T12:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "type": "Private"
            },
            "rocket": {
                "id": 2910,
                "configuration": {
                    "id": 465,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                    "name": "SpaceShipTwo",
                    "family": "",
                    "full_name": "SpaceShipTwo",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1327,
                "name": "VSS Enterprise GF17",
                "description": "Free glide test flight of VSS Enterprise.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 190,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
                "agency_id": 1024,
                "name": "Mojave Air and Space Port",
                "description": null,
                "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.2.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                    "timezone_name": "",
                    "total_launch_count": 85,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                "total_launch_count": 53,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 37,
            "pad_launch_attempt_count": 18,
            "agency_launch_attempt_count": 18,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "d34f348f-69be-439a-a951-5abe302054e4",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/d34f348f-69be-439a-a951-5abe302054e4/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-gf01",
            "name": "SpaceShipTwo | VSS Enterprise GF01",
            "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-06-14T08:57:43Z",
            "net": "2010-10-10T12:00:00Z",
            "window_end": "2010-10-10T12:00:00Z",
            "window_start": "2010-10-10T12:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "type": "Private"
            },
            "rocket": {
                "id": 2893,
                "configuration": {
                    "id": 465,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                    "name": "SpaceShipTwo",
                    "family": "",
                    "full_name": "SpaceShipTwo",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1310,
                "name": "VSS Enterprise GF01",
                "description": "Free glide test flight of VSS Enterprise.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 190,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
                "agency_id": 1024,
                "name": "Mojave Air and Space Port",
                "description": null,
                "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.2.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                    "timezone_name": "",
                    "total_launch_count": 85,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                "total_launch_count": 53,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 20,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 1,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "4aadb688-6852-4531-918f-5d73ea059cd0",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/4aadb688-6852-4531-918f-5d73ea059cd0/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-gf06",
            "name": "SpaceShipTwo | VSS Enterprise GF06",
            "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-06-14T08:57:53Z",
            "net": "2011-04-27T12:00:00Z",
            "window_end": "2011-04-27T12:00:00Z",
            "window_start": "2011-04-27T12:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "type": "Private"
            },
            "rocket": {
                "id": 2898,
                "configuration": {
                    "id": 465,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                    "name": "SpaceShipTwo",
                    "family": "",
                    "full_name": "SpaceShipTwo",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1315,
                "name": "VSS Enterprise GF06",
                "description": "Free glide test flight of VSS Enterprise.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 190,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
                "agency_id": 1024,
                "name": "Mojave Air and Space Port",
                "description": null,
                "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.2.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                    "timezone_name": "",
                    "total_launch_count": 85,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                "total_launch_count": 53,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 25,
            "pad_launch_attempt_count": 6,
            "agency_launch_attempt_count": 6,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "59609c05-717c-4009-a466-f8bb1d90b56b",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/59609c05-717c-4009-a466-f8bb1d90b56b/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-gf23",
            "name": "SpaceShipTwo | VSS Enterprise GF23",
            "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-06-14T08:57:53Z",
            "net": "2012-12-19T12:00:00Z",
            "window_end": "2012-12-19T12:00:00Z",
            "window_start": "2012-12-19T12:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "type": "Private"
            },
            "rocket": {
                "id": 2916,
                "configuration": {
                    "id": 465,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                    "name": "SpaceShipTwo",
                    "family": "",
                    "full_name": "SpaceShipTwo",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1333,
                "name": "VSS Enterprise GF23",
                "description": "Free glide test flight of VSS Enterprise.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 190,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
                "agency_id": 1024,
                "name": "Mojave Air and Space Port",
                "description": null,
                "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.2.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                    "timezone_name": "",
                    "total_launch_count": 85,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                "total_launch_count": 53,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 43,
            "pad_launch_attempt_count": 24,
            "agency_launch_attempt_count": 24,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 7,
            "pad_launch_attempt_count_year": 7,
            "agency_launch_attempt_count_year": 7,
            "type": "normal"
        },
        {
            "id": "5fcef514-a589-48c5-a7e3-b03e33700002",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/5fcef514-a589-48c5-a7e3-b03e33700002/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-gf02",
            "name": "SpaceShipTwo | VSS Enterprise GF02",
            "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-06-14T08:57:52Z",
            "net": "2010-10-28T12:00:00Z",
            "window_end": "2010-10-28T12:00:00Z",
            "window_start": "2010-10-28T12:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "type": "Private"
            },
            "rocket": {
                "id": 2894,
                "configuration": {
                    "id": 465,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                    "name": "SpaceShipTwo",
                    "family": "",
                    "full_name": "SpaceShipTwo",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1311,
                "name": "VSS Enterprise GF02",
                "description": "Free glide test flight of VSS Enterprise.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 190,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
                "agency_id": 1024,
                "name": "Mojave Air and Space Port",
                "description": null,
                "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.2.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                    "timezone_name": "",
                    "total_launch_count": 85,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                "total_launch_count": 53,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 21,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 2,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "b15ac98f-755d-4add-bc7c-8d6b8bab4c08",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/b15ac98f-755d-4add-bc7c-8d6b8bab4c08/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-pf01",
            "name": "SpaceShipTwo | VSS Enterprise PF01",
            "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-06-14T08:57:53Z",
            "net": "2013-04-29T12:00:00Z",
            "window_end": "2013-04-29T12:00:00Z",
            "window_start": "2013-04-29T12:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "type": "Private"
            },
            "rocket": {
                "id": 2919,
                "configuration": {
                    "id": 465,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                    "name": "SpaceShipTwo",
                    "family": "",
                    "full_name": "SpaceShipTwo",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1336,
                "name": "VSS Enterprise PF01",
                "description": "Powered test flight of VSS Enterprise.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 190,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
                "agency_id": 1024,
                "name": "Mojave Air and Space Port",
                "description": null,
                "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.2.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                    "timezone_name": "",
                    "total_launch_count": 85,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                "total_launch_count": 53,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 46,
            "pad_launch_attempt_count": 27,
            "agency_launch_attempt_count": 27,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "caa4f883-5236-4ad9-9e83-78396ad78b21",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/caa4f883-5236-4ad9-9e83-78396ad78b21/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-cf01",
            "name": "SpaceShipTwo | VSS Enterprise CF01",
            "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-06-14T08:57:52Z",
            "net": "2013-04-12T12:00:00Z",
            "window_end": "2013-04-12T12:00:00Z",
            "window_start": "2013-04-12T12:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "type": "Private"
            },
            "rocket": {
                "id": 2918,
                "configuration": {
                    "id": 465,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                    "name": "SpaceShipTwo",
                    "family": "",
                    "full_name": "SpaceShipTwo",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1335,
                "name": "VSS Enterprise CF01",
                "description": "Cold flow test flight of VSS Enterprise.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 190,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
                "agency_id": 1024,
                "name": "Mojave Air and Space Port",
                "description": null,
                "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.2.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                    "timezone_name": "",
                    "total_launch_count": 85,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                "total_launch_count": 53,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 45,
            "pad_launch_attempt_count": 26,
            "agency_launch_attempt_count": 26,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        }
    ],
    "landings": [
        {
            "id": 637,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/637/?format=api",
            "destination": "Suborbital",
            "mission_end": "2013-04-29T12:00:00Z",
            "spacecraft": {
                "id": 472,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/472/?format=api",
                "name": "VSS Enterprise",
                "serial_number": "N339SS",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT12H",
                "time_docked": "P0D",
                "flights_count": 37,
                "mission_ends_count": 37,
                "status": {
                    "id": 3,
                    "name": "Destroyed"
                },
                "description": "VSS Enterprise was the first SpaceShipTwo (SS2) spaceplane, built by Scaled Composites for Virgin Galactic. As of 2004, it was planned to be the first of five commercial suborbital SS2 spacecraft planned by Virgin Galactic. Enterprise was destroyed during a powered test flight on 31 October 2014, killing one pilot, Michael Alsbury, and seriously injuring another, Peter Siebold. An investigation revealed the accident was caused by premature deployment of the \"feathering\" system, the ship's descent device; the NTSB also faulted the spacecraft's design for lacking fail-safe mechanisms that could have deterred or prevented early deployment.",
                "spacecraft_config": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/27/?format=api",
                    "name": "SpaceShipTwo",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "type": "Private"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
                }
            },
            "launch": {
                "id": "b15ac98f-755d-4add-bc7c-8d6b8bab4c08",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/b15ac98f-755d-4add-bc7c-8d6b8bab4c08/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-pf01",
                "name": "SpaceShipTwo | VSS Enterprise PF01",
                "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-06-14T08:57:53Z",
                "net": "2013-04-29T12:00:00Z",
                "window_end": "2013-04-29T12:00:00Z",
                "window_start": "2013-04-29T12:00:00Z",
                "net_precision": null,
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 1024,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                    "name": "Virgin Galactic",
                    "type": "Private"
                },
                "rocket": {
                    "id": 2919,
                    "configuration": {
                        "id": 465,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                        "name": "SpaceShipTwo",
                        "family": "",
                        "full_name": "SpaceShipTwo",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 1336,
                    "name": "VSS Enterprise PF01",
                    "description": "Powered test flight of VSS Enterprise.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 190,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
                    "agency_id": 1024,
                    "name": "Mojave Air and Space Port",
                    "description": null,
                    "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.2.0/location/144/?format=api",
                        "name": "Air launch to Suborbital flight",
                        "country_code": "???",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                        "timezone_name": "",
                        "total_launch_count": 85,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                    "total_launch_count": 53,
                    "orbital_launch_attempt_count": 0
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                "infographic": null,
                "program": [],
                "orbital_launch_attempt_count": null,
                "location_launch_attempt_count": 46,
                "pad_launch_attempt_count": 27,
                "agency_launch_attempt_count": 27,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 3,
                "pad_launch_attempt_count_year": 3,
                "agency_launch_attempt_count_year": 3,
                "type": "normal"
            },
            "landing": {
                "id": 1107,
                "attempt": true,
                "success": true,
                "description": "VSS Enterprise successfully landed back at the Mojave Air and Space Port after this flight.",
                "downrange_distance": null,
                "location": {
                    "id": 25,
                    "name": "Mojave Air and Space Port",
                    "abbrev": "MASP",
                    "description": "Mojave Air and Space Port",
                    "location": null,
                    "successful_landings": 0
                },
                "type": {
                    "id": 6,
                    "name": "Horizontal Landing",
                    "abbrev": "HL",
                    "description": "Horizontal landing on a runway or flat surface."
                }
            }
        },
        {
            "id": 636,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/636/?format=api",
            "destination": "Suborbital",
            "mission_end": "2013-04-12T12:00:00Z",
            "spacecraft": {
                "id": 472,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/472/?format=api",
                "name": "VSS Enterprise",
                "serial_number": "N339SS",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT12H",
                "time_docked": "P0D",
                "flights_count": 37,
                "mission_ends_count": 37,
                "status": {
                    "id": 3,
                    "name": "Destroyed"
                },
                "description": "VSS Enterprise was the first SpaceShipTwo (SS2) spaceplane, built by Scaled Composites for Virgin Galactic. As of 2004, it was planned to be the first of five commercial suborbital SS2 spacecraft planned by Virgin Galactic. Enterprise was destroyed during a powered test flight on 31 October 2014, killing one pilot, Michael Alsbury, and seriously injuring another, Peter Siebold. An investigation revealed the accident was caused by premature deployment of the \"feathering\" system, the ship's descent device; the NTSB also faulted the spacecraft's design for lacking fail-safe mechanisms that could have deterred or prevented early deployment.",
                "spacecraft_config": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/27/?format=api",
                    "name": "SpaceShipTwo",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "type": "Private"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
                }
            },
            "launch": {
                "id": "caa4f883-5236-4ad9-9e83-78396ad78b21",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/caa4f883-5236-4ad9-9e83-78396ad78b21/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-cf01",
                "name": "SpaceShipTwo | VSS Enterprise CF01",
                "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-06-14T08:57:52Z",
                "net": "2013-04-12T12:00:00Z",
                "window_end": "2013-04-12T12:00:00Z",
                "window_start": "2013-04-12T12:00:00Z",
                "net_precision": null,
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 1024,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                    "name": "Virgin Galactic",
                    "type": "Private"
                },
                "rocket": {
                    "id": 2918,
                    "configuration": {
                        "id": 465,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                        "name": "SpaceShipTwo",
                        "family": "",
                        "full_name": "SpaceShipTwo",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 1335,
                    "name": "VSS Enterprise CF01",
                    "description": "Cold flow test flight of VSS Enterprise.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 190,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
                    "agency_id": 1024,
                    "name": "Mojave Air and Space Port",
                    "description": null,
                    "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.2.0/location/144/?format=api",
                        "name": "Air launch to Suborbital flight",
                        "country_code": "???",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                        "timezone_name": "",
                        "total_launch_count": 85,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                    "total_launch_count": 53,
                    "orbital_launch_attempt_count": 0
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                "infographic": null,
                "program": [],
                "orbital_launch_attempt_count": null,
                "location_launch_attempt_count": 45,
                "pad_launch_attempt_count": 26,
                "agency_launch_attempt_count": 26,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 2,
                "pad_launch_attempt_count_year": 2,
                "agency_launch_attempt_count_year": 2,
                "type": "normal"
            },
            "landing": {
                "id": 1075,
                "attempt": true,
                "success": true,
                "description": "VSS Enterprise successfully landed back at the Mojave Air and Space Port after this flight.",
                "downrange_distance": null,
                "location": {
                    "id": 25,
                    "name": "Mojave Air and Space Port",
                    "abbrev": "MASP",
                    "description": "Mojave Air and Space Port",
                    "location": null,
                    "successful_landings": 0
                },
                "type": {
                    "id": 6,
                    "name": "Horizontal Landing",
                    "abbrev": "HL",
                    "description": "Horizontal landing on a runway or flat surface."
                }
            }
        },
        {
            "id": 634,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/634/?format=api",
            "destination": "Suborbital",
            "mission_end": "2012-12-19T12:00:00Z",
            "spacecraft": {
                "id": 472,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/472/?format=api",
                "name": "VSS Enterprise",
                "serial_number": "N339SS",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT12H",
                "time_docked": "P0D",
                "flights_count": 37,
                "mission_ends_count": 37,
                "status": {
                    "id": 3,
                    "name": "Destroyed"
                },
                "description": "VSS Enterprise was the first SpaceShipTwo (SS2) spaceplane, built by Scaled Composites for Virgin Galactic. As of 2004, it was planned to be the first of five commercial suborbital SS2 spacecraft planned by Virgin Galactic. Enterprise was destroyed during a powered test flight on 31 October 2014, killing one pilot, Michael Alsbury, and seriously injuring another, Peter Siebold. An investigation revealed the accident was caused by premature deployment of the \"feathering\" system, the ship's descent device; the NTSB also faulted the spacecraft's design for lacking fail-safe mechanisms that could have deterred or prevented early deployment.",
                "spacecraft_config": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/27/?format=api",
                    "name": "SpaceShipTwo",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "type": "Private"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
                }
            },
            "launch": {
                "id": "59609c05-717c-4009-a466-f8bb1d90b56b",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/59609c05-717c-4009-a466-f8bb1d90b56b/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-gf23",
                "name": "SpaceShipTwo | VSS Enterprise GF23",
                "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-06-14T08:57:53Z",
                "net": "2012-12-19T12:00:00Z",
                "window_end": "2012-12-19T12:00:00Z",
                "window_start": "2012-12-19T12:00:00Z",
                "net_precision": null,
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 1024,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                    "name": "Virgin Galactic",
                    "type": "Private"
                },
                "rocket": {
                    "id": 2916,
                    "configuration": {
                        "id": 465,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                        "name": "SpaceShipTwo",
                        "family": "",
                        "full_name": "SpaceShipTwo",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 1333,
                    "name": "VSS Enterprise GF23",
                    "description": "Free glide test flight of VSS Enterprise.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 190,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
                    "agency_id": 1024,
                    "name": "Mojave Air and Space Port",
                    "description": null,
                    "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.2.0/location/144/?format=api",
                        "name": "Air launch to Suborbital flight",
                        "country_code": "???",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                        "timezone_name": "",
                        "total_launch_count": 85,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                    "total_launch_count": 53,
                    "orbital_launch_attempt_count": 0
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                "infographic": null,
                "program": [],
                "orbital_launch_attempt_count": null,
                "location_launch_attempt_count": 43,
                "pad_launch_attempt_count": 24,
                "agency_launch_attempt_count": 24,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 7,
                "pad_launch_attempt_count_year": 7,
                "agency_launch_attempt_count_year": 7,
                "type": "normal"
            },
            "landing": {
                "id": 1099,
                "attempt": true,
                "success": true,
                "description": "VSS Enterprise successfully landed back at the Mojave Air and Space Port after this flight.",
                "downrange_distance": null,
                "location": {
                    "id": 25,
                    "name": "Mojave Air and Space Port",
                    "abbrev": "MASP",
                    "description": "Mojave Air and Space Port",
                    "location": null,
                    "successful_landings": 0
                },
                "type": {
                    "id": 6,
                    "name": "Horizontal Landing",
                    "abbrev": "HL",
                    "description": "Horizontal landing on a runway or flat surface."
                }
            }
        },
        {
            "id": 628,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/628/?format=api",
            "destination": "Suborbital",
            "mission_end": "2012-06-26T12:00:00Z",
            "spacecraft": {
                "id": 472,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/472/?format=api",
                "name": "VSS Enterprise",
                "serial_number": "N339SS",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT12H",
                "time_docked": "P0D",
                "flights_count": 37,
                "mission_ends_count": 37,
                "status": {
                    "id": 3,
                    "name": "Destroyed"
                },
                "description": "VSS Enterprise was the first SpaceShipTwo (SS2) spaceplane, built by Scaled Composites for Virgin Galactic. As of 2004, it was planned to be the first of five commercial suborbital SS2 spacecraft planned by Virgin Galactic. Enterprise was destroyed during a powered test flight on 31 October 2014, killing one pilot, Michael Alsbury, and seriously injuring another, Peter Siebold. An investigation revealed the accident was caused by premature deployment of the \"feathering\" system, the ship's descent device; the NTSB also faulted the spacecraft's design for lacking fail-safe mechanisms that could have deterred or prevented early deployment.",
                "spacecraft_config": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/27/?format=api",
                    "name": "SpaceShipTwo",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "type": "Private"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
                }
            },
            "launch": {
                "id": "de4e3029-e22c-4da7-80fc-7b32026c0322",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/de4e3029-e22c-4da7-80fc-7b32026c0322/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-gf17",
                "name": "SpaceShipTwo | VSS Enterprise GF17",
                "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-06-14T08:57:42Z",
                "net": "2012-06-26T12:00:00Z",
                "window_end": "2012-06-26T12:00:00Z",
                "window_start": "2012-06-26T12:00:00Z",
                "net_precision": null,
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 1024,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                    "name": "Virgin Galactic",
                    "type": "Private"
                },
                "rocket": {
                    "id": 2910,
                    "configuration": {
                        "id": 465,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                        "name": "SpaceShipTwo",
                        "family": "",
                        "full_name": "SpaceShipTwo",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 1327,
                    "name": "VSS Enterprise GF17",
                    "description": "Free glide test flight of VSS Enterprise.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 190,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
                    "agency_id": 1024,
                    "name": "Mojave Air and Space Port",
                    "description": null,
                    "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.2.0/location/144/?format=api",
                        "name": "Air launch to Suborbital flight",
                        "country_code": "???",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                        "timezone_name": "",
                        "total_launch_count": 85,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                    "total_launch_count": 53,
                    "orbital_launch_attempt_count": 0
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                "infographic": null,
                "program": [],
                "orbital_launch_attempt_count": null,
                "location_launch_attempt_count": 37,
                "pad_launch_attempt_count": 18,
                "agency_launch_attempt_count": 18,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 1,
                "pad_launch_attempt_count_year": 1,
                "agency_launch_attempt_count_year": 1,
                "type": "normal"
            },
            "landing": {
                "id": 1093,
                "attempt": true,
                "success": true,
                "description": "VSS Enterprise successfully landed back at the Mojave Air and Space Port after this flight.",
                "downrange_distance": null,
                "location": {
                    "id": 25,
                    "name": "Mojave Air and Space Port",
                    "abbrev": "MASP",
                    "description": "Mojave Air and Space Port",
                    "location": null,
                    "successful_landings": 0
                },
                "type": {
                    "id": 6,
                    "name": "Horizontal Landing",
                    "abbrev": "HL",
                    "description": "Horizontal landing on a runway or flat surface."
                }
            }
        },
        {
            "id": 648,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/648/?format=api",
            "destination": "Suborbital",
            "mission_end": "2014-10-31T12:00:00Z",
            "spacecraft": {
                "id": 472,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/472/?format=api",
                "name": "VSS Enterprise",
                "serial_number": "N339SS",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT12H",
                "time_docked": "P0D",
                "flights_count": 37,
                "mission_ends_count": 37,
                "status": {
                    "id": 3,
                    "name": "Destroyed"
                },
                "description": "VSS Enterprise was the first SpaceShipTwo (SS2) spaceplane, built by Scaled Composites for Virgin Galactic. As of 2004, it was planned to be the first of five commercial suborbital SS2 spacecraft planned by Virgin Galactic. Enterprise was destroyed during a powered test flight on 31 October 2014, killing one pilot, Michael Alsbury, and seriously injuring another, Peter Siebold. An investigation revealed the accident was caused by premature deployment of the \"feathering\" system, the ship's descent device; the NTSB also faulted the spacecraft's design for lacking fail-safe mechanisms that could have deterred or prevented early deployment.",
                "spacecraft_config": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/27/?format=api",
                    "name": "SpaceShipTwo",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "type": "Private"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
                }
            },
            "launch": {
                "id": "b74dd1c6-3472-4f1c-ae0c-8d56a06f95cc",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/b74dd1c6-3472-4f1c-ae0c-8d56a06f95cc/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-pf04",
                "name": "SpaceShipTwo | VSS Enterprise PF04",
                "status": {
                    "id": 4,
                    "name": "Launch Failure",
                    "abbrev": "Failure",
                    "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
                },
                "last_updated": "2023-06-14T08:57:42Z",
                "net": "2014-10-31T12:00:00Z",
                "window_end": "2014-10-31T12:00:00Z",
                "window_start": "2014-10-31T12:00:00Z",
                "net_precision": null,
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 1024,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                    "name": "Virgin Galactic",
                    "type": "Private"
                },
                "rocket": {
                    "id": 2930,
                    "configuration": {
                        "id": 465,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                        "name": "SpaceShipTwo",
                        "family": "",
                        "full_name": "SpaceShipTwo",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 1347,
                    "name": "VSS Enterprise PF04",
                    "description": "Powered test flight of VSS Enterprise. Unintended feathering destroyed the vehicle in-flight, killed one pilot and injured the other.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 190,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
                    "agency_id": 1024,
                    "name": "Mojave Air and Space Port",
                    "description": null,
                    "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.2.0/location/144/?format=api",
                        "name": "Air launch to Suborbital flight",
                        "country_code": "???",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                        "timezone_name": "",
                        "total_launch_count": 85,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                    "total_launch_count": 53,
                    "orbital_launch_attempt_count": 0
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                "infographic": null,
                "program": [],
                "orbital_launch_attempt_count": null,
                "location_launch_attempt_count": 56,
                "pad_launch_attempt_count": 37,
                "agency_launch_attempt_count": 37,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 6,
                "pad_launch_attempt_count_year": 6,
                "agency_launch_attempt_count_year": 6,
                "type": "normal"
            },
            "landing": {
                "id": 1110,
                "attempt": false,
                "success": null,
                "description": "VSS Enterprise was destroyed in-flight by unintended feathering.",
                "downrange_distance": null,
                "location": {
                    "id": 25,
                    "name": "Mojave Air and Space Port",
                    "abbrev": "MASP",
                    "description": "Mojave Air and Space Port",
                    "location": null,
                    "successful_landings": 0
                },
                "type": {
                    "id": 6,
                    "name": "Horizontal Landing",
                    "abbrev": "HL",
                    "description": "Horizontal landing on a runway or flat surface."
                }
            }
        },
        {
            "id": 616,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/616/?format=api",
            "destination": "Suborbital",
            "mission_end": "2011-04-27T12:00:00Z",
            "spacecraft": {
                "id": 472,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/472/?format=api",
                "name": "VSS Enterprise",
                "serial_number": "N339SS",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT12H",
                "time_docked": "P0D",
                "flights_count": 37,
                "mission_ends_count": 37,
                "status": {
                    "id": 3,
                    "name": "Destroyed"
                },
                "description": "VSS Enterprise was the first SpaceShipTwo (SS2) spaceplane, built by Scaled Composites for Virgin Galactic. As of 2004, it was planned to be the first of five commercial suborbital SS2 spacecraft planned by Virgin Galactic. Enterprise was destroyed during a powered test flight on 31 October 2014, killing one pilot, Michael Alsbury, and seriously injuring another, Peter Siebold. An investigation revealed the accident was caused by premature deployment of the \"feathering\" system, the ship's descent device; the NTSB also faulted the spacecraft's design for lacking fail-safe mechanisms that could have deterred or prevented early deployment.",
                "spacecraft_config": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/27/?format=api",
                    "name": "SpaceShipTwo",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "type": "Private"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
                }
            },
            "launch": {
                "id": "4aadb688-6852-4531-918f-5d73ea059cd0",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/4aadb688-6852-4531-918f-5d73ea059cd0/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-gf06",
                "name": "SpaceShipTwo | VSS Enterprise GF06",
                "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-06-14T08:57:53Z",
                "net": "2011-04-27T12:00:00Z",
                "window_end": "2011-04-27T12:00:00Z",
                "window_start": "2011-04-27T12:00:00Z",
                "net_precision": null,
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 1024,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                    "name": "Virgin Galactic",
                    "type": "Private"
                },
                "rocket": {
                    "id": 2898,
                    "configuration": {
                        "id": 465,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                        "name": "SpaceShipTwo",
                        "family": "",
                        "full_name": "SpaceShipTwo",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 1315,
                    "name": "VSS Enterprise GF06",
                    "description": "Free glide test flight of VSS Enterprise.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 190,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
                    "agency_id": 1024,
                    "name": "Mojave Air and Space Port",
                    "description": null,
                    "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.2.0/location/144/?format=api",
                        "name": "Air launch to Suborbital flight",
                        "country_code": "???",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                        "timezone_name": "",
                        "total_launch_count": 85,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                    "total_launch_count": 53,
                    "orbital_launch_attempt_count": 0
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                "infographic": null,
                "program": [],
                "orbital_launch_attempt_count": null,
                "location_launch_attempt_count": 25,
                "pad_launch_attempt_count": 6,
                "agency_launch_attempt_count": 6,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 3,
                "pad_launch_attempt_count_year": 3,
                "agency_launch_attempt_count_year": 3,
                "type": "normal"
            },
            "landing": {
                "id": 1082,
                "attempt": true,
                "success": true,
                "description": "VSS Enterprise successfully landed back at the Mojave Air and Space Port after this flight.",
                "downrange_distance": null,
                "location": {
                    "id": 25,
                    "name": "Mojave Air and Space Port",
                    "abbrev": "MASP",
                    "description": "Mojave Air and Space Port",
                    "location": null,
                    "successful_landings": 0
                },
                "type": {
                    "id": 6,
                    "name": "Horizontal Landing",
                    "abbrev": "HL",
                    "description": "Horizontal landing on a runway or flat surface."
                }
            }
        },
        {
            "id": 646,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/646/?format=api",
            "destination": "Suborbital",
            "mission_end": "2014-08-28T12:00:00Z",
            "spacecraft": {
                "id": 472,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/472/?format=api",
                "name": "VSS Enterprise",
                "serial_number": "N339SS",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT12H",
                "time_docked": "P0D",
                "flights_count": 37,
                "mission_ends_count": 37,
                "status": {
                    "id": 3,
                    "name": "Destroyed"
                },
                "description": "VSS Enterprise was the first SpaceShipTwo (SS2) spaceplane, built by Scaled Composites for Virgin Galactic. As of 2004, it was planned to be the first of five commercial suborbital SS2 spacecraft planned by Virgin Galactic. Enterprise was destroyed during a powered test flight on 31 October 2014, killing one pilot, Michael Alsbury, and seriously injuring another, Peter Siebold. An investigation revealed the accident was caused by premature deployment of the \"feathering\" system, the ship's descent device; the NTSB also faulted the spacecraft's design for lacking fail-safe mechanisms that could have deterred or prevented early deployment.",
                "spacecraft_config": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/27/?format=api",
                    "name": "SpaceShipTwo",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "type": "Private"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
                }
            },
            "launch": {
                "id": "52ebc2af-1a42-4cd0-a9a0-09d4f3472ba3",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/52ebc2af-1a42-4cd0-a9a0-09d4f3472ba3/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-cf02",
                "name": "SpaceShipTwo | VSS Enterprise CF02",
                "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-06-14T08:57:42Z",
                "net": "2014-08-28T12:00:00Z",
                "window_end": "2014-08-28T12:00:00Z",
                "window_start": "2014-08-28T12:00:00Z",
                "net_precision": null,
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 1024,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                    "name": "Virgin Galactic",
                    "type": "Private"
                },
                "rocket": {
                    "id": 2928,
                    "configuration": {
                        "id": 465,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                        "name": "SpaceShipTwo",
                        "family": "",
                        "full_name": "SpaceShipTwo",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 1345,
                    "name": "VSS Enterprise CF02",
                    "description": "Cold flow test flight of VSS Enterprise.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 190,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
                    "agency_id": 1024,
                    "name": "Mojave Air and Space Port",
                    "description": null,
                    "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.2.0/location/144/?format=api",
                        "name": "Air launch to Suborbital flight",
                        "country_code": "???",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                        "timezone_name": "",
                        "total_launch_count": 85,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                    "total_launch_count": 53,
                    "orbital_launch_attempt_count": 0
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                "infographic": null,
                "program": [],
                "orbital_launch_attempt_count": null,
                "location_launch_attempt_count": 54,
                "pad_launch_attempt_count": 35,
                "agency_launch_attempt_count": 35,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 4,
                "pad_launch_attempt_count_year": 4,
                "agency_launch_attempt_count_year": 4,
                "type": "normal"
            },
            "landing": {
                "id": 1076,
                "attempt": true,
                "success": true,
                "description": "VSS Enterprise successfully landed back at the Mojave Air and Space Port after this flight.",
                "downrange_distance": null,
                "location": {
                    "id": 25,
                    "name": "Mojave Air and Space Port",
                    "abbrev": "MASP",
                    "description": "Mojave Air and Space Port",
                    "location": null,
                    "successful_landings": 0
                },
                "type": {
                    "id": 6,
                    "name": "Horizontal Landing",
                    "abbrev": "HL",
                    "description": "Horizontal landing on a runway or flat surface."
                }
            }
        },
        {
            "id": 612,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/612/?format=api",
            "destination": "Suborbital",
            "mission_end": "2010-10-28T12:00:00Z",
            "spacecraft": {
                "id": 472,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/472/?format=api",
                "name": "VSS Enterprise",
                "serial_number": "N339SS",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT12H",
                "time_docked": "P0D",
                "flights_count": 37,
                "mission_ends_count": 37,
                "status": {
                    "id": 3,
                    "name": "Destroyed"
                },
                "description": "VSS Enterprise was the first SpaceShipTwo (SS2) spaceplane, built by Scaled Composites for Virgin Galactic. As of 2004, it was planned to be the first of five commercial suborbital SS2 spacecraft planned by Virgin Galactic. Enterprise was destroyed during a powered test flight on 31 October 2014, killing one pilot, Michael Alsbury, and seriously injuring another, Peter Siebold. An investigation revealed the accident was caused by premature deployment of the \"feathering\" system, the ship's descent device; the NTSB also faulted the spacecraft's design for lacking fail-safe mechanisms that could have deterred or prevented early deployment.",
                "spacecraft_config": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/27/?format=api",
                    "name": "SpaceShipTwo",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "type": "Private"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
                }
            },
            "launch": {
                "id": "5fcef514-a589-48c5-a7e3-b03e33700002",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/5fcef514-a589-48c5-a7e3-b03e33700002/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-gf02",
                "name": "SpaceShipTwo | VSS Enterprise GF02",
                "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-06-14T08:57:52Z",
                "net": "2010-10-28T12:00:00Z",
                "window_end": "2010-10-28T12:00:00Z",
                "window_start": "2010-10-28T12:00:00Z",
                "net_precision": null,
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 1024,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                    "name": "Virgin Galactic",
                    "type": "Private"
                },
                "rocket": {
                    "id": 2894,
                    "configuration": {
                        "id": 465,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                        "name": "SpaceShipTwo",
                        "family": "",
                        "full_name": "SpaceShipTwo",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 1311,
                    "name": "VSS Enterprise GF02",
                    "description": "Free glide test flight of VSS Enterprise.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 190,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
                    "agency_id": 1024,
                    "name": "Mojave Air and Space Port",
                    "description": null,
                    "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.2.0/location/144/?format=api",
                        "name": "Air launch to Suborbital flight",
                        "country_code": "???",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                        "timezone_name": "",
                        "total_launch_count": 85,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                    "total_launch_count": 53,
                    "orbital_launch_attempt_count": 0
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                "infographic": null,
                "program": [],
                "orbital_launch_attempt_count": null,
                "location_launch_attempt_count": 21,
                "pad_launch_attempt_count": 2,
                "agency_launch_attempt_count": 2,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 2,
                "pad_launch_attempt_count_year": 2,
                "agency_launch_attempt_count_year": 2,
                "type": "normal"
            },
            "landing": {
                "id": 1078,
                "attempt": true,
                "success": true,
                "description": "VSS Enterprise successfully landed back at the Mojave Air and Space Port after this flight.",
                "downrange_distance": null,
                "location": {
                    "id": 25,
                    "name": "Mojave Air and Space Port",
                    "abbrev": "MASP",
                    "description": "Mojave Air and Space Port",
                    "location": null,
                    "successful_landings": 0
                },
                "type": {
                    "id": 6,
                    "name": "Horizontal Landing",
                    "abbrev": "HL",
                    "description": "Horizontal landing on a runway or flat surface."
                }
            }
        },
        {
            "id": 611,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/611/?format=api",
            "destination": "Suborbital",
            "mission_end": "2010-10-10T12:00:00Z",
            "spacecraft": {
                "id": 472,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/472/?format=api",
                "name": "VSS Enterprise",
                "serial_number": "N339SS",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT12H",
                "time_docked": "P0D",
                "flights_count": 37,
                "mission_ends_count": 37,
                "status": {
                    "id": 3,
                    "name": "Destroyed"
                },
                "description": "VSS Enterprise was the first SpaceShipTwo (SS2) spaceplane, built by Scaled Composites for Virgin Galactic. As of 2004, it was planned to be the first of five commercial suborbital SS2 spacecraft planned by Virgin Galactic. Enterprise was destroyed during a powered test flight on 31 October 2014, killing one pilot, Michael Alsbury, and seriously injuring another, Peter Siebold. An investigation revealed the accident was caused by premature deployment of the \"feathering\" system, the ship's descent device; the NTSB also faulted the spacecraft's design for lacking fail-safe mechanisms that could have deterred or prevented early deployment.",
                "spacecraft_config": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/27/?format=api",
                    "name": "SpaceShipTwo",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "type": "Private"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
                }
            },
            "launch": {
                "id": "d34f348f-69be-439a-a951-5abe302054e4",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/d34f348f-69be-439a-a951-5abe302054e4/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-gf01",
                "name": "SpaceShipTwo | VSS Enterprise GF01",
                "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-06-14T08:57:43Z",
                "net": "2010-10-10T12:00:00Z",
                "window_end": "2010-10-10T12:00:00Z",
                "window_start": "2010-10-10T12:00:00Z",
                "net_precision": null,
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 1024,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                    "name": "Virgin Galactic",
                    "type": "Private"
                },
                "rocket": {
                    "id": 2893,
                    "configuration": {
                        "id": 465,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                        "name": "SpaceShipTwo",
                        "family": "",
                        "full_name": "SpaceShipTwo",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 1310,
                    "name": "VSS Enterprise GF01",
                    "description": "Free glide test flight of VSS Enterprise.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 190,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
                    "agency_id": 1024,
                    "name": "Mojave Air and Space Port",
                    "description": null,
                    "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.2.0/location/144/?format=api",
                        "name": "Air launch to Suborbital flight",
                        "country_code": "???",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                        "timezone_name": "",
                        "total_launch_count": 85,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                    "total_launch_count": 53,
                    "orbital_launch_attempt_count": 0
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                "infographic": null,
                "program": [],
                "orbital_launch_attempt_count": null,
                "location_launch_attempt_count": 20,
                "pad_launch_attempt_count": 1,
                "agency_launch_attempt_count": 1,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 1,
                "pad_launch_attempt_count_year": 1,
                "agency_launch_attempt_count_year": 1,
                "type": "normal"
            },
            "landing": {
                "id": 1077,
                "attempt": true,
                "success": true,
                "description": "VSS Enterprise successfully landed back at the Mojave Air and Space Port after this flight.",
                "downrange_distance": null,
                "location": {
                    "id": 25,
                    "name": "Mojave Air and Space Port",
                    "abbrev": "MASP",
                    "description": "Mojave Air and Space Port",
                    "location": null,
                    "successful_landings": 0
                },
                "type": {
                    "id": 6,
                    "name": "Horizontal Landing",
                    "abbrev": "HL",
                    "description": "Horizontal landing on a runway or flat surface."
                }
            }
        }
    ],
    "flights_count": 9,
    "landings_count": 9,
    "spacewalks_count": 0,
    "last_flight": "2014-10-31T12:00:00Z",
    "first_flight": "2010-10-10T12:00:00Z",
    "spacewalks": []
}