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=80&ordering=-id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 223,
    "next": "https://lldev.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=90&ordering=-id",
    "previous": "https://lldev.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=70&ordering=-id",
    "results": [
        {
            "id": 1562,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1562/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1078 has landed on ASDS ASOG after its 17th flight.",
            "downrange_distance": 600.0,
            "landing_type": {
                "id": 1,
                "name": "Autonomous Spaceport Drone Ship",
                "abbrev": "ASDS",
                "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
            },
            "landing_location": {
                "id": 17,
                "name": "A Shortfall of Gravitas",
                "abbrev": "ASOG",
                "description": "The fourth ASDS barge, A Shortfall of Gravitas (ASOG) is currently used to recover Falcon 9 and Heavy boosters in the Altantic Ocean.",
                "location": null,
                "successful_landings": 113
            },
            "firststage": {
                "id": 691,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 17,
                "launcher": {
                    "id": 120,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/120/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the Crew-6 mission.",
                    "flight_proven": true,
                    "serial_number": "B1078",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/120_image_20230227075809.jpeg",
                    "successful_landings": 21,
                    "attempted_landings": 21,
                    "flights": 21,
                    "last_launch_date": "2025-06-13T15:29:00Z",
                    "first_launch_date": "2023-03-02T05:34:14Z"
                },
                "previous_flight_date": "2024-12-31T05:39:10Z",
                "turn_around_time_days": 39,
                "previous_flight": {
                    "id": "58e080d1-90cd-42ac-8152-9f56fc580f8d",
                    "name": "Falcon 9 Block 5 | Starlink Group 12-6"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1561,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1561/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 booster B1088 has returned to the launch site at LZ-4 after its 3rd flight.",
            "downrange_distance": 0.4,
            "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": 7,
                "name": "Landing Zone 4",
                "abbrev": "LZ-4",
                "description": "LZ at Vandenberg",
                "location": {
                    "id": 11,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 814,
                    "total_landing_count": 26
                },
                "successful_landings": 26
            },
            "firststage": {
                "id": 654,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 3,
                "launcher": {
                    "id": 153,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/153/?format=api",
                    "details": "Falcon 9 booster.",
                    "flight_proven": true,
                    "serial_number": "B1088",
                    "status": "active",
                    "image_url": null,
                    "successful_landings": 7,
                    "attempted_landings": 7,
                    "flights": 7,
                    "last_launch_date": "2025-06-08T14:20:10Z",
                    "first_launch_date": "2024-11-30T08:10:00Z"
                },
                "previous_flight_date": "2025-01-14T19:09:00Z",
                "turn_around_time_days": 56,
                "previous_flight": {
                    "id": "02b28510-be7b-43c1-ab97-b3671ab6813d",
                    "name": "Falcon 9 Block 5 | Transporter 12 (Dedicated SSO Rideshare)"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1560,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1560/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 booster B1086 has landed back at the launch site after its 4th flight.",
            "downrange_distance": 9.1,
            "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": 4,
                "name": "Landing Zone 1",
                "abbrev": "LZ-1",
                "description": "LZ-1 Pad located at Cape Canaveral Space Force Station at the previous LC-13",
                "location": {
                    "id": 12,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1031,
                    "total_landing_count": 64
                },
                "successful_landings": 51
            },
            "firststage": {
                "id": 397,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 4,
                "launcher": {
                    "id": 148,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/148/?format=api",
                    "details": "Falcon 9 booster that started out as a Falcon Heavy side booster flown during the GOES-U mission.\r\n\r\nWritten off on 3 March 2025 after safely landing aboard JRTI due to post-landing aft end fire damaging one of the landing legs and tipping it overboard.",
                    "flight_proven": true,
                    "serial_number": "B1086",
                    "status": "lost",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1072_and_b1086_image_20240626195649.jpeg",
                    "successful_landings": 5,
                    "attempted_landings": 5,
                    "flights": 5,
                    "last_launch_date": "2025-03-03T02:24:00Z",
                    "first_launch_date": "2024-06-25T21:26:00Z"
                },
                "previous_flight_date": "2025-01-08T15:27:00Z",
                "turn_around_time_days": 27,
                "previous_flight": {
                    "id": "02a67327-807e-483f-ac6c-963a3fa22a5b",
                    "name": "Falcon 9 Block 5 | Starlink Group 12-11"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1559,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1559/?format=api",
            "attempt": false,
            "success": null,
            "description": "The Falcon 9 booster B1073 was expended during this mission.",
            "downrange_distance": null,
            "landing_type": {
                "id": 8,
                "name": "Expended",
                "abbrev": "EXP",
                "description": "Vehicle did not perform any landing operations after launch"
            },
            "landing_location": {
                "id": 6,
                "name": "Atlantic Ocean",
                "abbrev": "ATL",
                "description": "Atlantic Ocean",
                "location": null,
                "successful_landings": 38
            },
            "firststage": {
                "id": 421,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 21,
                "launcher": {
                    "id": 112,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/112/?format=api",
                    "details": "Notable missions include SES-22, Hakuto-R and CRS-27. Expended during the SPAINSAT-NG I launch.",
                    "flight_proven": true,
                    "serial_number": "B1073",
                    "status": "expended",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/112_image_20220516182658.jpeg",
                    "successful_landings": 20,
                    "attempted_landings": 20,
                    "flights": 21,
                    "last_launch_date": "2025-01-30T01:34:00Z",
                    "first_launch_date": "2022-05-14T20:40:50Z"
                },
                "previous_flight_date": "2025-01-04T01:27:00Z",
                "turn_around_time_days": 26,
                "previous_flight": {
                    "id": "0a9a511a-7ea1-4402-8555-e087f580a5c4",
                    "name": "Falcon 9 Block 5 | Thuraya 4-NGS"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1526,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1526/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1075 has landed on ASDS OCISLY after its 17th flight.",
            "downrange_distance": 574.0,
            "landing_type": {
                "id": 1,
                "name": "Autonomous Spaceport Drone Ship",
                "abbrev": "ASDS",
                "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
            },
            "landing_location": {
                "id": 1,
                "name": "Of Course I Still Love You",
                "abbrev": "OCISLY",
                "description": "The second ASDS barge, Of Course I Still Love You (OCISLY) services launches in the Pacific Ocean and was the site of the first landing of a SpaceX Falcon 9 first stage during CRS-8, the launch of a Dragon spacecraft to the International Space Station.",
                "location": null,
                "successful_landings": 138
            },
            "firststage": {
                "id": 656,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 17,
                "launcher": {
                    "id": 114,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/114/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the Starlink Group 2-4 mission.",
                    "flight_proven": true,
                    "serial_number": "B1075",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/114_image_20230807183155.jpeg",
                    "successful_landings": 18,
                    "attempted_landings": 18,
                    "flights": 18,
                    "last_launch_date": "2025-05-23T22:32:20Z",
                    "first_launch_date": "2023-01-19T15:43:10Z"
                },
                "previous_flight_date": "2024-12-29T01:58:30Z",
                "turn_around_time_days": 34,
                "previous_flight": {
                    "id": "eea43b3f-eddc-437a-ada5-8e23286f1eef",
                    "name": "Falcon 9 Block 5 | Starlink Group 11-3"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1525,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1525/?format=api",
            "attempt": true,
            "success": true,
            "description": "The RSS First Step capsule has landed back at Blue Origin's Corn Ranch facility.",
            "downrange_distance": null,
            "landing_type": {
                "id": 4,
                "name": "Parachute Landing",
                "abbrev": "PCL",
                "description": "Unpowered landing using parachute(s)."
            },
            "landing_location": {
                "id": 28,
                "name": "Corn Ranch, West Texas",
                "abbrev": "CR",
                "description": "Blue Origin launch and landing facility located in West Texas",
                "location": {
                    "id": 29,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "country_code": "USA",
                    "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.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 32,
                    "total_landing_count": 32
                },
                "successful_landings": 35
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 869,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/869/?format=api",
                "mission_end": "2025-02-04T16:10:06Z",
                "destination": "Suborbital",
                "launch_crew": [],
                "onboard_crew": [],
                "landing_crew": [],
                "spacecraft": {
                    "id": 276,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/276/?format=api",
                    "name": "RSS H.G. Wells",
                    "serial_number": "2.0-1",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "PT1H50M15S",
                    "time_docked": "P0D",
                    "flights_count": 11,
                    "mission_ends_count": 11,
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Second New Shepard capsule. It is dedicated to uncrewed flights.",
                    "spacecraft_config": {
                        "id": 21,
                        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/21/?format=api",
                        "name": "Crew Capsule 2.0",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 141,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
                            "name": "Blue Origin",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25202.0_image_20190309095011.jpeg"
                    }
                },
                "launch": {
                    "id": "ccd1a7bc-8506-40c3-8967-9ce168084c2c",
                    "url": "https://lldev.thespacedevs.com/2.2.0/launch/ccd1a7bc-8506-40c3-8967-9ce168084c2c/?format=api",
                    "slug": "new-shepard-ns-29",
                    "name": "New Shepard | NS-29",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2025-02-04T17:16:06Z",
                    "net": "2025-02-04T16:00:00Z",
                    "window_end": "2025-02-04T23:30:00Z",
                    "window_start": "2025-02-04T15:30:00Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "probability": null,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 141,
                        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
                        "name": "Blue Origin",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 8472,
                        "configuration": {
                            "id": 137,
                            "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
                            "name": "New Shepard",
                            "family": "",
                            "full_name": "New Shepard",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 7061,
                        "name": "NS-29",
                        "description": "NS-29 will simulate the Moon’s gravity and fly 30 payloads, all but one of which is focused on testing lunar-related technologies.\r\n\r\nThe payloads will experience at least two minutes of lunar gravity forces, a first for New Shepard and made possible in part through support from NASA. The flight will test six broad lunar technology areas: In-situ resource utilization, dust mitigation, advanced habitation systems, sensors and instrumentation, small spacecraft technologies, and entry descent and landing. Proving out these technologies at lower cost is another step toward Blue Origin’s mission to lower the cost of access to space for the benefit of Earth. It also enables NASA and other lunar surface technology providers to test innovations critical to achieving Artemis program goals and exploring the Moon’s surface. \r\n\r\nThe New Shepard crew capsule is using its Reaction Control System (RCS) to spin up to approximately 11 revolutions per minute. This spin rate simulates one-sixth Earth gravity at the midpoint of the crew capsule lockers. In simulated lunar gravity, customers can accelerate their learning and technology readiness for lunar payloads at much lower cost.",
                        "launch_designator": null,
                        "type": "Suborbital",
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub"
                        },
                        "agencies": [
                            {
                                "id": 141,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
                                "name": "Blue Origin",
                                "featured": true,
                                "type": "Commercial",
                                "country_code": "USA",
                                "abbrev": "BO",
                                "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
                                "administrator": "CEO: Jeff Bezos",
                                "founding_year": "2000",
                                "launchers": "New Shepard | New Glenn",
                                "spacecraft": "",
                                "launch_library_url": null,
                                "total_launch_count": 33,
                                "consecutive_successful_launches": 10,
                                "successful_launches": 32,
                                "failed_launches": 1,
                                "pending_launches": 5,
                                "consecutive_successful_landings": 4,
                                "successful_landings": 30,
                                "failed_landings": 3,
                                "attempted_landings": 33,
                                "info_url": "https://www.blueorigin.com/",
                                "wiki_url": "https://en.wikipedia.org/wiki/Blue_Origin",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_nation_20240222073724.jpg"
                            }
                        ],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 90,
                        "url": "https://lldev.thespacedevs.com/2.2.0/pad/90/?format=api",
                        "agency_id": 141,
                        "name": "West Texas Suborbital Launch Site/ Corn Ranch",
                        "description": null,
                        "info_url": "https://www.blueorigin.com",
                        "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
                        "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
                        "latitude": "31.422878",
                        "longitude": "-104.757121",
                        "location": {
                            "id": 29,
                            "url": "https://lldev.thespacedevs.com/2.2.0/location/29/?format=api",
                            "name": "Corn Ranch, Van Horn, TX, USA",
                            "country_code": "USA",
                            "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.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                            "timezone_name": "America/Chicago",
                            "total_launch_count": 32,
                            "total_landing_count": 32
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
                        "total_launch_count": 32,
                        "orbital_launch_attempt_count": 0
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
                    "infographic": null,
                    "program": [],
                    "orbital_launch_attempt_count": null,
                    "location_launch_attempt_count": 29,
                    "pad_launch_attempt_count": 29,
                    "agency_launch_attempt_count": 30,
                    "orbital_launch_attempt_count_year": 0,
                    "location_launch_attempt_count_year": 1,
                    "pad_launch_attempt_count_year": 1,
                    "agency_launch_attempt_count_year": 2,
                    "type": "normal"
                }
            }
        },
        {
            "id": 1524,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1524/?format=api",
            "attempt": true,
            "success": true,
            "description": "The New Shepard booster has landed back on the landing pad.",
            "downrange_distance": 3.2,
            "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": 11,
                "name": "Corn Ranch Landing Pad, West Texas",
                "abbrev": "CR",
                "description": "New Shepard landing site.",
                "location": {
                    "id": 29,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "country_code": "USA",
                    "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.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 32,
                    "total_landing_count": 32
                },
                "successful_landings": 27
            },
            "firststage": {
                "id": 653,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "launcher": {
                    "id": 187,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/187/?format=api",
                    "details": "5th New Shepard booster.",
                    "flight_proven": true,
                    "serial_number": "NS-5",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns-5_on_the_lau_image_20250204174818.jpg",
                    "successful_landings": 3,
                    "attempted_landings": 3,
                    "flights": 3,
                    "last_launch_date": "2025-04-14T13:30:00Z",
                    "first_launch_date": "2024-10-23T15:27:00Z"
                },
                "previous_flight_date": "2024-10-23T15:27:00Z",
                "turn_around_time_days": 104,
                "previous_flight": {
                    "id": "828095e3-1c38-4700-9dd2-a700162fbd15",
                    "name": "New Shepard | NS-27"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1523,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1523/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1076 has landed on ASDS ASOG after its 20th flight.",
            "downrange_distance": 600.0,
            "landing_type": {
                "id": 1,
                "name": "Autonomous Spaceport Drone Ship",
                "abbrev": "ASDS",
                "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
            },
            "landing_location": {
                "id": 17,
                "name": "A Shortfall of Gravitas",
                "abbrev": "ASOG",
                "description": "The fourth ASDS barge, A Shortfall of Gravitas (ASOG) is currently used to recover Falcon 9 and Heavy boosters in the Altantic Ocean.",
                "location": null,
                "successful_landings": 113
            },
            "firststage": {
                "id": 652,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 20,
                "launcher": {
                    "id": 118,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/118/?format=api",
                    "details": "Booster first launched the CRS-26 mission.",
                    "flight_proven": true,
                    "serial_number": "B1076",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1076_on_lc-39a_image_20240407145514.jpeg",
                    "successful_landings": 21,
                    "attempted_landings": 21,
                    "flights": 21,
                    "last_launch_date": "2025-02-21T15:19:00Z",
                    "first_launch_date": "2022-11-26T19:20:43Z"
                },
                "previous_flight_date": "2024-12-05T16:10:00Z",
                "turn_around_time_days": 53,
                "previous_flight": {
                    "id": "ae15ed89-63fa-4256-8b71-cb3c30e23e31",
                    "name": "Falcon 9 Block 5 | Sirius SXM-9"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1522,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1522/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1080 has landed on ASDS JRTI after its 16th launch.",
            "downrange_distance": 605.0,
            "landing_type": {
                "id": 1,
                "name": "Autonomous Spaceport Drone Ship",
                "abbrev": "ASDS",
                "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
            },
            "landing_location": {
                "id": 3,
                "name": "Just Read the Instructions",
                "abbrev": "JRTI",
                "description": "Third (Marmac 303) ASDS barge, Just Read the Instructions (JRTI) is currently used to recover Falcon 9 and Heavy boosters in the Altantic Ocean.",
                "location": null,
                "successful_landings": 124
            },
            "firststage": {
                "id": 651,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 16,
                "launcher": {
                    "id": 123,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/123/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the Axiom Space Mission 2 Crew Dragon mission.",
                    "flight_proven": true,
                    "serial_number": "B1080",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1080_image_20240322071018.jpeg",
                    "successful_landings": 19,
                    "attempted_landings": 19,
                    "flights": 19,
                    "last_launch_date": "2025-05-28T13:30:00Z",
                    "first_launch_date": "2023-05-21T21:37:09Z"
                },
                "previous_flight_date": "2025-01-13T16:47:09Z",
                "turn_around_time_days": 36,
                "previous_flight": {
                    "id": "a07622a2-2b91-4050-886e-20ccd76d449a",
                    "name": "Falcon 9 Block 5 | Starlink Group 12-4"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1521,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1521/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1063 has landed on ASDS OCISLY after its 23rd flight.",
            "downrange_distance": 574.0,
            "landing_type": {
                "id": 1,
                "name": "Autonomous Spaceport Drone Ship",
                "abbrev": "ASDS",
                "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
            },
            "landing_location": {
                "id": 1,
                "name": "Of Course I Still Love You",
                "abbrev": "OCISLY",
                "description": "The second ASDS barge, Of Course I Still Love You (OCISLY) services launches in the Pacific Ocean and was the site of the first landing of a SpaceX Falcon 9 first stage during CRS-8, the launch of a Dragon spacecraft to the International Space Station.",
                "location": null,
                "successful_landings": 138
            },
            "firststage": {
                "id": 650,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 23,
                "launcher": {
                    "id": 84,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/84/?format=api",
                    "details": "Notable launches include Sentinel-6 and Dart.",
                    "flight_proven": true,
                    "serial_number": "B1063",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/84_image_20201122121517.jpeg",
                    "successful_landings": 26,
                    "attempted_landings": 26,
                    "flights": 26,
                    "last_launch_date": "2025-06-04T23:40:30Z",
                    "first_launch_date": "2020-11-21T17:17:08Z"
                },
                "previous_flight_date": "2024-12-17T13:19:00Z",
                "turn_around_time_days": 38,
                "previous_flight": {
                    "id": "a889a7d1-844f-40c5-adcc-4bc54f43a51d",
                    "name": "Falcon 9 Block 5 | NROL-149"
                }
            },
            "spacecraftflight": null
        }
    ]
}