Modes

Levels of detail in the response - list, normal, detailed

Example - /landings/?mode=list

Filters

Parameters - attempt, firststage_launch__ids, landing_location__ids, landing_type__ids, launcher__ids, launcher_config__ids, launcher_serial_numbers, spacecraft__ids, spacecraft_config__ids, spacecraft_launch__ids, success

Example - /landings/?spacecraft__ids=39,37

Fields searched - firststage__launcher__launcher_config__name, firststage__launcher__serial_number, firststage__rocket__launch__name, landing_location__abbrev, landing_location__name, spacecraftflight__rocket__launch__name, spacecraftflight__spacecraft__name, spacecraftflight__spacecraft__serial_number, spacecraftflight__spacecraft__spacecraft_config__name

Example - /landings/?search=B1059

Ordering

Fields - downrange_distance, id

Example - /landings/?ordering=downrange_distance

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /landings/?limit=2

Format

Switch to JSON output - /landings/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/landings/?format=api&offset=220
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 223,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.3.0/landings/?format=api&limit=10&offset=210",
    "results": [
        {
            "id": 1606,
            "url": "https://lldev.thespacedevs.com/2.3.0/landings/1606/?format=api",
            "attempt": true,
            "success": null,
            "description": "The Falcon 9 1st stage will attempt to land on one of two East Coast ASDS after its flight.",
            "downrange_distance": 600.0,
            "landing_location": {
                "id": 12,
                "name": "Unknown",
                "active": true,
                "abbrev": "N/A",
                "description": null,
                "location": null,
                "longitude": null,
                "latitude": null,
                "image": null,
                "successful_landings": 0,
                "attempted_landings": 0,
                "failed_landings": 0,
                "celestial_body": {
                    "response_mode": "normal",
                    "id": 1,
                    "name": "Earth",
                    "type": {
                        "id": 1,
                        "name": "Planet"
                    },
                    "diameter": 12742000.0,
                    "mass": 5.972168e+24,
                    "gravity": 9.80655,
                    "length_of_day": "1 00:00:00",
                    "atmosphere": true,
                    "image": {
                        "id": 2040,
                        "name": "Earth (Apollo 17)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                    "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                }
            },
            "type": {
                "id": 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."
            },
            "response_mode": "normal",
            "firststage": {
                "id": 725,
                "type": "Core",
                "reused": null,
                "launcher_flight_number": null,
                "launcher": {
                    "response_mode": "normal",
                    "id": 106,
                    "url": "https://lldev.thespacedevs.com/2.3.0/launchers/106/?format=api",
                    "flight_proven": false,
                    "serial_number": "Unknown F9",
                    "is_placeholder": true,
                    "status": {
                        "id": 8,
                        "name": "N/A"
                    },
                    "image": {
                        "id": 1674,
                        "name": "[AUTO] Unknown F9 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/106_image_20230708172214.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193443.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "details": "Booster serial number unknown.",
                    "successful_landings": null,
                    "attempted_landings": null,
                    "flights": null,
                    "last_launch_date": null,
                    "first_launch_date": null,
                    "fastest_turnaround": null
                },
                "previous_flight_date": null,
                "turn_around_time": null,
                "previous_flight": null
            },
            "spacecraftflight": null,
            "payloadflight": null
        },
        {
            "id": 1604,
            "url": "https://lldev.thespacedevs.com/2.3.0/landings/1604/?format=api",
            "attempt": true,
            "success": null,
            "description": "The Falcon 9 1st stage B1067 will attempt to land on ASDS JRTI after its 27th flight.",
            "downrange_distance": 600.0,
            "landing_location": {
                "id": 3,
                "name": "Just Read the Instructions",
                "active": true,
                "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,
                "longitude": null,
                "latitude": null,
                "image": {
                    "id": 1973,
                    "name": "JRTI (Marmac 303) empty",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jrti_2528marma_image_20240310170452.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jrti_2528marma_image_thumbnail_20240310170452.jpeg",
                    "credit": "SpaceX",
                    "license": {
                        "id": 5,
                        "name": "CC BY-NC 2.0",
                        "priority": 1,
                        "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                    },
                    "single_use": true,
                    "variants": []
                },
                "successful_landings": 114,
                "attempted_landings": 115,
                "failed_landings": 1,
                "celestial_body": {
                    "response_mode": "normal",
                    "id": 1,
                    "name": "Earth",
                    "type": {
                        "id": 1,
                        "name": "Planet"
                    },
                    "diameter": 12742000.0,
                    "mass": 5.972168e+24,
                    "gravity": 9.80655,
                    "length_of_day": "1 00:00:00",
                    "atmosphere": true,
                    "image": {
                        "id": 2040,
                        "name": "Earth (Apollo 17)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                    "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                }
            },
            "type": {
                "id": 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."
            },
            "response_mode": "normal",
            "firststage": {
                "id": 723,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 27,
                "launcher": {
                    "response_mode": "normal",
                    "id": 101,
                    "url": "https://lldev.thespacedevs.com/2.3.0/launchers/101/?format=api",
                    "flight_proven": true,
                    "serial_number": "B1067",
                    "is_placeholder": false,
                    "status": {
                        "id": 3,
                        "name": "active"
                    },
                    "image": {
                        "id": 1629,
                        "name": "B1067 on SLC-40 (Starlink 6-45)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1067_on_slc-40_image_20240407145708.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1067_on_slc-40_image_thumbnail_20240407145708.jpeg",
                        "credit": "SpaceX",
                        "license": {
                            "id": 5,
                            "name": "CC BY-NC 2.0",
                            "priority": 1,
                            "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "details": "Falcon 9 Block 5 booster first used for the CRS-22 mission.",
                    "successful_landings": 26,
                    "attempted_landings": 26,
                    "flights": 26,
                    "last_launch_date": "2025-02-15T06:14:10Z",
                    "first_launch_date": "2021-06-03T17:29:15Z",
                    "fastest_turnaround": "P22DT16H51M10S"
                },
                "previous_flight_date": "2025-02-15T06:14:10Z",
                "turn_around_time": "P57DT21H46M",
                "previous_flight": {
                    "id": "8c960a9e-ff4a-4390-a331-e1928186df5f",
                    "url": "https://lldev.thespacedevs.com/2.3.0/launches/8c960a9e-ff4a-4390-a331-e1928186df5f/?format=api",
                    "name": "Falcon 9 Block 5 | Starlink Group 12-8"
                }
            },
            "spacecraftflight": null,
            "payloadflight": null
        },
        {
            "id": 1603,
            "url": "https://lldev.thespacedevs.com/2.3.0/landings/1603/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1083 has landed on ASDS ASOG after its 10th flight.",
            "downrange_distance": 600.0,
            "landing_location": {
                "id": 17,
                "name": "A Shortfall of Gravitas",
                "active": true,
                "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,
                "longitude": null,
                "latitude": null,
                "image": {
                    "id": 1971,
                    "name": "ASOG with booster",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/asog_with_boost_image_20240310164859.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/asog_with_boost_image_thumbnail_20240310164859.jpeg",
                    "credit": "SpaceX",
                    "license": {
                        "id": 5,
                        "name": "CC BY-NC 2.0",
                        "priority": 1,
                        "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                    },
                    "single_use": true,
                    "variants": []
                },
                "successful_landings": 104,
                "attempted_landings": 105,
                "failed_landings": 1,
                "celestial_body": {
                    "response_mode": "normal",
                    "id": 1,
                    "name": "Earth",
                    "type": {
                        "id": 1,
                        "name": "Planet"
                    },
                    "diameter": 12742000.0,
                    "mass": 5.972168e+24,
                    "gravity": 9.80655,
                    "length_of_day": "1 00:00:00",
                    "atmosphere": true,
                    "image": {
                        "id": 2040,
                        "name": "Earth (Apollo 17)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                    "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                }
            },
            "type": {
                "id": 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."
            },
            "response_mode": "normal",
            "firststage": {
                "id": 722,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 10,
                "launcher": {
                    "response_mode": "normal",
                    "id": 126,
                    "url": "https://lldev.thespacedevs.com/2.3.0/launchers/126/?format=api",
                    "flight_proven": true,
                    "serial_number": "B1083",
                    "is_placeholder": false,
                    "status": {
                        "id": 3,
                        "name": "active"
                    },
                    "image": {
                        "id": 1643,
                        "name": "B1083",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/126_image_20240304081131.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193355.jpeg",
                        "credit": "SpaceX",
                        "license": {
                            "id": 5,
                            "name": "CC BY-NC 2.0",
                            "priority": 1,
                            "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "details": "Booster first flown during the Crew-8 mission.",
                    "successful_landings": 10,
                    "attempted_landings": 10,
                    "flights": 10,
                    "last_launch_date": "2025-04-13T00:53:30Z",
                    "first_launch_date": "2024-03-04T03:53:38Z",
                    "fastest_turnaround": "P23DT24M50S"
                },
                "previous_flight_date": "2025-02-27T00:16:30Z",
                "turn_around_time": "P45DT37M",
                "previous_flight": {
                    "id": "fd0fbaac-d079-4027-98b0-bcf25c15a166",
                    "url": "https://lldev.thespacedevs.com/2.3.0/launches/fd0fbaac-d079-4027-98b0-bcf25c15a166/?format=api",
                    "name": "Falcon 9 Block 5 | Nova-C IM-2 & Others"
                }
            },
            "spacecraftflight": null,
            "payloadflight": null
        }
    ]
}