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

{
    "id": 673,
    "url": "https://ll.thespacedevs.com/2.2.0/astronaut/673/?format=api",
    "name": "Clint Nichols",
    "status": {
        "id": 1,
        "name": "Active"
    },
    "type": {
        "id": 3,
        "name": "Private"
    },
    "in_space": false,
    "time_in_space": "PT12H",
    "eva_time": "P0D",
    "agency": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
    },
    "age": 54,
    "date_of_birth": "1970-01-01",
    "date_of_death": null,
    "nationality": "American",
    "twitter": null,
    "instagram": null,
    "bio": "Clint Nichols is an Aerospace Engineer and Test Pilot for Virgin Galactic's commercial spaceflight program.\r\n\r\nBirthdate is unknown.",
    "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/clint_nichols_image_20210522145635.jpg",
    "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185803.jpeg",
    "wiki": null,
    "flights": [
        {
            "id": "0e75ef0b-6e4b-4e93-b40b-2422ad8cf75b",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/0e75ef0b-6e4b-4e93-b40b-2422ad8cf75b/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-gf19",
            "name": "SpaceShipTwo | VSS Enterprise GF19",
            "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:57Z",
            "net": "2012-07-18T12:00:00Z",
            "window_end": "2012-07-18T12:00:00Z",
            "window_start": "2012-07-18T12: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": 2912,
                "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": 1329,
                "name": "VSS Enterprise GF19",
                "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": 39,
            "pad_launch_attempt_count": 20,
            "agency_launch_attempt_count": 20,
            "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": "eadc2278-5985-41c5-8746-c21f2716ae13",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/eadc2278-5985-41c5-8746-c21f2716ae13/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-gf07",
            "name": "SpaceShipTwo | VSS Enterprise GF07",
            "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:57Z",
            "net": "2011-05-04T12:00:00Z",
            "window_end": "2011-05-04T12:00:00Z",
            "window_start": "2011-05-04T12: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": 2899,
                "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": 1316,
                "name": "VSS Enterprise GF07",
                "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": 26,
            "pad_launch_attempt_count": 7,
            "agency_launch_attempt_count": 7,
            "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": "4be63254-a718-44da-b2ec-669c63b134f0",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/4be63254-a718-44da-b2ec-669c63b134f0/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-gf20",
            "name": "SpaceShipTwo | VSS Enterprise GF20",
            "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:57Z",
            "net": "2012-08-02T12:00:00Z",
            "window_end": "2012-08-02T12:00:00Z",
            "window_start": "2012-08-02T12: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": 2913,
                "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": 1330,
                "name": "VSS Enterprise GF20",
                "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": 40,
            "pad_launch_attempt_count": 21,
            "agency_launch_attempt_count": 21,
            "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": "2ca3c34d-0dfe-4941-ab5b-6a789da7ac3f",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2ca3c34d-0dfe-4941-ab5b-6a789da7ac3f/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-gf12",
            "name": "SpaceShipTwo | VSS Enterprise GF12",
            "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:57Z",
            "net": "2011-06-15T12:00:00Z",
            "window_end": "2011-06-15T12:00:00Z",
            "window_start": "2011-06-15T12: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": 2905,
                "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": 1322,
                "name": "VSS Enterprise GF12",
                "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": 32,
            "pad_launch_attempt_count": 13,
            "agency_launch_attempt_count": 13,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 10,
            "pad_launch_attempt_count_year": 10,
            "agency_launch_attempt_count_year": 10,
            "type": "normal"
        },
        {
            "id": "77bbf424-32d7-4b9e-85f9-2b1643845ee2",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/77bbf424-32d7-4b9e-85f9-2b1643845ee2/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-gf14",
            "name": "SpaceShipTwo | VSS Enterprise GF14",
            "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:57Z",
            "net": "2011-06-23T12:00:00Z",
            "window_end": "2011-06-23T12:00:00Z",
            "window_start": "2011-06-23T12: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": 2907,
                "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": 1324,
                "name": "VSS Enterprise GF14",
                "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": 34,
            "pad_launch_attempt_count": 15,
            "agency_launch_attempt_count": 15,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 12,
            "pad_launch_attempt_count_year": 12,
            "agency_launch_attempt_count_year": 12,
            "type": "normal"
        },
        {
            "id": "b12ae487-d2db-47c0-8be4-6af5a06996a2",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/b12ae487-d2db-47c0-8be4-6af5a06996a2/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-gf03",
            "name": "SpaceShipTwo | VSS Enterprise GF03",
            "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:57Z",
            "net": "2010-11-17T00:00:00Z",
            "window_end": "2010-11-17T00:00:00Z",
            "window_start": "2010-11-17T00: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": 2895,
                "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": 1312,
                "name": "VSS Enterprise GF03",
                "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": 22,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 3,
            "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": "acda1f0d-4e06-4abf-bdfe-8b42d947d128",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/acda1f0d-4e06-4abf-bdfe-8b42d947d128/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-gf04",
            "name": "SpaceShipTwo | VSS Enterprise GF04",
            "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:57Z",
            "net": "2011-01-13T12:00:00Z",
            "window_end": "2011-01-13T12:00:00Z",
            "window_start": "2011-01-13T12: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": 2896,
                "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": 1313,
                "name": "GF04",
                "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": 23,
            "pad_launch_attempt_count": 4,
            "agency_launch_attempt_count": 4,
            "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": "063bc833-9e00-4ae3-a2bd-3314970d6509",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/063bc833-9e00-4ae3-a2bd-3314970d6509/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-gf13",
            "name": "SpaceShipTwo | VSS Enterprise GF13",
            "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:57Z",
            "net": "2011-06-21T12:00:00Z",
            "window_end": "2011-06-21T12:00:00Z",
            "window_start": "2011-06-21T12: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": 2906,
                "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": 1323,
                "name": "VSS Enterprise GF13",
                "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": 33,
            "pad_launch_attempt_count": 14,
            "agency_launch_attempt_count": 14,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 11,
            "pad_launch_attempt_count_year": 11,
            "agency_launch_attempt_count_year": 11,
            "type": "normal"
        },
        {
            "id": "463d7367-74e0-4a1b-86f2-1bdfa68e23b6",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/463d7367-74e0-4a1b-86f2-1bdfa68e23b6/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-pf02",
            "name": "SpaceShipTwo | VSS Enterprise PF02",
            "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:57Z",
            "net": "2013-09-05T12:00:00Z",
            "window_end": "2013-09-05T12:00:00Z",
            "window_start": "2013-09-05T12: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": 2922,
                "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": 1339,
                "name": "VSS Enterprise PF02",
                "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": 49,
            "pad_launch_attempt_count": 30,
            "agency_launch_attempt_count": 30,
            "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": "494e8720-13a2-4c17-b1de-0212ce9853ea",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/494e8720-13a2-4c17-b1de-0212ce9853ea/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-gf16",
            "name": "SpaceShipTwo | VSS Enterprise GF16",
            "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:57Z",
            "net": "2011-09-29T12:00:00Z",
            "window_end": "2011-09-29T12:00:00Z",
            "window_start": "2011-09-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": 2909,
                "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": 1326,
                "name": "VSS Enterprise GF16",
                "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": 36,
            "pad_launch_attempt_count": 17,
            "agency_launch_attempt_count": 17,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 14,
            "pad_launch_attempt_count_year": 14,
            "agency_launch_attempt_count_year": 14,
            "type": "normal"
        },
        {
            "id": "1cafba8e-c12e-4def-8de8-116d8efc629f",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/1cafba8e-c12e-4def-8de8-116d8efc629f/?format=api",
            "slug": "spaceshiptwo-vss-enterprise-gf24",
            "name": "SpaceShipTwo | VSS Enterprise GF24",
            "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:57Z",
            "net": "2013-04-03T12:00:00Z",
            "window_end": "2013-04-03T12:00:00Z",
            "window_start": "2013-04-03T12: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": 2917,
                "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": 1334,
                "name": "VSS Enterprise GF24",
                "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": 44,
            "pad_launch_attempt_count": 25,
            "agency_launch_attempt_count": 25,
            "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"
        }
    ],
    "landings": [
        {
            "id": 635,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/635/?format=api",
            "destination": "Suborbital",
            "mission_end": "2013-04-03T12: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": "1cafba8e-c12e-4def-8de8-116d8efc629f",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/1cafba8e-c12e-4def-8de8-116d8efc629f/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-gf24",
                "name": "SpaceShipTwo | VSS Enterprise GF24",
                "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:57Z",
                "net": "2013-04-03T12:00:00Z",
                "window_end": "2013-04-03T12:00:00Z",
                "window_start": "2013-04-03T12: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": 2917,
                    "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": 1334,
                    "name": "VSS Enterprise GF24",
                    "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": 44,
                "pad_launch_attempt_count": 25,
                "agency_launch_attempt_count": 25,
                "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": 1100,
                "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": 631,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/631/?format=api",
            "destination": "Suborbital",
            "mission_end": "2012-08-02T12: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": "4be63254-a718-44da-b2ec-669c63b134f0",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/4be63254-a718-44da-b2ec-669c63b134f0/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-gf20",
                "name": "SpaceShipTwo | VSS Enterprise GF20",
                "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:57Z",
                "net": "2012-08-02T12:00:00Z",
                "window_end": "2012-08-02T12:00:00Z",
                "window_start": "2012-08-02T12: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": 2913,
                    "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": 1330,
                    "name": "VSS Enterprise GF20",
                    "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": 40,
                "pad_launch_attempt_count": 21,
                "agency_launch_attempt_count": 21,
                "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": 1096,
                "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": 630,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/630/?format=api",
            "destination": "Suborbital",
            "mission_end": "2012-07-18T12: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": "0e75ef0b-6e4b-4e93-b40b-2422ad8cf75b",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/0e75ef0b-6e4b-4e93-b40b-2422ad8cf75b/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-gf19",
                "name": "SpaceShipTwo | VSS Enterprise GF19",
                "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:57Z",
                "net": "2012-07-18T12:00:00Z",
                "window_end": "2012-07-18T12:00:00Z",
                "window_start": "2012-07-18T12: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": 2912,
                    "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": 1329,
                    "name": "VSS Enterprise GF19",
                    "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": 39,
                "pad_launch_attempt_count": 20,
                "agency_launch_attempt_count": 20,
                "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": 1095,
                "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": 627,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/627/?format=api",
            "destination": "Suborbital",
            "mission_end": "2011-09-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": "494e8720-13a2-4c17-b1de-0212ce9853ea",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/494e8720-13a2-4c17-b1de-0212ce9853ea/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-gf16",
                "name": "SpaceShipTwo | VSS Enterprise GF16",
                "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:57Z",
                "net": "2011-09-29T12:00:00Z",
                "window_end": "2011-09-29T12:00:00Z",
                "window_start": "2011-09-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": 2909,
                    "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": 1326,
                    "name": "VSS Enterprise GF16",
                    "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": 36,
                "pad_launch_attempt_count": 17,
                "agency_launch_attempt_count": 17,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 14,
                "pad_launch_attempt_count_year": 14,
                "agency_launch_attempt_count_year": 14,
                "type": "normal"
            },
            "landing": {
                "id": 1092,
                "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": 625,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/625/?format=api",
            "destination": "Suborbital",
            "mission_end": "2011-06-23T12: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": "77bbf424-32d7-4b9e-85f9-2b1643845ee2",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/77bbf424-32d7-4b9e-85f9-2b1643845ee2/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-gf14",
                "name": "SpaceShipTwo | VSS Enterprise GF14",
                "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:57Z",
                "net": "2011-06-23T12:00:00Z",
                "window_end": "2011-06-23T12:00:00Z",
                "window_start": "2011-06-23T12: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": 2907,
                    "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": 1324,
                    "name": "VSS Enterprise GF14",
                    "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": 34,
                "pad_launch_attempt_count": 15,
                "agency_launch_attempt_count": 15,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 12,
                "pad_launch_attempt_count_year": 12,
                "agency_launch_attempt_count_year": 12,
                "type": "normal"
            },
            "landing": {
                "id": 1090,
                "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": 624,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/624/?format=api",
            "destination": "Suborbital",
            "mission_end": "2011-06-21T12: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": "063bc833-9e00-4ae3-a2bd-3314970d6509",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/063bc833-9e00-4ae3-a2bd-3314970d6509/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-gf13",
                "name": "SpaceShipTwo | VSS Enterprise GF13",
                "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:57Z",
                "net": "2011-06-21T12:00:00Z",
                "window_end": "2011-06-21T12:00:00Z",
                "window_start": "2011-06-21T12: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": 2906,
                    "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": 1323,
                    "name": "VSS Enterprise GF13",
                    "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": 33,
                "pad_launch_attempt_count": 14,
                "agency_launch_attempt_count": 14,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 11,
                "pad_launch_attempt_count_year": 11,
                "agency_launch_attempt_count_year": 11,
                "type": "normal"
            },
            "landing": {
                "id": 1089,
                "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": 623,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/623/?format=api",
            "destination": "Suborbital",
            "mission_end": "2011-06-15T12: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": "2ca3c34d-0dfe-4941-ab5b-6a789da7ac3f",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/2ca3c34d-0dfe-4941-ab5b-6a789da7ac3f/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-gf12",
                "name": "SpaceShipTwo | VSS Enterprise GF12",
                "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:57Z",
                "net": "2011-06-15T12:00:00Z",
                "window_end": "2011-06-15T12:00:00Z",
                "window_start": "2011-06-15T12: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": 2905,
                    "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": 1322,
                    "name": "VSS Enterprise GF12",
                    "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": 32,
                "pad_launch_attempt_count": 13,
                "agency_launch_attempt_count": 13,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 10,
                "pad_launch_attempt_count_year": 10,
                "agency_launch_attempt_count_year": 10,
                "type": "normal"
            },
            "landing": {
                "id": 1088,
                "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": 617,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/617/?format=api",
            "destination": "Suborbital",
            "mission_end": "2011-05-04T12: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": "eadc2278-5985-41c5-8746-c21f2716ae13",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/eadc2278-5985-41c5-8746-c21f2716ae13/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-gf07",
                "name": "SpaceShipTwo | VSS Enterprise GF07",
                "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:57Z",
                "net": "2011-05-04T12:00:00Z",
                "window_end": "2011-05-04T12:00:00Z",
                "window_start": "2011-05-04T12: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": 2899,
                    "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": 1316,
                    "name": "VSS Enterprise GF07",
                    "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": 26,
                "pad_launch_attempt_count": 7,
                "agency_launch_attempt_count": 7,
                "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": 1083,
                "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": 614,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/614/?format=api",
            "destination": "Suborbital",
            "mission_end": "2011-01-13T12: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": "acda1f0d-4e06-4abf-bdfe-8b42d947d128",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/acda1f0d-4e06-4abf-bdfe-8b42d947d128/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-gf04",
                "name": "SpaceShipTwo | VSS Enterprise GF04",
                "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:57Z",
                "net": "2011-01-13T12:00:00Z",
                "window_end": "2011-01-13T12:00:00Z",
                "window_start": "2011-01-13T12: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": 2896,
                    "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": 1313,
                    "name": "GF04",
                    "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": 23,
                "pad_launch_attempt_count": 4,
                "agency_launch_attempt_count": 4,
                "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": 1080,
                "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": 613,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/613/?format=api",
            "destination": "Suborbital",
            "mission_end": "2010-11-17T12: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": "b12ae487-d2db-47c0-8be4-6af5a06996a2",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/b12ae487-d2db-47c0-8be4-6af5a06996a2/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-gf03",
                "name": "SpaceShipTwo | VSS Enterprise GF03",
                "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:57Z",
                "net": "2010-11-17T00:00:00Z",
                "window_end": "2010-11-17T00:00:00Z",
                "window_start": "2010-11-17T00: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": 2895,
                    "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": 1312,
                    "name": "VSS Enterprise GF03",
                    "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": 22,
                "pad_launch_attempt_count": 3,
                "agency_launch_attempt_count": 3,
                "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": 1079,
                "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": 640,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/640/?format=api",
            "destination": "Suborbital",
            "mission_end": "2013-09-05T12: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": "463d7367-74e0-4a1b-86f2-1bdfa68e23b6",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/463d7367-74e0-4a1b-86f2-1bdfa68e23b6/?format=api",
                "slug": "spaceshiptwo-vss-enterprise-pf02",
                "name": "SpaceShipTwo | VSS Enterprise PF02",
                "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:57Z",
                "net": "2013-09-05T12:00:00Z",
                "window_end": "2013-09-05T12:00:00Z",
                "window_start": "2013-09-05T12: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": 2922,
                    "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": 1339,
                    "name": "VSS Enterprise PF02",
                    "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": 49,
                "pad_launch_attempt_count": 30,
                "agency_launch_attempt_count": 30,
                "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": 1108,
                "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": 11,
    "landings_count": 11,
    "spacewalks_count": 0,
    "last_flight": "2013-09-05T12:00:00Z",
    "first_flight": "2010-11-17T00:00:00Z",
    "spacewalks": []
}