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

{
    "count": 224,
    "next": "https://lldev.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=30&ordering=-id",
    "previous": "https://lldev.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=10&ordering=-id",
    "results": [
        {
            "id": 1625,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1625/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1071 has landed on ASDS OCISLY after its 25th 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": 744,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 25,
                "launcher": {
                    "id": 107,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/107/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the NROL-87 mission.",
                    "flight_proven": true,
                    "serial_number": "B1071",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1071_on_slc-4e_image_20240407145834.jpeg",
                    "successful_landings": 25,
                    "attempted_landings": 25,
                    "flights": 25,
                    "last_launch_date": "2025-05-31T20:10:00Z",
                    "first_launch_date": "2022-02-02T20:27:26Z"
                },
                "previous_flight_date": "2025-04-12T12:25:00Z",
                "turn_around_time_days": 49,
                "previous_flight": {
                    "id": "88675d6b-d504-4aa6-9175-69a8610a40dd",
                    "name": "Falcon 9 Block 5 | NROL-192"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1624,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1624/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1080 has landed on ASDS JRTI after its 19th 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": 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": 743,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 19,
                "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-05-02T01:51:10Z",
                "turn_around_time_days": 26,
                "previous_flight": {
                    "id": "1a105ccb-e59f-48e8-b853-c424bd8cc699",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-75"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1623,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1623/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1069 has landed on ASDS ASOG after its 24th 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": 742,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 24,
                "launcher": {
                    "id": 105,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/105/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the CRS-24 mission.",
                    "flight_proven": true,
                    "serial_number": "B1069",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/105_image_20211220081646.jpeg",
                    "successful_landings": 24,
                    "attempted_landings": 24,
                    "flights": 24,
                    "last_launch_date": "2025-05-24T17:19:10Z",
                    "first_launch_date": "2021-12-21T10:07:08Z"
                },
                "previous_flight_date": "2025-04-25T01:52:40Z",
                "turn_around_time_days": 29,
                "previous_flight": {
                    "id": "a4f7594c-1391-4cfe-9c2b-f3abc59c3eca",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-74"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1622,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1622/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1082 has landed on ASDS OCISLY after its 13th 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": 741,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 13,
                "launcher": {
                    "id": 125,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/125/?format=api",
                    "details": "Falcon 9 Block 5 booster.",
                    "flight_proven": true,
                    "serial_number": "B1082",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/125_image_20231215042532.jpg",
                    "successful_landings": 13,
                    "attempted_landings": 13,
                    "flights": 13,
                    "last_launch_date": "2025-05-27T16:57:15Z",
                    "first_launch_date": "2024-01-03T03:44:20Z"
                },
                "previous_flight_date": "2025-04-20T12:29:00Z",
                "turn_around_time_days": 37,
                "previous_flight": {
                    "id": "121ae1a6-dfff-4f31-9111-7841c2f09e86",
                    "name": "Falcon 9 Block 5 | NROL-145"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1621,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1621/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1075 has landed on ASDS OCISLY after its 18th 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": 740,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 18,
                "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": "2025-02-01T23:02:10Z",
                "turn_around_time_days": 110,
                "previous_flight": {
                    "id": "6f18e0ac-ef45-4658-89b1-1cbf48c821ae",
                    "name": "Falcon 9 Block 5 | Starlink Group 11-4"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1620,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1620/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1095 has landed on ASDS JRTI after its 1st 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": 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": 739,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 196,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/196/?format=api",
                    "details": "Falcon 9 booster debuting on Starlink Group 12-15.",
                    "flight_proven": true,
                    "serial_number": "B1095",
                    "status": "active",
                    "image_url": null,
                    "successful_landings": 1,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2025-05-21T03:19:10Z",
                    "first_launch_date": "2025-05-21T03:19:10Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1619,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1619/?format=api",
            "attempt": true,
            "success": false,
            "description": "Starship Ship 35 failed to made a controlled re-entry and splashdown in the Indian Ocean after losing attitude control during the coast phase.",
            "downrange_distance": null,
            "landing_type": {
                "id": 3,
                "name": "Ocean",
                "abbrev": "Ocean",
                "description": "No recovery attempt"
            },
            "landing_location": {
                "id": 32,
                "name": "Indian Ocean",
                "abbrev": "IND",
                "description": "Indian Ocean",
                "location": null,
                "successful_landings": 6
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 883,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/883/?format=api",
                "mission_end": "2025-05-28T00:23:18Z",
                "destination": "Suborbital",
                "launch_crew": [],
                "onboard_crew": [],
                "landing_crew": [],
                "spacecraft": {
                    "id": 614,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/614/?format=api",
                    "name": "Ship 35",
                    "serial_number": "S35",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "PT47M18S",
                    "time_docked": "P0D",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 3,
                        "name": "Destroyed"
                    },
                    "description": "Ship 35 (S35) is the 2nd stage vehicle used for the ninth Starship flight test. It is the third \"Block 2\" Starship spacecraft with lengthened propellant tanks and forward flaps with a new design, among other enhancements. The spacecraft lost attitude control during its sub-orbital flight and burnt up during re-entry.",
                    "spacecraft_config": {
                        "id": 26,
                        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/26/?format=api",
                        "name": "Starship",
                        "type": {
                            "id": 6,
                            "name": "Reuseable Upper Stage"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_image_20231116184708.jpeg"
                    }
                },
                "launch": {
                    "id": "ef9b458b-bebf-4eb6-b970-8d77998616f3",
                    "url": "https://lldev.thespacedevs.com/2.2.0/launch/ef9b458b-bebf-4eb6-b970-8d77998616f3/?format=api",
                    "slug": "starship-flight-9",
                    "name": "Starship | Flight 9",
                    "status": {
                        "id": 4,
                        "name": "Launch Failure",
                        "abbrev": "Failure",
                        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
                    },
                    "last_updated": "2025-05-28T13:39:11Z",
                    "net": "2025-05-27T23:36:00Z",
                    "window_end": "2025-05-28T00:30:00Z",
                    "window_start": "2025-05-27T23:30:00Z",
                    "net_precision": {
                        "id": 1,
                        "name": "Minute",
                        "abbrev": "MIN",
                        "description": "The T-0 is accurate to the minute."
                    },
                    "probability": null,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 121,
                        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 8567,
                        "configuration": {
                            "id": 464,
                            "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/464/?format=api",
                            "name": "Starship",
                            "family": "Starship",
                            "full_name": "Starship",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 7158,
                        "name": "Flight 9",
                        "description": "9th test flight of the two-stage Starship launch vehicle.",
                        "launch_designator": null,
                        "type": "Test Flight",
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 188,
                        "url": "https://lldev.thespacedevs.com/2.2.0/pad/188/?format=api",
                        "agency_id": 121,
                        "name": "Orbital Launch Mount A",
                        "description": "The first launch and landing pad of the full version of the combined SpaceX Starship and Superheavy booster. First used for launch in April 2023.",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Pad_A_and_B)",
                        "map_url": "https://www.google.com/maps?q=25.9962,-97.154423",
                        "latitude": "25.9962",
                        "longitude": "-97.154423",
                        "location": {
                            "id": 143,
                            "url": "https://lldev.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": 18,
                            "total_landing_count": 13
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_a_20210514061342.jpg",
                        "total_launch_count": 9,
                        "orbital_launch_attempt_count": 0
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 1,
                            "url": "https://lldev.thespacedevs.com/2.2.0/program/1/?format=api",
                            "name": "SpaceX Starship",
                            "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
                            "agencies": [
                                {
                                    "id": 121,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                                    "name": "SpaceX",
                                    "type": "Commercial"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex2520star_program_20201129204513.png",
                            "start_date": "2019-03-01T05:00:00Z",
                            "end_date": null,
                            "info_url": "https://www.spacex.com/vehicles/starship/",
                            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship",
                            "mission_patches": [],
                            "type": {
                                "id": 7,
                                "name": "Technology"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": null,
                    "location_launch_attempt_count": 18,
                    "pad_launch_attempt_count": 9,
                    "agency_launch_attempt_count": 515,
                    "orbital_launch_attempt_count_year": 0,
                    "location_launch_attempt_count_year": 3,
                    "pad_launch_attempt_count_year": 3,
                    "agency_launch_attempt_count_year": 66,
                    "type": "normal"
                }
            }
        },
        {
            "id": 1618,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1618/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1093 has landed on ASDS OCISLY after its 2nd 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": 737,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "launcher": {
                    "id": 193,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/193/?format=api",
                    "details": "Falcon 9 booster debuting on Starlink Group 11-11.",
                    "flight_proven": true,
                    "serial_number": "B1093",
                    "status": "active",
                    "image_url": null,
                    "successful_landings": 3,
                    "attempted_landings": 3,
                    "flights": 3,
                    "last_launch_date": "2025-06-17T03:36:50Z",
                    "first_launch_date": "2025-04-07T23:06:10Z"
                },
                "previous_flight_date": "2025-04-07T23:06:10Z",
                "turn_around_time_days": 38,
                "previous_flight": {
                    "id": "505662c5-fad1-485c-9e65-b72431443c74",
                    "name": "Falcon 9 Block 5 | Starlink Group 11-11"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1617,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1617/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1090 has landed on ASDS ASOG after its 4th 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": 736,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 4,
                "launcher": {
                    "id": 190,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/190/?format=api",
                    "details": "Falcon 9 booster.",
                    "flight_proven": true,
                    "serial_number": "B1090",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1090_at_lz-1__image_20250316065021.jpg",
                    "successful_landings": 5,
                    "attempted_landings": 5,
                    "flights": 5,
                    "last_launch_date": "2025-06-18T05:55:10Z",
                    "first_launch_date": "2024-12-17T22:26:00Z"
                },
                "previous_flight_date": "2025-04-22T00:48:34Z",
                "turn_around_time_days": 22,
                "previous_flight": {
                    "id": "affb557b-fd5d-4a27-b33e-5e37d03099e8",
                    "name": "Falcon 9 Block 5 | Bandwagon 3 (Dedicated Mid-Inclination Rideshare)"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1616,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1616/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1067 has landed on ASDS JRTI after its 28th 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": 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": 735,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 28,
                "launcher": {
                    "id": 101,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/101/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the CRS-22 mission.",
                    "flight_proven": true,
                    "serial_number": "B1067",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1067_on_slc-40_image_20240407145708.jpeg",
                    "successful_landings": 28,
                    "attempted_landings": 28,
                    "flights": 28,
                    "last_launch_date": "2025-05-13T05:02:20Z",
                    "first_launch_date": "2021-06-03T17:29:15Z"
                },
                "previous_flight_date": "2025-04-14T04:00:10Z",
                "turn_around_time_days": 29,
                "previous_flight": {
                    "id": "af19169f-5738-42b4-be80-bd583293c58f",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-73"
                }
            },
            "spacecraftflight": null
        }
    ]
}