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

{
    "count": 1491,
    "next": "https://ll.thespacedevs.com/2.3.0/landings/?format=api&limit=10&offset=60&ordering=downrange_distance",
    "previous": "https://ll.thespacedevs.com/2.3.0/landings/?format=api&limit=10&offset=40&ordering=downrange_distance",
    "results": [
        {
            "id": 116,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/116/?format=api",
            "attempt": true,
            "success": true,
            "description": "The NS-2 booster successfully landed for the third time.",
            "downrange_distance": 3.2,
            "landing_location": {
                "id": 11,
                "name": "Corn Ranch Landing Pad, West Texas",
                "active": true,
                "abbrev": "CR",
                "description": "New Shepard landing site.",
                "location": {
                    "response_mode": "normal",
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "image": {
                        "id": 2098,
                        "name": "New Shepard liftoff (NS-25)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_thumbnail_20240621062033.jpeg",
                        "credit": "Blue Origin",
                        "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_29_20200803142436.jpg",
                    "longitude": -104.757152,
                    "latitude": 31.422927,
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 31,
                    "total_landing_count": 31
                },
                "longitude": -104.762793,
                "latitude": 31.451665,
                "image": {
                    "id": 1972,
                    "name": "NS landing pad with booster landing on it",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_20240310165834.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_thumbnail_20240310165835.jpeg",
                    "credit": "Blue Origin",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "successful_landings": 26,
                "attempted_landings": 28,
                "failed_landings": 2,
                "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": 2,
                "name": "Return to Launch Site",
                "abbrev": "RTLS",
                "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
            },
            "response_mode": "normal",
            "firststage": {
                "id": 81,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 3,
                "launcher": {
                    "response_mode": "normal",
                    "id": 62,
                    "url": "https://ll.thespacedevs.com/2.3.0/launchers/62/?format=api",
                    "flight_proven": true,
                    "serial_number": "NS-2",
                    "is_placeholder": false,
                    "status": {
                        "id": 1,
                        "name": "retired"
                    },
                    "image": {
                        "id": 1657,
                        "name": "[AUTO] NS-2 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/62_image_20190225163937.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193417.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "details": "The New Shepard 2 or NS2, made five successful flights in 2015 and 2016, being retired after its fifth flight in October 2016. It was the first booster which Blue Origin successfully landed and reused.",
                    "successful_landings": 5,
                    "attempted_landings": 5,
                    "flights": 5,
                    "last_launch_date": "2016-10-05T16:36:00Z",
                    "first_launch_date": "2015-11-23T17:21:00Z",
                    "fastest_turnaround": "P59DT22H39M"
                },
                "previous_flight_date": "2016-01-22T16:00:00Z",
                "turn_around_time": "P71DT18M",
                "previous_flight": {
                    "id": "5abbd675-424b-4caf-ace5-8ba448a6a81f",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/5abbd675-424b-4caf-ace5-8ba448a6a81f/?format=api",
                    "name": "New Shepard | NS-3"
                }
            },
            "spacecraftflight": null,
            "payloadflight": null
        },
        {
            "id": 117,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/117/?format=api",
            "attempt": true,
            "success": true,
            "description": "The first stage successfully landed for the fourth time",
            "downrange_distance": 3.2,
            "landing_location": {
                "id": 11,
                "name": "Corn Ranch Landing Pad, West Texas",
                "active": true,
                "abbrev": "CR",
                "description": "New Shepard landing site.",
                "location": {
                    "response_mode": "normal",
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "image": {
                        "id": 2098,
                        "name": "New Shepard liftoff (NS-25)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_thumbnail_20240621062033.jpeg",
                        "credit": "Blue Origin",
                        "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_29_20200803142436.jpg",
                    "longitude": -104.757152,
                    "latitude": 31.422927,
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 31,
                    "total_landing_count": 31
                },
                "longitude": -104.762793,
                "latitude": 31.451665,
                "image": {
                    "id": 1972,
                    "name": "NS landing pad with booster landing on it",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_20240310165834.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_thumbnail_20240310165835.jpeg",
                    "credit": "Blue Origin",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "successful_landings": 26,
                "attempted_landings": 28,
                "failed_landings": 2,
                "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": 2,
                "name": "Return to Launch Site",
                "abbrev": "RTLS",
                "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
            },
            "response_mode": "normal",
            "firststage": {
                "id": 82,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 4,
                "launcher": {
                    "response_mode": "normal",
                    "id": 62,
                    "url": "https://ll.thespacedevs.com/2.3.0/launchers/62/?format=api",
                    "flight_proven": true,
                    "serial_number": "NS-2",
                    "is_placeholder": false,
                    "status": {
                        "id": 1,
                        "name": "retired"
                    },
                    "image": {
                        "id": 1657,
                        "name": "[AUTO] NS-2 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/62_image_20190225163937.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193417.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "details": "The New Shepard 2 or NS2, made five successful flights in 2015 and 2016, being retired after its fifth flight in October 2016. It was the first booster which Blue Origin successfully landed and reused.",
                    "successful_landings": 5,
                    "attempted_landings": 5,
                    "flights": 5,
                    "last_launch_date": "2016-10-05T16:36:00Z",
                    "first_launch_date": "2015-11-23T17:21:00Z",
                    "fastest_turnaround": "P59DT22H39M"
                },
                "previous_flight_date": "2016-04-02T16:18:00Z",
                "turn_around_time": "P77DT22H57M",
                "previous_flight": {
                    "id": "eb3e1460-55a3-4de0-bf3f-34eb302684d3",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/eb3e1460-55a3-4de0-bf3f-34eb302684d3/?format=api",
                    "name": "New Shepard | NS-4"
                }
            },
            "spacecraftflight": null,
            "payloadflight": null
        },
        {
            "id": 118,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/118/?format=api",
            "attempt": true,
            "success": true,
            "description": "The core stage successfully landed on its final flight.",
            "downrange_distance": 3.2,
            "landing_location": {
                "id": 11,
                "name": "Corn Ranch Landing Pad, West Texas",
                "active": true,
                "abbrev": "CR",
                "description": "New Shepard landing site.",
                "location": {
                    "response_mode": "normal",
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "image": {
                        "id": 2098,
                        "name": "New Shepard liftoff (NS-25)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_thumbnail_20240621062033.jpeg",
                        "credit": "Blue Origin",
                        "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_29_20200803142436.jpg",
                    "longitude": -104.757152,
                    "latitude": 31.422927,
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 31,
                    "total_landing_count": 31
                },
                "longitude": -104.762793,
                "latitude": 31.451665,
                "image": {
                    "id": 1972,
                    "name": "NS landing pad with booster landing on it",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_20240310165834.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_thumbnail_20240310165835.jpeg",
                    "credit": "Blue Origin",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "successful_landings": 26,
                "attempted_landings": 28,
                "failed_landings": 2,
                "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": 2,
                "name": "Return to Launch Site",
                "abbrev": "RTLS",
                "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
            },
            "response_mode": "normal",
            "firststage": {
                "id": 83,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 5,
                "launcher": {
                    "response_mode": "normal",
                    "id": 62,
                    "url": "https://ll.thespacedevs.com/2.3.0/launchers/62/?format=api",
                    "flight_proven": true,
                    "serial_number": "NS-2",
                    "is_placeholder": false,
                    "status": {
                        "id": 1,
                        "name": "retired"
                    },
                    "image": {
                        "id": 1657,
                        "name": "[AUTO] NS-2 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/62_image_20190225163937.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193417.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "details": "The New Shepard 2 or NS2, made five successful flights in 2015 and 2016, being retired after its fifth flight in October 2016. It was the first booster which Blue Origin successfully landed and reused.",
                    "successful_landings": 5,
                    "attempted_landings": 5,
                    "flights": 5,
                    "last_launch_date": "2016-10-05T16:36:00Z",
                    "first_launch_date": "2015-11-23T17:21:00Z",
                    "fastest_turnaround": "P59DT22H39M"
                },
                "previous_flight_date": "2016-06-19T15:15:00Z",
                "turn_around_time": "P108DT1H21M",
                "previous_flight": {
                    "id": "1ab69218-f3db-4a99-9d62-a5d90661b21a",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/1ab69218-f3db-4a99-9d62-a5d90661b21a/?format=api",
                    "name": "New Shepard | NS-5"
                }
            },
            "spacecraftflight": null,
            "payloadflight": null
        },
        {
            "id": 146,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/146/?format=api",
            "attempt": true,
            "success": true,
            "description": "The booster has successfuly landed after its sixth launch.",
            "downrange_distance": 3.2,
            "landing_location": {
                "id": 11,
                "name": "Corn Ranch Landing Pad, West Texas",
                "active": true,
                "abbrev": "CR",
                "description": "New Shepard landing site.",
                "location": {
                    "response_mode": "normal",
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "image": {
                        "id": 2098,
                        "name": "New Shepard liftoff (NS-25)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_thumbnail_20240621062033.jpeg",
                        "credit": "Blue Origin",
                        "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_29_20200803142436.jpg",
                    "longitude": -104.757152,
                    "latitude": 31.422927,
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 31,
                    "total_landing_count": 31
                },
                "longitude": -104.762793,
                "latitude": 31.451665,
                "image": {
                    "id": 1972,
                    "name": "NS landing pad with booster landing on it",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_20240310165834.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_thumbnail_20240310165835.jpeg",
                    "credit": "Blue Origin",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "successful_landings": 26,
                "attempted_landings": 28,
                "failed_landings": 2,
                "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": 2,
                "name": "Return to Launch Site",
                "abbrev": "RTLS",
                "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
            },
            "response_mode": "normal",
            "firststage": {
                "id": 115,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 6,
                "launcher": {
                    "response_mode": "normal",
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.3.0/launchers/63/?format=api",
                    "flight_proven": true,
                    "serial_number": "NS-3",
                    "is_placeholder": false,
                    "status": {
                        "id": 7,
                        "name": "destroyed"
                    },
                    "image": {
                        "id": 1658,
                        "name": "[AUTO] NS-3 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/63_image_20190225165029.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193418.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "details": "New Shepard vehicle #3 was the third flight vehicle of the New Shepard suborbital rocket. It suffered an anomaly during its ninth flight.",
                    "successful_landings": 8,
                    "attempted_landings": 9,
                    "flights": 9,
                    "last_launch_date": "2022-09-12T14:27:00Z",
                    "first_launch_date": "2017-12-12T16:59:00Z",
                    "fastest_turnaround": "P79DT21H53M"
                },
                "previous_flight_date": "2019-05-02T13:35:13Z",
                "turn_around_time": "P223DT4H19M57S",
                "previous_flight": {
                    "id": "c4d93ee1-f18d-4277-8afd-85befc2da3a1",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/c4d93ee1-f18d-4277-8afd-85befc2da3a1/?format=api",
                    "name": "New Shepard | NS-11"
                }
            },
            "spacecraftflight": null,
            "payloadflight": null
        },
        {
            "id": 1288,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/1288/?format=api",
            "attempt": true,
            "success": true,
            "description": "NS4 has land on Corn Ranch Landing Pad after this flight.",
            "downrange_distance": 3.2,
            "landing_location": {
                "id": 11,
                "name": "Corn Ranch Landing Pad, West Texas",
                "active": true,
                "abbrev": "CR",
                "description": "New Shepard landing site.",
                "location": {
                    "response_mode": "normal",
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "image": {
                        "id": 2098,
                        "name": "New Shepard liftoff (NS-25)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_thumbnail_20240621062033.jpeg",
                        "credit": "Blue Origin",
                        "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_29_20200803142436.jpg",
                    "longitude": -104.757152,
                    "latitude": 31.422927,
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 31,
                    "total_landing_count": 31
                },
                "longitude": -104.762793,
                "latitude": 31.451665,
                "image": {
                    "id": 1972,
                    "name": "NS landing pad with booster landing on it",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_20240310165834.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_thumbnail_20240310165835.jpeg",
                    "credit": "Blue Origin",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "successful_landings": 26,
                "attempted_landings": 28,
                "failed_landings": 2,
                "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": 2,
                "name": "Return to Launch Site",
                "abbrev": "RTLS",
                "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
            },
            "response_mode": "normal",
            "firststage": {
                "id": 480,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 9,
                "launcher": {
                    "response_mode": "normal",
                    "id": 90,
                    "url": "https://ll.thespacedevs.com/2.3.0/launchers/90/?format=api",
                    "flight_proven": true,
                    "serial_number": "NS-4",
                    "is_placeholder": false,
                    "status": {
                        "id": 3,
                        "name": "active"
                    },
                    "image": {
                        "id": 1659,
                        "name": "[AUTO] NS-4 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/90_image_20210412202510.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193420.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "details": "New Shepard vehicle #4 is the fourth flight vehicle of the New Shepard suborbital rocket. It was used for Blue Origin's first crewed launches.",
                    "successful_landings": 13,
                    "attempted_landings": 13,
                    "flights": 13,
                    "last_launch_date": "2025-02-25T15:49:11Z",
                    "first_launch_date": "2021-01-14T17:19:00Z",
                    "fastest_turnaround": "P59DT11M42S"
                },
                "previous_flight_date": "2022-08-04T13:56:07Z",
                "turn_around_time": "P502DT2H46M21S",
                "previous_flight": {
                    "id": "50649994-7635-49a4-81f2-9f7bea8b7425",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/50649994-7635-49a4-81f2-9f7bea8b7425/?format=api",
                    "name": "New Shepard | NS-22"
                }
            },
            "spacecraftflight": null,
            "payloadflight": null
        },
        {
            "id": 294,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/294/?format=api",
            "attempt": true,
            "success": true,
            "description": "NS4 has landed at Corn Ranch Landing Pad after its eighth flight.",
            "downrange_distance": 3.2,
            "landing_location": {
                "id": 11,
                "name": "Corn Ranch Landing Pad, West Texas",
                "active": true,
                "abbrev": "CR",
                "description": "New Shepard landing site.",
                "location": {
                    "response_mode": "normal",
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "image": {
                        "id": 2098,
                        "name": "New Shepard liftoff (NS-25)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_thumbnail_20240621062033.jpeg",
                        "credit": "Blue Origin",
                        "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_29_20200803142436.jpg",
                    "longitude": -104.757152,
                    "latitude": 31.422927,
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 31,
                    "total_landing_count": 31
                },
                "longitude": -104.762793,
                "latitude": 31.451665,
                "image": {
                    "id": 1972,
                    "name": "NS landing pad with booster landing on it",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_20240310165834.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_thumbnail_20240310165835.jpeg",
                    "credit": "Blue Origin",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "successful_landings": 26,
                "attempted_landings": 28,
                "failed_landings": 2,
                "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": 2,
                "name": "Return to Launch Site",
                "abbrev": "RTLS",
                "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
            },
            "response_mode": "normal",
            "firststage": {
                "id": 266,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 8,
                "launcher": {
                    "response_mode": "normal",
                    "id": 90,
                    "url": "https://ll.thespacedevs.com/2.3.0/launchers/90/?format=api",
                    "flight_proven": true,
                    "serial_number": "NS-4",
                    "is_placeholder": false,
                    "status": {
                        "id": 3,
                        "name": "active"
                    },
                    "image": {
                        "id": 1659,
                        "name": "[AUTO] NS-4 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/90_image_20210412202510.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193420.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "details": "New Shepard vehicle #4 is the fourth flight vehicle of the New Shepard suborbital rocket. It was used for Blue Origin's first crewed launches.",
                    "successful_landings": 13,
                    "attempted_landings": 13,
                    "flights": 13,
                    "last_launch_date": "2025-02-25T15:49:11Z",
                    "first_launch_date": "2021-01-14T17:19:00Z",
                    "fastest_turnaround": "P59DT11M42S"
                },
                "previous_flight_date": "2022-06-04T13:25:02Z",
                "turn_around_time": "P61DT31M5S",
                "previous_flight": {
                    "id": "f058ecca-bda7-4797-ae47-b5c450b1bd78",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/f058ecca-bda7-4797-ae47-b5c450b1bd78/?format=api",
                    "name": "New Shepard | NS-21"
                }
            },
            "spacecraftflight": null,
            "payloadflight": null
        },
        {
            "id": 269,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/269/?format=api",
            "attempt": true,
            "success": true,
            "description": "NS4 has landed at Corn Ranch Landing Pad after its seventh flight.",
            "downrange_distance": 3.2,
            "landing_location": {
                "id": 11,
                "name": "Corn Ranch Landing Pad, West Texas",
                "active": true,
                "abbrev": "CR",
                "description": "New Shepard landing site.",
                "location": {
                    "response_mode": "normal",
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "image": {
                        "id": 2098,
                        "name": "New Shepard liftoff (NS-25)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_thumbnail_20240621062033.jpeg",
                        "credit": "Blue Origin",
                        "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_29_20200803142436.jpg",
                    "longitude": -104.757152,
                    "latitude": 31.422927,
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 31,
                    "total_landing_count": 31
                },
                "longitude": -104.762793,
                "latitude": 31.451665,
                "image": {
                    "id": 1972,
                    "name": "NS landing pad with booster landing on it",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_20240310165834.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_thumbnail_20240310165835.jpeg",
                    "credit": "Blue Origin",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "successful_landings": 26,
                "attempted_landings": 28,
                "failed_landings": 2,
                "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": 2,
                "name": "Return to Launch Site",
                "abbrev": "RTLS",
                "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
            },
            "response_mode": "normal",
            "firststage": {
                "id": 241,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 7,
                "launcher": {
                    "response_mode": "normal",
                    "id": 90,
                    "url": "https://ll.thespacedevs.com/2.3.0/launchers/90/?format=api",
                    "flight_proven": true,
                    "serial_number": "NS-4",
                    "is_placeholder": false,
                    "status": {
                        "id": 3,
                        "name": "active"
                    },
                    "image": {
                        "id": 1659,
                        "name": "[AUTO] NS-4 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/90_image_20210412202510.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193420.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "details": "New Shepard vehicle #4 is the fourth flight vehicle of the New Shepard suborbital rocket. It was used for Blue Origin's first crewed launches.",
                    "successful_landings": 13,
                    "attempted_landings": 13,
                    "flights": 13,
                    "last_launch_date": "2025-02-25T15:49:11Z",
                    "first_launch_date": "2021-01-14T17:19:00Z",
                    "fastest_turnaround": "P59DT11M42S"
                },
                "previous_flight_date": "2022-03-31T13:57:55Z",
                "turn_around_time": "P64DT23H27M7S",
                "previous_flight": {
                    "id": "08040943-ec97-413d-b134-22e516e50528",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/08040943-ec97-413d-b134-22e516e50528/?format=api",
                    "name": "New Shepard | NS-20"
                }
            },
            "spacecraftflight": null,
            "payloadflight": null
        },
        {
            "id": 303,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/303/?format=api",
            "attempt": true,
            "success": false,
            "description": "NS3 suffered an anomaly during its ninth flight.",
            "downrange_distance": 3.2,
            "landing_location": {
                "id": 11,
                "name": "Corn Ranch Landing Pad, West Texas",
                "active": true,
                "abbrev": "CR",
                "description": "New Shepard landing site.",
                "location": {
                    "response_mode": "normal",
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "image": {
                        "id": 2098,
                        "name": "New Shepard liftoff (NS-25)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_thumbnail_20240621062033.jpeg",
                        "credit": "Blue Origin",
                        "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_29_20200803142436.jpg",
                    "longitude": -104.757152,
                    "latitude": 31.422927,
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 31,
                    "total_landing_count": 31
                },
                "longitude": -104.762793,
                "latitude": 31.451665,
                "image": {
                    "id": 1972,
                    "name": "NS landing pad with booster landing on it",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_20240310165834.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_thumbnail_20240310165835.jpeg",
                    "credit": "Blue Origin",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "successful_landings": 26,
                "attempted_landings": 28,
                "failed_landings": 2,
                "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": 2,
                "name": "Return to Launch Site",
                "abbrev": "RTLS",
                "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
            },
            "response_mode": "normal",
            "firststage": {
                "id": 275,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 9,
                "launcher": {
                    "response_mode": "normal",
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.3.0/launchers/63/?format=api",
                    "flight_proven": true,
                    "serial_number": "NS-3",
                    "is_placeholder": false,
                    "status": {
                        "id": 7,
                        "name": "destroyed"
                    },
                    "image": {
                        "id": 1658,
                        "name": "[AUTO] NS-3 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/63_image_20190225165029.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193418.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "details": "New Shepard vehicle #3 was the third flight vehicle of the New Shepard suborbital rocket. It suffered an anomaly during its ninth flight.",
                    "successful_landings": 8,
                    "attempted_landings": 9,
                    "flights": 9,
                    "last_launch_date": "2022-09-12T14:27:00Z",
                    "first_launch_date": "2017-12-12T16:59:00Z",
                    "fastest_turnaround": "P79DT21H53M"
                },
                "previous_flight_date": "2021-08-26T14:31:00Z",
                "turn_around_time": "P381DT23H56M",
                "previous_flight": {
                    "id": "ff3ef28b-afd5-414f-aab4-040d5b74fdd6",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/ff3ef28b-afd5-414f-aab4-040d5b74fdd6/?format=api",
                    "name": "New Shepard | NS-17"
                }
            },
            "spacecraftflight": null,
            "payloadflight": null
        },
        {
            "id": 119,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/119/?format=api",
            "attempt": true,
            "success": true,
            "description": "The NS-3 core stage successfully landed for the first time.",
            "downrange_distance": 3.2,
            "landing_location": {
                "id": 11,
                "name": "Corn Ranch Landing Pad, West Texas",
                "active": true,
                "abbrev": "CR",
                "description": "New Shepard landing site.",
                "location": {
                    "response_mode": "normal",
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "image": {
                        "id": 2098,
                        "name": "New Shepard liftoff (NS-25)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_thumbnail_20240621062033.jpeg",
                        "credit": "Blue Origin",
                        "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_29_20200803142436.jpg",
                    "longitude": -104.757152,
                    "latitude": 31.422927,
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 31,
                    "total_landing_count": 31
                },
                "longitude": -104.762793,
                "latitude": 31.451665,
                "image": {
                    "id": 1972,
                    "name": "NS landing pad with booster landing on it",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_20240310165834.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_thumbnail_20240310165835.jpeg",
                    "credit": "Blue Origin",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "successful_landings": 26,
                "attempted_landings": 28,
                "failed_landings": 2,
                "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": 2,
                "name": "Return to Launch Site",
                "abbrev": "RTLS",
                "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
            },
            "response_mode": "normal",
            "firststage": {
                "id": 84,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "response_mode": "normal",
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.3.0/launchers/63/?format=api",
                    "flight_proven": true,
                    "serial_number": "NS-3",
                    "is_placeholder": false,
                    "status": {
                        "id": 7,
                        "name": "destroyed"
                    },
                    "image": {
                        "id": 1658,
                        "name": "[AUTO] NS-3 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/63_image_20190225165029.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193418.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "details": "New Shepard vehicle #3 was the third flight vehicle of the New Shepard suborbital rocket. It suffered an anomaly during its ninth flight.",
                    "successful_landings": 8,
                    "attempted_landings": 9,
                    "flights": 9,
                    "last_launch_date": "2022-09-12T14:27:00Z",
                    "first_launch_date": "2017-12-12T16:59:00Z",
                    "fastest_turnaround": "P79DT21H53M"
                },
                "previous_flight_date": null,
                "turn_around_time": null,
                "previous_flight": null
            },
            "spacecraftflight": null,
            "payloadflight": null
        },
        {
            "id": 201,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/201/?format=api",
            "attempt": true,
            "success": true,
            "description": "NS4 has successfully landed at Corn Ranch Landing Pad after its second flight.",
            "downrange_distance": 3.2,
            "landing_location": {
                "id": 11,
                "name": "Corn Ranch Landing Pad, West Texas",
                "active": true,
                "abbrev": "CR",
                "description": "New Shepard landing site.",
                "location": {
                    "response_mode": "normal",
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "image": {
                        "id": 2098,
                        "name": "New Shepard liftoff (NS-25)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_thumbnail_20240621062033.jpeg",
                        "credit": "Blue Origin",
                        "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_29_20200803142436.jpg",
                    "longitude": -104.757152,
                    "latitude": 31.422927,
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 31,
                    "total_landing_count": 31
                },
                "longitude": -104.762793,
                "latitude": 31.451665,
                "image": {
                    "id": 1972,
                    "name": "NS landing pad with booster landing on it",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_20240310165834.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns_landing_pad__image_thumbnail_20240310165835.jpeg",
                    "credit": "Blue Origin",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "successful_landings": 26,
                "attempted_landings": 28,
                "failed_landings": 2,
                "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": 2,
                "name": "Return to Launch Site",
                "abbrev": "RTLS",
                "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
            },
            "response_mode": "normal",
            "firststage": {
                "id": 170,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "launcher": {
                    "response_mode": "normal",
                    "id": 90,
                    "url": "https://ll.thespacedevs.com/2.3.0/launchers/90/?format=api",
                    "flight_proven": true,
                    "serial_number": "NS-4",
                    "is_placeholder": false,
                    "status": {
                        "id": 3,
                        "name": "active"
                    },
                    "image": {
                        "id": 1659,
                        "name": "[AUTO] NS-4 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/90_image_20210412202510.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193420.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "details": "New Shepard vehicle #4 is the fourth flight vehicle of the New Shepard suborbital rocket. It was used for Blue Origin's first crewed launches.",
                    "successful_landings": 13,
                    "attempted_landings": 13,
                    "flights": 13,
                    "last_launch_date": "2025-02-25T15:49:11Z",
                    "first_launch_date": "2021-01-14T17:19:00Z",
                    "fastest_turnaround": "P59DT11M42S"
                },
                "previous_flight_date": "2021-01-14T17:19:00Z",
                "turn_around_time": "P89DT23H30M15S",
                "previous_flight": {
                    "id": "83b6aa26-f893-4176-afcd-24c2c50953d6",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/83b6aa26-f893-4176-afcd-24c2c50953d6/?format=api",
                    "name": "New Shepard | NS-14"
                }
            },
            "spacecraftflight": null,
            "payloadflight": null
        }
    ]
}