API endpoint that allows Astronaut to be viewed.

GET:
Return a list of all the existing astronauts.

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

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

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

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

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

{
    "id": 675,
    "url": "https://ll.thespacedevs.com/2.0.0/astronaut/675/?format=api",
    "name": "William Brian Binnie",
    "status": {
        "id": 2,
        "name": "Retired"
    },
    "type": {
        "id": 1,
        "name": "Unknown"
    },
    "agency": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
    },
    "date_of_birth": "1953-01-01",
    "date_of_death": null,
    "nationality": "American",
    "twitter": null,
    "instagram": null,
    "bio": "William Brian Binnie is a former United States Navy officer and one of the test pilots for SpaceShipOne and SpaceShipTwo",
    "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/william_brian_b_image_20210522150237.jpg",
    "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185629.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/Brian_Binnie",
    "flights": [
        {
            "id": "6cfa63b3-2498-4874-b9cb-de44fb2711ae",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/6cfa63b3-2498-4874-b9cb-de44fb2711ae/?format=api",
            "launch_library_id": null,
            "slug": "spaceshiptwo-vss-enterprise-gf15",
            "name": "SpaceShipTwo | VSS Enterprise GF15",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2011-06-27T12:00:00Z",
            "window_end": "2011-06-27T12:00:00Z",
            "window_start": "2011-06-27T12:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "type": "Private"
            },
            "rocket": {
                "id": 2908,
                "configuration": {
                    "id": 465,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
                    "name": "SpaceShipTwo",
                    "family": "SpaceShipTwo",
                    "full_name": "SpaceShipTwo",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1325,
                "launch_library_id": null,
                "name": "VSS Enterprise GF15",
                "description": "Free glide test flight of VSS Enterprise.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                }
            },
            "pad": {
                "id": 190,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/190/?format=api",
                "agency_id": 1024,
                "name": "Mojave Air and Space Port",
                "info_url": "https://www.mojaveairport.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
                "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
                "latitude": "35.0594444",
                "longitude": "-118.1538607",
                "location": {
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                    "total_launch_count": 85,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                "total_launch_count": 53
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "5788739b-7043-4e2e-b1cf-875be4c27b99",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/5788739b-7043-4e2e-b1cf-875be4c27b99/?format=api",
            "launch_library_id": null,
            "slug": "spaceshiptwo-vss-enterprise-gf10",
            "name": "SpaceShipTwo | VSS Enterprise GF10",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2011-05-25T12:00:00Z",
            "window_end": "2011-05-25T12:00:00Z",
            "window_start": "2011-05-25T12:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "type": "Private"
            },
            "rocket": {
                "id": 2902,
                "configuration": {
                    "id": 465,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
                    "name": "SpaceShipTwo",
                    "family": "SpaceShipTwo",
                    "full_name": "SpaceShipTwo",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1319,
                "launch_library_id": null,
                "name": "VSS Enterprise GF10",
                "description": "Free glide test flight of VSS Enterprise.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                }
            },
            "pad": {
                "id": 190,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/190/?format=api",
                "agency_id": 1024,
                "name": "Mojave Air and Space Port",
                "info_url": "https://www.mojaveairport.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
                "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
                "latitude": "35.0594444",
                "longitude": "-118.1538607",
                "location": {
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                    "total_launch_count": 85,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                "total_launch_count": 53
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "391afdbe-815a-4c0b-aa44-1473a767d33c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/391afdbe-815a-4c0b-aa44-1473a767d33c/?format=api",
            "launch_library_id": null,
            "slug": "spaceshiptwo-vss-enterprise-gf22",
            "name": "SpaceShipTwo | VSS Enterprise GF22",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2012-08-11T12:00:00Z",
            "window_end": "2012-08-11T12:00:00Z",
            "window_start": "2012-08-11T12:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "type": "Private"
            },
            "rocket": {
                "id": 2915,
                "configuration": {
                    "id": 465,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
                    "name": "SpaceShipTwo",
                    "family": "SpaceShipTwo",
                    "full_name": "SpaceShipTwo",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1332,
                "launch_library_id": null,
                "name": "VSS Enterprise GF22",
                "description": "Free glide test flight of VSS Enterprise.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                }
            },
            "pad": {
                "id": 190,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/190/?format=api",
                "agency_id": 1024,
                "name": "Mojave Air and Space Port",
                "info_url": "https://www.mojaveairport.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
                "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
                "latitude": "35.0594444",
                "longitude": "-118.1538607",
                "location": {
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                    "total_launch_count": 85,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                "total_launch_count": 53
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "c6a2e841-f29f-49ef-a163-f6058e98477b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/c6a2e841-f29f-49ef-a163-f6058e98477b/?format=api",
            "launch_library_id": null,
            "slug": "spaceshiptwo-vss-enterprise-gf09",
            "name": "SpaceShipTwo | VSS Enterprise GF09",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2011-05-19T12:00:00Z",
            "window_end": "2011-05-19T12:00:00Z",
            "window_start": "2011-05-19T12:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "type": "Private"
            },
            "rocket": {
                "id": 2901,
                "configuration": {
                    "id": 465,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
                    "name": "SpaceShipTwo",
                    "family": "SpaceShipTwo",
                    "full_name": "SpaceShipTwo",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1318,
                "launch_library_id": null,
                "name": "GF09",
                "description": "Free glide test flight of VSS Enterprise.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                }
            },
            "pad": {
                "id": 190,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/190/?format=api",
                "agency_id": 1024,
                "name": "Mojave Air and Space Port",
                "info_url": "https://www.mojaveairport.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
                "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
                "latitude": "35.0594444",
                "longitude": "-118.1538607",
                "location": {
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                    "total_launch_count": 85,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                "total_launch_count": 53
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
            "infographic": null,
            "program": []
        }
    ],
    "landings": [
        {
            "id": 620,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/620/?format=api",
            "destination": "Suborbital",
            "mission_end": "2011-05-25T12:00:00Z",
            "spacecraft": {
                "id": 472,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/472/?format=api",
                "name": "VSS Enterprise",
                "serial_number": "N339SS",
                "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.0.0/config/spacecraft/27/?format=api",
                    "name": "SpaceShipTwo",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "type": "Private"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
                }
            },
            "launch": {
                "id": "5788739b-7043-4e2e-b1cf-875be4c27b99",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/5788739b-7043-4e2e-b1cf-875be4c27b99/?format=api",
                "launch_library_id": null,
                "slug": "spaceshiptwo-vss-enterprise-gf10",
                "name": "SpaceShipTwo | VSS Enterprise GF10",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "2011-05-25T12:00:00Z",
                "window_end": "2011-05-25T12:00:00Z",
                "window_start": "2011-05-25T12:00:00Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 1024,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
                    "name": "Virgin Galactic",
                    "type": "Private"
                },
                "rocket": {
                    "id": 2902,
                    "configuration": {
                        "id": 465,
                        "launch_library_id": null,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
                        "name": "SpaceShipTwo",
                        "family": "SpaceShipTwo",
                        "full_name": "SpaceShipTwo",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 1319,
                    "launch_library_id": null,
                    "name": "VSS Enterprise GF10",
                    "description": "Free glide test flight of VSS Enterprise.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    }
                },
                "pad": {
                    "id": 190,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/190/?format=api",
                    "agency_id": 1024,
                    "name": "Mojave Air and Space Port",
                    "info_url": "https://www.mojaveairport.com/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
                    "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
                    "latitude": "35.0594444",
                    "longitude": "-118.1538607",
                    "location": {
                        "id": 144,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
                        "name": "Air launch to Suborbital flight",
                        "country_code": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                        "total_launch_count": 85,
                        "total_landing_count": 0
                    },
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                    "total_launch_count": 53
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                "infographic": null,
                "program": []
            }
        },
        {
            "id": 619,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/619/?format=api",
            "destination": "Suborbital",
            "mission_end": "2011-05-19T12:00:00Z",
            "spacecraft": {
                "id": 472,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/472/?format=api",
                "name": "VSS Enterprise",
                "serial_number": "N339SS",
                "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.0.0/config/spacecraft/27/?format=api",
                    "name": "SpaceShipTwo",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "type": "Private"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
                }
            },
            "launch": {
                "id": "c6a2e841-f29f-49ef-a163-f6058e98477b",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/c6a2e841-f29f-49ef-a163-f6058e98477b/?format=api",
                "launch_library_id": null,
                "slug": "spaceshiptwo-vss-enterprise-gf09",
                "name": "SpaceShipTwo | VSS Enterprise GF09",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "2011-05-19T12:00:00Z",
                "window_end": "2011-05-19T12:00:00Z",
                "window_start": "2011-05-19T12:00:00Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 1024,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
                    "name": "Virgin Galactic",
                    "type": "Private"
                },
                "rocket": {
                    "id": 2901,
                    "configuration": {
                        "id": 465,
                        "launch_library_id": null,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
                        "name": "SpaceShipTwo",
                        "family": "SpaceShipTwo",
                        "full_name": "SpaceShipTwo",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 1318,
                    "launch_library_id": null,
                    "name": "GF09",
                    "description": "Free glide test flight of VSS Enterprise.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    }
                },
                "pad": {
                    "id": 190,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/190/?format=api",
                    "agency_id": 1024,
                    "name": "Mojave Air and Space Port",
                    "info_url": "https://www.mojaveairport.com/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
                    "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
                    "latitude": "35.0594444",
                    "longitude": "-118.1538607",
                    "location": {
                        "id": 144,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
                        "name": "Air launch to Suborbital flight",
                        "country_code": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                        "total_launch_count": 85,
                        "total_landing_count": 0
                    },
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                    "total_launch_count": 53
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                "infographic": null,
                "program": []
            }
        },
        {
            "id": 626,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/626/?format=api",
            "destination": "Suborbital",
            "mission_end": "2011-06-27T12:00:00Z",
            "spacecraft": {
                "id": 472,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/472/?format=api",
                "name": "VSS Enterprise",
                "serial_number": "N339SS",
                "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.0.0/config/spacecraft/27/?format=api",
                    "name": "SpaceShipTwo",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "type": "Private"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
                }
            },
            "launch": {
                "id": "6cfa63b3-2498-4874-b9cb-de44fb2711ae",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/6cfa63b3-2498-4874-b9cb-de44fb2711ae/?format=api",
                "launch_library_id": null,
                "slug": "spaceshiptwo-vss-enterprise-gf15",
                "name": "SpaceShipTwo | VSS Enterprise GF15",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "2011-06-27T12:00:00Z",
                "window_end": "2011-06-27T12:00:00Z",
                "window_start": "2011-06-27T12:00:00Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 1024,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
                    "name": "Virgin Galactic",
                    "type": "Private"
                },
                "rocket": {
                    "id": 2908,
                    "configuration": {
                        "id": 465,
                        "launch_library_id": null,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
                        "name": "SpaceShipTwo",
                        "family": "SpaceShipTwo",
                        "full_name": "SpaceShipTwo",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 1325,
                    "launch_library_id": null,
                    "name": "VSS Enterprise GF15",
                    "description": "Free glide test flight of VSS Enterprise.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    }
                },
                "pad": {
                    "id": 190,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/190/?format=api",
                    "agency_id": 1024,
                    "name": "Mojave Air and Space Port",
                    "info_url": "https://www.mojaveairport.com/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
                    "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
                    "latitude": "35.0594444",
                    "longitude": "-118.1538607",
                    "location": {
                        "id": 144,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
                        "name": "Air launch to Suborbital flight",
                        "country_code": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                        "total_launch_count": 85,
                        "total_landing_count": 0
                    },
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                    "total_launch_count": 53
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                "infographic": null,
                "program": []
            }
        },
        {
            "id": 633,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/633/?format=api",
            "destination": "Suborbital",
            "mission_end": "2012-08-11T12:00:00Z",
            "spacecraft": {
                "id": 472,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/472/?format=api",
                "name": "VSS Enterprise",
                "serial_number": "N339SS",
                "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.0.0/config/spacecraft/27/?format=api",
                    "name": "SpaceShipTwo",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "type": "Private"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
                }
            },
            "launch": {
                "id": "391afdbe-815a-4c0b-aa44-1473a767d33c",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/391afdbe-815a-4c0b-aa44-1473a767d33c/?format=api",
                "launch_library_id": null,
                "slug": "spaceshiptwo-vss-enterprise-gf22",
                "name": "SpaceShipTwo | VSS Enterprise GF22",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "2012-08-11T12:00:00Z",
                "window_end": "2012-08-11T12:00:00Z",
                "window_start": "2012-08-11T12:00:00Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 1024,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
                    "name": "Virgin Galactic",
                    "type": "Private"
                },
                "rocket": {
                    "id": 2915,
                    "configuration": {
                        "id": 465,
                        "launch_library_id": null,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
                        "name": "SpaceShipTwo",
                        "family": "SpaceShipTwo",
                        "full_name": "SpaceShipTwo",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 1332,
                    "launch_library_id": null,
                    "name": "VSS Enterprise GF22",
                    "description": "Free glide test flight of VSS Enterprise.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    }
                },
                "pad": {
                    "id": 190,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/190/?format=api",
                    "agency_id": 1024,
                    "name": "Mojave Air and Space Port",
                    "info_url": "https://www.mojaveairport.com/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
                    "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
                    "latitude": "35.0594444",
                    "longitude": "-118.1538607",
                    "location": {
                        "id": 144,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
                        "name": "Air launch to Suborbital flight",
                        "country_code": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                        "total_launch_count": 85,
                        "total_landing_count": 0
                    },
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
                    "total_launch_count": 53
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                "infographic": null,
                "program": []
            }
        }
    ],
    "last_flight": "2012-08-11T12:00:00Z",
    "first_flight": "2011-05-19T12:00:00Z"
}