API endpoint that allows Landings to be viewed.

GET: Return a list of all the existing landings.

MODE: Normal, Detailed, and List /2.2.0/landings/?mode=detailed

FILTERS: Fields - 'attempt', 'success', 'landing_location__ids', 'landing_type__ids', 'spacecraft__ids', 'launcher__ids', 'spacecraft_launch__ids', 'firststage_launch__ids', 'spacecraft_config__ids', 'launcher_config__ids', 'launcher_serial_numbers'

Get all Landings with the launcher serial number of B1049. Example - /2.2.0/landings/?launcher_serial_numbers=B1049

ORDERING: Fields - 'id', 'downrange_distance' Example - /2.2.0/landings/?ordering=-downrange_distance

GET /2.2.0/landings/?format=api&offset=1580&ordering=-downrange_distance
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 1599,
    "next": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=1590&ordering=-downrange_distance",
    "previous": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=1570&ordering=-downrange_distance",
    "results": [
        {
            "id": 176,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/176/?format=api",
            "attempt": true,
            "success": false,
            "description": "SN8 was destroyed when attempting to land back near its launch site after its first flight.",
            "downrange_distance": 0.15,
            "landing_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."
            },
            "landing_location": {
                "id": 14,
                "name": "SpaceX Starship Landing Pad",
                "abbrev": "LZ",
                "description": "This is the landing pad used for early Starship development flights.",
                "location": {
                    "id": 143,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/143/?format=api",
                    "name": "SpaceX Starbase, TX, USA",
                    "country_code": "USA",
                    "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 20,
                    "total_landing_count": 13
                },
                "successful_landings": 5
            },
            "firststage": {
                "id": 145,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 83,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/83/?format=api",
                    "details": "SN8 was destroyed when attempting to land after its first flight due to low header tank pressure during landing burn.",
                    "flight_proven": true,
                    "serial_number": "SN8",
                    "status": "destroyed",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/83_image_20201211002626.jpeg",
                    "successful_landings": 0,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2020-12-09T22:45:25Z",
                    "first_launch_date": "2020-12-09T22:45:25Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 195,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/195/?format=api",
            "attempt": true,
            "success": false,
            "description": "SN10 performed a hard landing on the pad damaging its structure and resulting in an explosive destruction a few minutes later.",
            "downrange_distance": 0.15,
            "landing_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."
            },
            "landing_location": {
                "id": 14,
                "name": "SpaceX Starship Landing Pad",
                "abbrev": "LZ",
                "description": "This is the landing pad used for early Starship development flights.",
                "location": {
                    "id": 143,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/143/?format=api",
                    "name": "SpaceX Starbase, TX, USA",
                    "country_code": "USA",
                    "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 20,
                    "total_landing_count": 13
                },
                "successful_landings": 5
            },
            "firststage": {
                "id": 164,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 91,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/91/?format=api",
                    "details": "SN10 is a Starship Prototype similar in design to SN9. SN10 was destroyed during an explosion on the pad after landing.",
                    "flight_proven": true,
                    "serial_number": "SN10",
                    "status": "destroyed",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/91_image_20210303201919.jpg",
                    "successful_landings": 0,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2021-03-03T23:15:00Z",
                    "first_launch_date": "2021-03-03T23:15:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 162,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/162/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Starship prototype successfully landed next to its launchpad after its 150m hop.",
            "downrange_distance": 0.15,
            "landing_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."
            },
            "landing_location": {
                "id": 14,
                "name": "SpaceX Starship Landing Pad",
                "abbrev": "LZ",
                "description": "This is the landing pad used for early Starship development flights.",
                "location": {
                    "id": 143,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/143/?format=api",
                    "name": "SpaceX Starbase, TX, USA",
                    "country_code": "USA",
                    "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 20,
                    "total_landing_count": 13
                },
                "successful_landings": 5
            },
            "firststage": {
                "id": 122,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 70,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/70/?format=api",
                    "details": "Fifth prototype of the Starship prototype vehicle. On the 4th of August, SN5 completed a 150m hop, its first successful launch and landing. SN5 was scrapped in February 2021.",
                    "flight_proven": true,
                    "serial_number": "SN5",
                    "status": "scrapped",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/70_image_20200806074407.jpeg",
                    "successful_landings": 1,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2020-08-04T23:57:00Z",
                    "first_launch_date": "2020-08-04T23:57:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 166,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/166/?format=api",
            "attempt": true,
            "success": true,
            "description": "Starhopper successfully landed after its first untethered hop.",
            "downrange_distance": 0.0,
            "landing_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."
            },
            "landing_location": {
                "id": 14,
                "name": "SpaceX Starship Landing Pad",
                "abbrev": "LZ",
                "description": "This is the landing pad used for early Starship development flights.",
                "location": {
                    "id": 143,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/143/?format=api",
                    "name": "SpaceX Starbase, TX, USA",
                    "country_code": "USA",
                    "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 20,
                    "total_landing_count": 13
                },
                "successful_landings": 5
            },
            "firststage": {
                "id": 134,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 74,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/74/?format=api",
                    "details": "First prototype of the Starship vehicle. Starhopper was a short test article that flew once to a height of 150m before landing safely.",
                    "flight_proven": true,
                    "serial_number": "Starhopper",
                    "status": "retired",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20200820190716.jpeg",
                    "successful_landings": 2,
                    "attempted_landings": 2,
                    "flights": 2,
                    "last_launch_date": "2019-08-27T22:02:00Z",
                    "first_launch_date": "2019-07-26T03:45:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1388,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1388/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Superheavy booster No. 12 has successfully returned to the launch site at Starbase.",
            "downrange_distance": 0.0,
            "landing_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."
            },
            "landing_location": {
                "id": 39,
                "name": "Orbital Launch Mount A",
                "abbrev": "OLM-A",
                "description": "",
                "location": {
                    "id": 143,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/143/?format=api",
                    "name": "SpaceX Starbase, TX, USA",
                    "country_code": "USA",
                    "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 20,
                    "total_landing_count": 13
                },
                "successful_landings": 3
            },
            "firststage": {
                "id": 546,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 150,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/150/?format=api",
                    "details": "Super Heavy booster used for the fifth Starship integrated flight test.\r\n\r\nFirst Super Heavy sucessfully caught.",
                    "flight_proven": true,
                    "serial_number": "Booster 12",
                    "status": "retired",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/booster_12_duri_image_20241013170813.jpg",
                    "successful_landings": 1,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2024-10-13T12:25:00Z",
                    "first_launch_date": "2024-10-13T12:25:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1464,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1464/?format=api",
            "attempt": true,
            "success": false,
            "description": "The Superheavy booster No. 13 did not attempt a return back to the launch site at Starbase and splashed down in the Gulf of Mexico instead, due to hardware problems on the launch and catch tower triggering an abort.",
            "downrange_distance": 0.0,
            "landing_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."
            },
            "landing_location": {
                "id": 39,
                "name": "Orbital Launch Mount A",
                "abbrev": "OLM-A",
                "description": "",
                "location": {
                    "id": 143,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/143/?format=api",
                    "name": "SpaceX Starbase, TX, USA",
                    "country_code": "USA",
                    "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 20,
                    "total_landing_count": 13
                },
                "successful_landings": 3
            },
            "firststage": {
                "id": 603,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 188,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/188/?format=api",
                    "details": "Super Heavy booster used for the sixth Starship integrated flight test.\r\n\r\nLost to the ocean after a soft splashdown, as part of an offshore divert from the originally planned tower catch at the launch site.",
                    "flight_proven": false,
                    "serial_number": "Booster 13",
                    "status": "lost",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/booster_13_duri_image_20241023102335.jpg",
                    "successful_landings": 0,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2024-11-19T22:00:00Z",
                    "first_launch_date": "2024-11-19T22:00:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1703,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1703/?format=api",
            "attempt": true,
            "success": null,
            "description": "The Callisto demonstrator will attempt to land back at the Diamant launch site after this flight",
            "downrange_distance": 0.0,
            "landing_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."
            },
            "landing_location": {
                "id": 59,
                "name": "Diamant Launch Area Landing Pad",
                "abbrev": "DLALP",
                "description": "Landing pad for reusable first stages launched from the Diamant Launch Area.",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 327,
                    "total_landing_count": 0
                },
                "successful_landings": 0
            },
            "firststage": {
                "id": 809,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 237,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/237/?format=api",
                    "details": "Callisto flight model",
                    "flight_proven": false,
                    "serial_number": "Callisto",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/callisto_render_image_20250916093902.webp",
                    "successful_landings": 0,
                    "attempted_landings": 0,
                    "flights": 0,
                    "last_launch_date": null,
                    "first_launch_date": null
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1702,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1702/?format=api",
            "attempt": true,
            "success": null,
            "description": "The Themis T1H demonstrator will attempt a soft vertical landing back at its launch site.",
            "downrange_distance": 0.0,
            "landing_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."
            },
            "landing_location": {
                "id": 58,
                "name": "Launch Complex 3 Landing Pad",
                "abbrev": "LC3LP",
                "description": "40x40m landing pad at Esrange's Launch Complex 3.",
                "location": {
                    "id": 178,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/178/?format=api",
                    "name": "Esrange Space Center",
                    "country_code": "SWE",
                    "description": "Esrange Space Center is a rocket range and research centre located about 40 kilometers east of the town of Kiruna in northern Sweden. It is a base for scientific research with high-altitude balloons, investigation of the aurora borealis, sounding rocket launches, and satellite tracking. Built in 1964 by ESRO, one of the predecessors of the European Space Agency, the site is currently operated by the Swedish Space Corporation. An orbital launch complex, LC-3, has been built in the early 2020s.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_esrange_space_center_20241208021356.jpg",
                    "timezone_name": "Europe/Stockholm",
                    "total_launch_count": 0,
                    "total_landing_count": 0
                },
                "successful_landings": 0
            },
            "firststage": {
                "id": 808,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 235,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/235/?format=api",
                    "details": "T1H, which stands for Themis 1-Engine Hop, is the first Themis demonstrator flight model, designed for low-altitude hop tests at the Esrange Space Center in Sweden.",
                    "flight_proven": false,
                    "serial_number": "T1H",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/themis_t1h_on_t_image_20250919095336.jpg",
                    "successful_landings": 0,
                    "attempted_landings": 0,
                    "flights": 0,
                    "last_launch_date": null,
                    "first_launch_date": null
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1576,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1576/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Superheavy booster No. 15 was successfully caught by the launch pad tower.",
            "downrange_distance": 0.0,
            "landing_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."
            },
            "landing_location": {
                "id": 39,
                "name": "Orbital Launch Mount A",
                "abbrev": "OLM-A",
                "description": "",
                "location": {
                    "id": 143,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/143/?format=api",
                    "name": "SpaceX Starbase, TX, USA",
                    "country_code": "USA",
                    "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 20,
                    "total_landing_count": 13
                },
                "successful_landings": 3
            },
            "firststage": {
                "id": 704,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 191,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/191/?format=api",
                    "details": "Super Heavy booster used for the 8th Starship flight test. Successfully caught by the launch tower. Reused on the 11th Starship flight test and completed a planned high speed water splashdown.",
                    "flight_proven": true,
                    "serial_number": "Booster 15",
                    "status": "lost",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_booste_image_20250221071521.jpg",
                    "successful_landings": 2,
                    "attempted_landings": 2,
                    "flights": 2,
                    "last_launch_date": "2025-10-13T23:23:41Z",
                    "first_launch_date": "2025-03-06T23:30:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1491,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1491/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Superheavy booster No. 14 was successfully caught by the launch pad tower.",
            "downrange_distance": 0.0,
            "landing_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."
            },
            "landing_location": {
                "id": 39,
                "name": "Orbital Launch Mount A",
                "abbrev": "OLM-A",
                "description": "",
                "location": {
                    "id": 143,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/143/?format=api",
                    "name": "SpaceX Starbase, TX, USA",
                    "country_code": "USA",
                    "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 20,
                    "total_landing_count": 13
                },
                "successful_landings": 3
            },
            "firststage": {
                "id": 630,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 189,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/189/?format=api",
                    "details": "Super Heavy booster used for the 7th Starship flight test. Successfully caught by the launch tower. Reused on the 9th Starship flight test for a planned high speed water splashdown but destroyed during landing burn.",
                    "flight_proven": true,
                    "serial_number": "Booster 14",
                    "status": "destroyed",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_booste_image_20250221071829.jpg",
                    "successful_landings": 1,
                    "attempted_landings": 2,
                    "flights": 2,
                    "last_launch_date": "2025-05-27T23:36:00Z",
                    "first_launch_date": "2025-01-16T22:37:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        }
    ]
}