GET /2.2.0/config/landinglocation/?format=api&ordering=-successful_landings
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 34,
    "next": "https://lldev.thespacedevs.com/2.2.0/config/landinglocation/?format=api&limit=10&offset=10&ordering=-successful_landings",
    "previous": null,
    "results": [
        {
            "id": 19,
            "name": "Kazakhstan",
            "abbrev": "KAZ",
            "description": "Deserts of Kazakhstan in Central Asia",
            "location": null,
            "successful_landings": 194
        },
        {
            "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
        },
        {
            "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
        },
        {
            "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
        },
        {
            "id": 24,
            "name": "Shuttle Landing Facility",
            "abbrev": "KTTS",
            "description": "Airport used for Space Shuttle landings, part of the Kennedy Space Center.",
            "location": {
                "id": 27,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/27/?format=api",
                "name": "Kennedy Space Center, FL, USA",
                "country_code": "USA",
                "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 266,
                "total_landing_count": 0
            },
            "successful_landings": 81
        },
        {
            "id": 23,
            "name": "Edwards Air Force Base",
            "abbrev": "KEDW",
            "description": "Edwards Air Force Base in California.",
            "location": {
                "id": 162,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/162/?format=api",
                "name": "Edwards Air Force Base",
                "country_code": "USA",
                "description": "Edwards Air Force Base is a United States Air Force installation in California. Edwards is the home of the Air Force Test Center, Air Force Test Pilot School, and NASA's Armstrong Flight Research Center. It is the Air Force Materiel Command center for conducting and supporting research and development of flight, as well as testing and evaluating aerospace systems from concept to combat. It also hosts many test activities conducted by America's commercial aerospace industry.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_edwards_air_force_base_20230422085221.jpg",
                "timezone_name": "America/Los_Angeles",
                "total_launch_count": 0,
                "total_landing_count": 0
            },
            "successful_landings": 66
        },
        {
            "id": 25,
            "name": "Mojave Air and Space Port",
            "abbrev": "KMHV",
            "description": "Mojave Air and Space Port",
            "location": null,
            "successful_landings": 52
        },
        {
            "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
        },
        {
            "id": 18,
            "name": "Pacific Ocean",
            "abbrev": "PAC",
            "description": "Pacific Ocean",
            "location": null,
            "successful_landings": 47
        },
        {
            "id": 6,
            "name": "Atlantic Ocean",
            "abbrev": "ATL",
            "description": "Atlantic Ocean",
            "location": null,
            "successful_landings": 38
        }
    ]
}