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=70&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=80&ordering=id",
    "previous": "https://lldev.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=60&ordering=id",
    "results": [
        {
            "id": 1454,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1454/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 Booster B1080 has landed on ASDS ASOG after its 11th flight.",
            "downrange_distance": 618.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": 595,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 11,
                "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": "2024-08-04T15:02:53Z",
                "turn_around_time_days": 71,
                "previous_flight": {
                    "id": "59426ed2-57ff-4f61-8f62-9794b6dbb9ad",
                    "name": "Falcon 9 Block 5 | Cygnus CRS-2 NG-21 (S.S. Francis R. “Dick” Scobee)"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1455,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1455/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 booster B1082 has returned to the launch site at LZ-4 after its 7th 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": 554,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 7,
                "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": "2024-08-04T07:24:00Z",
                "turn_around_time_days": 76,
                "previous_flight": {
                    "id": "86139b24-aed8-47b0-a385-5ed28cca6409",
                    "name": "Falcon 9 Block 5 | Starlink Group 11-1"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1456,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1456/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 Booster B1073 has landed on ASDS ASOG after its 18th 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": 596,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 18,
                "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": "2024-08-12T10:37:00Z",
                "turn_around_time_days": 72,
                "previous_flight": {
                    "id": "34aa9340-c97e-4609-a872-e2adc8d9de13",
                    "name": "Falcon 9 Block 5 | Starlink Group 10-7"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1457,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1457/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1075 has landed on ASDS OCISLY after its 15th flight.",
            "downrange_distance": 642.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": 599,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 15,
                "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-10-30T12:07:00Z",
                "turn_around_time_days": 24,
                "previous_flight": {
                    "id": "eed1132a-d5aa-4c9c-bc38-c8ccb98829b6",
                    "name": "Falcon 9 Block 5 | Starlink Group 9-9"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1458,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1458/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1083 has landed back at the launch site after its 5th flight.",
            "downrange_distance": 14.9,
            "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": 416,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 5,
                "launcher": {
                    "id": 126,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/126/?format=api",
                    "details": "Booster first flown during the Crew-8 mission.",
                    "flight_proven": true,
                    "serial_number": "B1083",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/126_image_20240304081131.jpeg",
                    "successful_landings": 12,
                    "attempted_landings": 12,
                    "flights": 12,
                    "last_launch_date": "2025-06-10T13:05:40Z",
                    "first_launch_date": "2024-03-04T03:53:38Z"
                },
                "previous_flight_date": "2024-09-10T09:23:49Z",
                "turn_around_time_days": 55,
                "previous_flight": {
                    "id": "b69cfada-3320-4331-89e1-aaa8b49e6a9c",
                    "name": "Falcon 9 Block 5 | Polaris Dawn"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1459,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1459/?format=api",
            "attempt": true,
            "success": true,
            "description": "NS-5 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": 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": {
                "id": 600,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "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": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1460,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1460/?format=api",
            "attempt": true,
            "success": true,
            "description": "The RSS Kármán Line capsule has landed 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": 860,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/860/?format=api",
                "mission_end": "2024-10-23T15:37:00Z",
                "destination": "Suborbital",
                "launch_crew": [],
                "onboard_crew": [],
                "landing_crew": [],
                "spacecraft": {
                    "id": 599,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/599/?format=api",
                    "name": "RSS Kármán line",
                    "serial_number": null,
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "PT20M21S",
                    "time_docked": "P0D",
                    "flights_count": 2,
                    "mission_ends_count": 2,
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Second human rated Crew Capsule for New Shepard.",
                    "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": "828095e3-1c38-4700-9dd2-a700162fbd15",
                    "url": "https://lldev.thespacedevs.com/2.2.0/launch/828095e3-1c38-4700-9dd2-a700162fbd15/?format=api",
                    "slug": "new-shepard-ns-27",
                    "name": "New Shepard | NS-27",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2024-10-23T15:41:10Z",
                    "net": "2024-10-23T15:27:00Z",
                    "window_end": "2024-10-23T15:27:00Z",
                    "window_start": "2024-10-23T15:27: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": 141,
                        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
                        "name": "Blue Origin",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 8368,
                        "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": 6949,
                        "name": "NS-27",
                        "description": "Twenty-seventh flight of New Shepard, flying without crew as a test for the newest booster.",
                        "launch_designator": null,
                        "type": "Suborbital",
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub"
                        },
                        "agencies": [],
                        "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": 27,
                    "pad_launch_attempt_count": 27,
                    "agency_launch_attempt_count": 27,
                    "orbital_launch_attempt_count_year": 0,
                    "location_launch_attempt_count_year": 3,
                    "pad_launch_attempt_count_year": 3,
                    "agency_launch_attempt_count_year": 3,
                    "type": "normal"
                }
            }
        },
        {
            "id": 1461,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1461/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 Booster B1076 has landed on ASDS JRTI after its 17th flight.",
            "downrange_distance": 618.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": 601,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 17,
                "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-08-15T13:00:00Z",
                "turn_around_time_days": 64,
                "previous_flight": {
                    "id": "3ecc1d59-470f-49a3-9508-35f0b6797454",
                    "name": "Falcon 9 Block 5 | WorldView Legion 3 & 4"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1462,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1462/?format=api",
            "attempt": true,
            "success": true,
            "description": "Starship Ship 30 has made an atmospheric re-entry and soft landing over the Indian Ocean.",
            "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": 838,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/838/?format=api",
                "mission_end": "2024-10-13T15:31:00Z",
                "destination": "Indian Ocean",
                "launch_crew": [],
                "onboard_crew": [],
                "landing_crew": [],
                "spacecraft": {
                    "id": 594,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/594/?format=api",
                    "name": "Ship 30",
                    "serial_number": "S30",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "PT3H6M",
                    "time_docked": "P0D",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 3,
                        "name": "Destroyed"
                    },
                    "description": "Ship 30 (S30) is the 2nd stage vehicle used for the fifth Starship integrated flight test. Lost to the ocean after a successful soft splashdown.",
                    "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": "83ba001e-9bca-48ac-84cb-ccea96bfe9c1",
                    "url": "https://lldev.thespacedevs.com/2.2.0/launch/83ba001e-9bca-48ac-84cb-ccea96bfe9c1/?format=api",
                    "slug": "starship-integrated-flight-test-5",
                    "name": "Starship | Integrated Flight Test 5",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2024-10-13T17:15:40Z",
                    "net": "2024-10-13T12:25:00Z",
                    "window_end": "2024-10-13T12:30:00Z",
                    "window_start": "2024-10-13T12:00: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": 8261,
                        "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": 6842,
                        "name": "Integrated Flight Test 5",
                        "description": "Fifth test flight of the two-stage Starship launch vehicle.",
                        "launch_designator": null,
                        "type": "Test Flight",
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub"
                        },
                        "agencies": [
                            {
                                "id": 121,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                                "name": "SpaceX",
                                "featured": true,
                                "type": "Commercial",
                                "country_code": "USA",
                                "abbrev": "SpX",
                                "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                                "administrator": "CEO: Elon Musk",
                                "founding_year": "2002",
                                "launchers": "Falcon | Starship",
                                "spacecraft": "Dragon",
                                "launch_library_url": null,
                                "total_launch_count": 527,
                                "consecutive_successful_launches": 12,
                                "successful_launches": 512,
                                "failed_launches": 15,
                                "pending_launches": 121,
                                "consecutive_successful_landings": 12,
                                "successful_landings": 473,
                                "failed_landings": 27,
                                "attempted_landings": 499,
                                "info_url": "https://www.spacex.com/",
                                "wiki_url": "https://en.wikipedia.org/wiki/SpaceX",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg"
                            }
                        ],
                        "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/superheavy_appr_image_20241013171532.jpeg",
                    "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": 14,
                    "pad_launch_attempt_count": 5,
                    "agency_launch_attempt_count": 409,
                    "orbital_launch_attempt_count_year": 0,
                    "location_launch_attempt_count_year": 3,
                    "pad_launch_attempt_count_year": 3,
                    "agency_launch_attempt_count_year": 98,
                    "type": "normal"
                }
            }
        },
        {
            "id": 1463,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1463/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1071 has landed on ASDS OCISLY after its 19th flight.",
            "downrange_distance": 627.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": 602,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 19,
                "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": "2024-09-13T01:45:00Z",
                "turn_around_time_days": 32,
                "previous_flight": {
                    "id": "f53462c6-7e3a-41a9-b5a4-d884582ef0fa",
                    "name": "Falcon 9 Block 5 | Starlink Group 9-6"
                }
            },
            "spacecraftflight": null
        }
    ]
}