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

{
    "count": 1316,
    "next": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=30",
    "previous": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=10",
    "results": [
        {
            "id": 48,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/48/?format=api",
            "attempt": false,
            "success": null,
            "description": "B1008 was expended after its first launch",
            "downrange_distance": null,
            "landing_type": {
                "id": 8,
                "name": "Expended",
                "abbrev": "EXP",
                "description": "Vehicle did not perform any landing operations after launch"
            },
            "landing_location": {
                "id": 6,
                "name": "Atlantic Ocean",
                "abbrev": "ATL",
                "description": "Atlantic Ocean",
                "location": null,
                "successful_landings": 0
            },
            "firststage": {
                "id": 11,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 18,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/18/?format=api",
                    "details": "",
                    "flight_proven": true,
                    "serial_number": "B1008",
                    "status": "lost",
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/18_image_20190226091204.jpg",
                    "successful_landings": 0,
                    "attempted_landings": 0,
                    "flights": 1,
                    "last_launch_date": "2014-08-05T08:00:00Z",
                    "first_launch_date": "2014-08-05T08:00:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 55,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/55/?format=api",
            "attempt": false,
            "success": null,
            "description": "B1016 was expended after its first launch",
            "downrange_distance": null,
            "landing_type": {
                "id": 8,
                "name": "Expended",
                "abbrev": "EXP",
                "description": "Vehicle did not perform any landing operations after launch"
            },
            "landing_location": {
                "id": 6,
                "name": "Atlantic Ocean",
                "abbrev": "ATL",
                "description": "Atlantic Ocean",
                "location": null,
                "successful_landings": 0
            },
            "firststage": {
                "id": 30,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 25,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/25/?format=api",
                    "details": "",
                    "flight_proven": true,
                    "serial_number": "B1016",
                    "status": "lost",
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/25_image_20190226091642.jpeg",
                    "successful_landings": 0,
                    "attempted_landings": 0,
                    "flights": 1,
                    "last_launch_date": "2015-04-27T23:03:00Z",
                    "first_launch_date": "2015-04-27T23:03:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 73,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/73/?format=api",
            "attempt": false,
            "success": null,
            "description": "B1034 was expended after its first launch",
            "downrange_distance": null,
            "landing_type": {
                "id": 8,
                "name": "Expended",
                "abbrev": "EXP",
                "description": "Vehicle did not perform any landing operations after launch"
            },
            "landing_location": {
                "id": 6,
                "name": "Atlantic Ocean",
                "abbrev": "ATL",
                "description": "Atlantic Ocean",
                "location": null,
                "successful_landings": 0
            },
            "firststage": {
                "id": 35,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 41,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/41/?format=api",
                    "details": "Stage Expended",
                    "flight_proven": true,
                    "serial_number": "B1034",
                    "status": "expended",
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/41_image_20190226110440.jpg",
                    "successful_landings": 0,
                    "attempted_landings": 0,
                    "flights": 1,
                    "last_launch_date": "2017-05-15T23:21:00Z",
                    "first_launch_date": "2017-05-15T23:21:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 96,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/96/?format=api",
            "attempt": true,
            "success": true,
            "description": "The first stage of the Falcon 9 landed on the ASDS, OCISLY, stationed of the east coast.",
            "downrange_distance": null,
            "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": 90
            },
            "firststage": {
                "id": 58,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 55,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/55/?format=api",
                    "details": "Stage Expended",
                    "flight_proven": true,
                    "serial_number": "B1047",
                    "status": "expended",
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/55_image_20190226081347.jpeg",
                    "successful_landings": 2,
                    "attempted_landings": 2,
                    "flights": 3,
                    "last_launch_date": "2019-08-06T23:23:00Z",
                    "first_launch_date": "2018-07-22T05:50:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 98,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/98/?format=api",
            "attempt": true,
            "success": true,
            "description": "The first stage of the Falcon 9 landed on the ASDS, OCISLY, stationed off the east coast.",
            "downrange_distance": null,
            "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": 90
            },
            "firststage": {
                "id": 60,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "launcher": {
                    "id": 54,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/54/?format=api",
                    "details": "Stage Expended",
                    "flight_proven": true,
                    "serial_number": "B1046",
                    "status": "expended",
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/54_image_20190226081254.jpeg",
                    "successful_landings": 3,
                    "attempted_landings": 3,
                    "flights": 4,
                    "last_launch_date": "2020-01-19T15:30:00Z",
                    "first_launch_date": "2018-05-11T20:14:00Z"
                },
                "previous_flight_date": "2018-05-11T20:14:00Z",
                "turn_around_time_days": 87,
                "previous_flight": {
                    "id": "38ef9c7a-7d5a-4d25-b184-70c391b516ca",
                    "name": "Falcon 9 Block 5 | Bangabandhu-1"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 106,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/106/?format=api",
            "attempt": true,
            "success": true,
            "description": "The first stage of the Falcon 9 successfully landed on the ASDS, JRTI, stationed off the west coast. This was the third successful landing of B1046.",
            "downrange_distance": null,
            "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": 81
            },
            "firststage": {
                "id": 69,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 3,
                "launcher": {
                    "id": 54,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/54/?format=api",
                    "details": "Stage Expended",
                    "flight_proven": true,
                    "serial_number": "B1046",
                    "status": "expended",
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/54_image_20190226081254.jpeg",
                    "successful_landings": 3,
                    "attempted_landings": 3,
                    "flights": 4,
                    "last_launch_date": "2020-01-19T15:30:00Z",
                    "first_launch_date": "2018-05-11T20:14:00Z"
                },
                "previous_flight_date": "2018-08-07T05:18:00Z",
                "turn_around_time_days": 118,
                "previous_flight": {
                    "id": "76191cb9-a7f9-4592-886d-c51a06f32507",
                    "name": "Falcon 9 Block 5 | Merah Putih (Telkom-4)"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 52,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/52/?format=api",
            "attempt": false,
            "success": null,
            "description": "Controlled water-landing, no recovery",
            "downrange_distance": null,
            "landing_type": {
                "id": 3,
                "name": "Ocean",
                "abbrev": "Ocean",
                "description": "No recovery attempt"
            },
            "landing_location": {
                "id": 6,
                "name": "Atlantic Ocean",
                "abbrev": "ATL",
                "description": "Atlantic Ocean",
                "location": null,
                "successful_landings": 0
            },
            "firststage": {
                "id": 15,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 22,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/22/?format=api",
                    "details": "Broke up after sucessful water landing",
                    "flight_proven": true,
                    "serial_number": "B1013",
                    "status": "lost",
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/22_image_20190226091415.jpg",
                    "successful_landings": 0,
                    "attempted_landings": 0,
                    "flights": 1,
                    "last_launch_date": "2015-02-11T23:03:32Z",
                    "first_launch_date": "2015-02-11T23:03:32Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 47,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/47/?format=api",
            "attempt": false,
            "success": null,
            "description": "Controlled water-landing, no recovery",
            "downrange_distance": null,
            "landing_type": {
                "id": 3,
                "name": "Ocean",
                "abbrev": "Ocean",
                "description": "No recovery attempt"
            },
            "landing_location": {
                "id": 6,
                "name": "Atlantic Ocean",
                "abbrev": "ATL",
                "description": "Atlantic Ocean",
                "location": null,
                "successful_landings": 0
            },
            "firststage": {
                "id": 10,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/17/?format=api",
                    "details": "Broke up after sucessful water landing",
                    "flight_proven": true,
                    "serial_number": "B1007",
                    "status": "lost",
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/17_image_20190226091117.jpg",
                    "successful_landings": 0,
                    "attempted_landings": 0,
                    "flights": 1,
                    "last_launch_date": "2014-07-14T15:15:00Z",
                    "first_launch_date": "2014-07-14T15:15:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 92,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/92/?format=api",
            "attempt": true,
            "success": true,
            "description": "The first stage of the Falcon 9 landed on the ASDS, OCISLY, stationed of the east coast.",
            "downrange_distance": 611.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": 90
            },
            "firststage": {
                "id": 54,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 54,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/54/?format=api",
                    "details": "Stage Expended",
                    "flight_proven": true,
                    "serial_number": "B1046",
                    "status": "expended",
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/54_image_20190226081254.jpeg",
                    "successful_landings": 3,
                    "attempted_landings": 3,
                    "flights": 4,
                    "last_launch_date": "2020-01-19T15:30:00Z",
                    "first_launch_date": "2018-05-11T20:14:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 355,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/355/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage has landed on ASDS JRTI after its eleventh flight.",
            "downrange_distance": 660.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": 81
            },
            "firststage": {
                "id": 333,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 11,
                "launcher": {
                    "id": 101,
                    "url": "https://ll.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/b1067_on_slc-40_image_20240407145708.jpeg",
                    "successful_landings": 19,
                    "attempted_landings": 19,
                    "flights": 19,
                    "last_launch_date": "2024-05-03T02:37:00Z",
                    "first_launch_date": "2021-06-03T17:29:15Z"
                },
                "previous_flight_date": "2023-03-24T15:43:10Z",
                "turn_around_time_days": 50,
                "previous_flight": {
                    "id": "393eb981-7952-44e5-bfbb-59410db0ef94",
                    "name": "Falcon 9 Block 5 | Starlink Group 5-5"
                }
            },
            "spacecraftflight": null
        }
    ]
}