Modes

Levels of detail in the response - list, normal, detailed

Example - /landings/?mode=list

Filters

Parameters - attempt, firststage_launch__ids, landing_location__ids, landing_type__ids, launcher__ids, launcher_config__ids, launcher_serial_numbers, spacecraft__ids, spacecraft_config__ids, spacecraft_launch__ids, success

Example - /landings/?spacecraft__ids=39,37

Fields searched - firststage__launcher__launcher_config__name, firststage__launcher__serial_number, firststage__rocket__launch__name, landing_location__abbrev, landing_location__name, spacecraftflight__rocket__launch__name, spacecraftflight__spacecraft__name, spacecraftflight__spacecraft__serial_number, spacecraftflight__spacecraft__spacecraft_config__name

Example - /landings/?search=B1059

Ordering

Fields - downrange_distance, id

Example - /landings/?ordering=downrange_distance

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /landings/?limit=2

Format

Switch to JSON output - /landings/?format=json

Help

Find all the FAQs and support links on the documentation homepage - ll.thespacedevs.com/docs

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

{
    "id": 1127,
    "url": "https://ll.thespacedevs.com/2.3.0/landings/1127/?format=api",
    "attempt": true,
    "success": true,
    "description": "VSS Unity successfully landed back at the Mojave Air and Space Port after this flight.",
    "downrange_distance": null,
    "landing_location": {
        "id": 25,
        "name": "Mojave Air and Space Port",
        "active": true,
        "abbrev": "KMHV",
        "description": "Mojave Air and Space Port",
        "location": null,
        "longitude": -118.151667,
        "latitude": 35.059444,
        "image": {
            "id": 2239,
            "name": "Mojave Air and Space Port",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mojave_air_and__image_20240920092609.jpg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mojave_air_and__image_thumbnail_20240920092609.jpeg",
            "credit": "Tedder",
            "license": {
                "id": 20,
                "name": "CC BY-SA 4.0",
                "priority": 6,
                "link": "https://creativecommons.org/licenses/by-sa/4.0/"
            },
            "single_use": true,
            "variants": []
        },
        "successful_landings": 52,
        "attempted_landings": 52,
        "failed_landings": 0,
        "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
                "id": 1,
                "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
                "id": 2040,
                "name": "Earth (Apollo 17)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": true,
                "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
        }
    },
    "type": {
        "id": 6,
        "name": "Horizontal Landing",
        "abbrev": "HL",
        "description": "Horizontal landing on a runway or flat surface."
    },
    "response_mode": "detailed",
    "firststage": null,
    "spacecraftflight": {
        "id": 662,
        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/662/?format=api",
        "destination": "Suborbital",
        "mission_end": "2018-07-26T12:00:00Z",
        "spacecraft": {
            "response_mode": "normal",
            "id": 473,
            "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/473/?format=api",
            "name": "VSS Unity",
            "serial_number": "N202VG",
            "is_placeholder": false,
            "image": {
                "id": 2149,
                "name": "SpaceShipTwo Unity at rollout event",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_un_image_20240812142943.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_un_image_thumbnail_20240812142943.jpeg",
                "credit": "Ronrosano",
                "license": {
                    "id": 21,
                    "name": "CC BY-SA 3.0",
                    "priority": 4,
                    "link": "https://creativecommons.org/licenses/by-sa/3.0/deed.en"
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "PT4H3M43S",
            "time_docked": "P0D",
            "flights_count": 30,
            "mission_ends_count": 30,
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "description": "VSS Unity, previously referred to as VSS Voyager, is a SpaceShipTwo-class suborbital rocket-powered crewed spaceplane. It is the second SpaceShipTwo to be built and will be used as part of the Virgin Galactic fleet.",
            "spacecraft_config": {
                "response_mode": "detailed",
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/27/?format=api",
                "name": "SpaceShipTwo",
                "type": {
                    "id": 3,
                    "name": "Spaceplane"
                },
                "agency": {
                    "response_mode": "normal",
                    "id": 1024,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                    "name": "Virgin Galactic",
                    "abbrev": "VG",
                    "type": {
                        "id": 5,
                        "name": "Private"
                    },
                    "featured": false,
                    "country": [
                        {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        }
                    ],
                    "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.",
                    "administrator": "Founder: Richard Branson",
                    "founding_year": 2004,
                    "launchers": "VMS Eve",
                    "spacecraft": "VSS Enterprise | VSS Unity",
                    "parent": null,
                    "image": {
                        "id": 32,
                        "name": "[AUTO] Virgin Galactic - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "logo": {
                        "id": 196,
                        "name": "[AUTO] Virgin Galactic - logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185159.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "social_logo": {
                        "id": 101,
                        "name": "[AUTO] Virgin Galactic - social_logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_nation_20230617045127.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184858.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "family": [],
                "in_use": true,
                "image": {
                    "id": 1933,
                    "name": "[AUTO] SpaceShipTwo - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194156.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "capability": "SpaceShipTwo is carried to its launch altitude by a Scaled Composites White Knight Two, before being released to fly on into the upper atmosphere powered by its rocket engine. It then glides back to Earth and performs a conventional runway landing.",
                "history": "The spaceship was officially unveiled to the public on 7 December 2009 at the Mojave Air and Space Port in California. On 29 April 2013, after nearly three years of unpowered testing, the first one constructed successfully performed its first powered test flight.",
                "details": "The Scaled Composites Model 339 SpaceShipTwo is an air-launched suborbital spaceplane type designed for space tourism. It is manufactured by The Spaceship Company, a California-based company owned by Virgin Galactic.",
                "maiden_flight": "2010-10-10",
                "height": 18.0,
                "diameter": 8.2,
                "human_rated": true,
                "crew_capacity": 8,
                "payload_capacity": null,
                "payload_return_capacity": null,
                "flight_life": "Short suborbital flights",
                "wiki_link": "https://en.wikipedia.org/wiki/SpaceShipTwo",
                "info_link": "https://www.virgingalactic.com/",
                "spacecraft_flown": 2,
                "total_launch_count": 67,
                "successful_launches": 62,
                "failed_launches": 5,
                "attempted_landings": 66,
                "successful_landings": 66,
                "failed_landings": 0,
                "fastest_turnaround": "P1D"
            },
            "fastest_turnaround": "P2D"
        },
        "launch": {
            "id": "22fb6383-416d-498e-90c5-dfe3be1946d9",
            "url": "https://ll.thespacedevs.com/2.3.0/launches/22fb6383-416d-498e-90c5-dfe3be1946d9/?format=api",
            "name": "SpaceShipTwo | VSS Unity PF03",
            "response_mode": "normal",
            "slug": "spaceshiptwo-vss-unity-pf03",
            "launch_designator": null,
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T08:58:22Z",
            "net": "2018-07-26T12:00:00Z",
            "net_precision": null,
            "window_end": "2018-07-26T12:00:00Z",
            "window_start": "2018-07-26T12:00:00Z",
            "image": {
                "id": 1839,
                "name": "[AUTO] SpaceShipTwo - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193914.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "infographic": null,
            "probability": null,
            "weather_concerns": null,
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "response_mode": "list",
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "abbrev": "VG",
                "type": {
                    "id": 5,
                    "name": "Private"
                }
            },
            "rocket": {
                "id": 2944,
                "configuration": {
                    "response_mode": "list",
                    "id": 465,
                    "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/465/?format=api",
                    "name": "SpaceShipTwo",
                    "families": [],
                    "full_name": "SpaceShipTwo",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1361,
                "name": "VSS Unity PF03",
                "type": "Test Flight",
                "description": "Powered test flight of VSS Unity.",
                "image": null,
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub",
                    "celestial_body": {
                        "response_mode": "list",
                        "id": 1,
                        "name": "Earth"
                    }
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 190,
                "url": "https://ll.thespacedevs.com/2.3.0/pads/190/?format=api",
                "active": true,
                "agencies": [
                    {
                        "response_mode": "normal",
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "abbrev": "VG",
                        "type": {
                            "id": 5,
                            "name": "Private"
                        },
                        "featured": false,
                        "country": [
                            {
                                "id": 2,
                                "name": "United States of America",
                                "alpha_2_code": "US",
                                "alpha_3_code": "USA",
                                "nationality_name": "American",
                                "nationality_name_composed": "Americano"
                            }
                        ],
                        "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.",
                        "administrator": "Founder: Richard Branson",
                        "founding_year": 2004,
                        "launchers": "VMS Eve",
                        "spacecraft": "VSS Enterprise | VSS Unity",
                        "parent": null,
                        "image": {
                            "id": 32,
                            "name": "[AUTO] Virgin Galactic - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "logo": {
                            "id": 196,
                            "name": "[AUTO] Virgin Galactic - logo",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185159.png",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "social_logo": {
                            "id": 101,
                            "name": "[AUTO] Virgin Galactic - social_logo",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_nation_20230617045127.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184858.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    }
                ],
                "name": "Mojave Air and Space Port",
                "image": null,
                "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,
                "country": {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_190_20210522160913.jpg",
                "total_launch_count": 53,
                "orbital_launch_attempt_count": 0,
                "fastest_turnaround": "P1D",
                "location": {
                    "response_mode": "normal",
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "celestial_body": {
                        "response_mode": "normal",
                        "id": 1,
                        "name": "Earth",
                        "type": {
                            "id": 1,
                            "name": "Planet"
                        },
                        "diameter": 12742000.0,
                        "mass": 5.972168e+24,
                        "gravity": 9.80655,
                        "length_of_day": "1 00:00:00",
                        "atmosphere": true,
                        "image": {
                            "id": 2040,
                            "name": "Earth (Apollo 17)",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                            "credit": "NASA",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                        "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                        "total_attempted_launches": 7140,
                        "successful_launches": 6598,
                        "failed_launches": 542,
                        "total_attempted_landings": 1098,
                        "successful_landings": 1055,
                        "failed_landings": 43
                    },
                    "active": true,
                    "country": {
                        "id": 17,
                        "name": "Unknown",
                        "alpha_2_code": "??",
                        "alpha_3_code": "???",
                        "nationality_name": "Earthling",
                        "nationality_name_composed": "Earthling"
                    },
                    "description": "",
                    "image": {
                        "id": 32,
                        "name": "[AUTO] Virgin Galactic - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                    "longitude": null,
                    "latitude": null,
                    "timezone_name": "",
                    "total_launch_count": 86,
                    "total_landing_count": 0
                }
            },
            "webcast_live": false,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 70,
            "pad_launch_attempt_count": 51,
            "agency_launch_attempt_count": 51,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 4
        },
        "duration": "P0D",
        "turn_around_time": "P58D",
        "response_mode": "detailed",
        "launch_crew": [
            {
                "id": 3368,
                "role": {
                    "id": 2,
                    "role": "Pilot",
                    "priority": 2
                },
                "astronaut": {
                    "id": 679,
                    "url": "https://ll.thespacedevs.com/2.3.0/astronauts/679/?format=api",
                    "name": "Michael Masucci",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "agency": {
                        "response_mode": "list",
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "abbrev": "VG",
                        "type": {
                            "id": 5,
                            "name": "Private"
                        }
                    },
                    "image": {
                        "id": 667,
                        "name": "[AUTO] Michael Masucci - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael_masucci_image_20220911034628.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190444.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "response_mode": "list",
                    "type": {
                        "id": 3,
                        "name": "Private"
                    },
                    "in_space": false,
                    "time_in_space": "PT1H39M23S",
                    "eva_time": "P0D",
                    "age": null,
                    "date_of_birth": null,
                    "date_of_death": null,
                    "nationality": [
                        {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        }
                    ],
                    "bio": "Mike “Sooch” Masucci was a former U.S. Air Force lieutenant colonel and U2 test pilot.",
                    "wiki": "https://en.wikipedia.org/wiki/Michael_Masucci",
                    "last_flight": "2023-11-02T15:44:00Z",
                    "first_flight": "2013-12-11T12:00:00Z",
                    "social_media_links": []
                }
            },
            {
                "id": 3367,
                "role": {
                    "id": 2,
                    "role": "Pilot",
                    "priority": 2
                },
                "astronaut": {
                    "id": 676,
                    "url": "https://ll.thespacedevs.com/2.3.0/astronauts/676/?format=api",
                    "name": "David Mackay",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "agency": {
                        "response_mode": "list",
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "abbrev": "VG",
                        "type": {
                            "id": 5,
                            "name": "Private"
                        }
                    },
                    "image": {
                        "id": 748,
                        "name": "[AUTO] David Mackay - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/david_mackay_image_20220911034224.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190659.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "response_mode": "list",
                    "type": {
                        "id": 3,
                        "name": "Private"
                    },
                    "in_space": false,
                    "time_in_space": "PT1H57M30S",
                    "eva_time": "P0D",
                    "age": 68,
                    "date_of_birth": "1957-01-01",
                    "date_of_death": null,
                    "nationality": [
                        {
                            "id": 10,
                            "name": "United Kingdom",
                            "alpha_2_code": "GB",
                            "alpha_3_code": "GBR",
                            "nationality_name": "British",
                            "nationality_name_composed": "Brito"
                        }
                    ],
                    "bio": "Astronaut David William Donald Mackay AFC  is the British Chief Pilot of Virgin Galactic, and a former RAF test pilot. He is the first native-born Scot to visit space.",
                    "wiki": "https://en.wikipedia.org/wiki/David_Mackay_(pilot)",
                    "last_flight": "2021-07-11T15:25:30Z",
                    "first_flight": "2012-06-29T12:00:00Z",
                    "social_media_links": []
                }
            }
        ],
        "onboard_crew": [],
        "landing_crew": [
            {
                "id": 3371,
                "role": {
                    "id": 2,
                    "role": "Pilot",
                    "priority": 2
                },
                "astronaut": {
                    "id": 679,
                    "url": "https://ll.thespacedevs.com/2.3.0/astronauts/679/?format=api",
                    "name": "Michael Masucci",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "agency": {
                        "response_mode": "list",
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "abbrev": "VG",
                        "type": {
                            "id": 5,
                            "name": "Private"
                        }
                    },
                    "image": {
                        "id": 667,
                        "name": "[AUTO] Michael Masucci - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael_masucci_image_20220911034628.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190444.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "response_mode": "list",
                    "type": {
                        "id": 3,
                        "name": "Private"
                    },
                    "in_space": false,
                    "time_in_space": "PT1H39M23S",
                    "eva_time": "P0D",
                    "age": null,
                    "date_of_birth": null,
                    "date_of_death": null,
                    "nationality": [
                        {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        }
                    ],
                    "bio": "Mike “Sooch” Masucci was a former U.S. Air Force lieutenant colonel and U2 test pilot.",
                    "wiki": "https://en.wikipedia.org/wiki/Michael_Masucci",
                    "last_flight": "2023-11-02T15:44:00Z",
                    "first_flight": "2013-12-11T12:00:00Z",
                    "social_media_links": []
                }
            },
            {
                "id": 3370,
                "role": {
                    "id": 2,
                    "role": "Pilot",
                    "priority": 2
                },
                "astronaut": {
                    "id": 676,
                    "url": "https://ll.thespacedevs.com/2.3.0/astronauts/676/?format=api",
                    "name": "David Mackay",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "agency": {
                        "response_mode": "list",
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "abbrev": "VG",
                        "type": {
                            "id": 5,
                            "name": "Private"
                        }
                    },
                    "image": {
                        "id": 748,
                        "name": "[AUTO] David Mackay - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/david_mackay_image_20220911034224.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190659.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "response_mode": "list",
                    "type": {
                        "id": 3,
                        "name": "Private"
                    },
                    "in_space": false,
                    "time_in_space": "PT1H57M30S",
                    "eva_time": "P0D",
                    "age": 68,
                    "date_of_birth": "1957-01-01",
                    "date_of_death": null,
                    "nationality": [
                        {
                            "id": 10,
                            "name": "United Kingdom",
                            "alpha_2_code": "GB",
                            "alpha_3_code": "GBR",
                            "nationality_name": "British",
                            "nationality_name_composed": "Brito"
                        }
                    ],
                    "bio": "Astronaut David William Donald Mackay AFC  is the British Chief Pilot of Virgin Galactic, and a former RAF test pilot. He is the first native-born Scot to visit space.",
                    "wiki": "https://en.wikipedia.org/wiki/David_Mackay_(pilot)",
                    "last_flight": "2021-07-11T15:25:30Z",
                    "first_flight": "2012-06-29T12:00:00Z",
                    "social_media_links": []
                }
            }
        ],
        "docking_events": []
    },
    "payloadflight": null
}