GET /2.2.0/config/landinglocation/?format=api&ordering=-location
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=-location",
    "previous": null,
    "results": [
        {
            "id": 35,
            "name": "Just Read the Instructions (Original)",
            "abbrev": "JRTI",
            "description": "1st (Marmac 300) ASDS barge, Just Read the Instructions (JRTI) was used for 2 Falcon 9 landing attempts  in the Altantic Ocean.",
            "location": null,
            "successful_landings": 0
        },
        {
            "id": 51,
            "name": "Jacklyn",
            "abbrev": "LPV1",
            "description": "Jacklyn is Blue Origins first floating landing platform for New Glenn.",
            "location": null,
            "successful_landings": 0
        },
        {
            "id": 52,
            "name": "Santa Maria",
            "abbrev": "SM",
            "description": "Santa Maria is an island in the eastern group of the Azores archipelago (south of the island of São Miguel) and the southernmost island in the Azores.",
            "location": null,
            "successful_landings": 0
        },
        {
            "id": 6,
            "name": "Atlantic Ocean",
            "abbrev": "ATL",
            "description": "Atlantic Ocean",
            "location": null,
            "successful_landings": 38
        },
        {
            "id": 22,
            "name": "Dongfeng Landing Site",
            "abbrev": "DLS",
            "description": "Dongfeng landing site in the Gobi Desert, North China's Inner Mongolia Autonomous Region.",
            "location": null,
            "successful_landings": 8
        },
        {
            "id": 30,
            "name": "Lop Nur Airbase",
            "abbrev": "LNA",
            "description": "Military airbase located on a dried salt lake in the Xinjiang Uygur Autonomous Region, China.",
            "location": null,
            "successful_landings": 3
        },
        {
            "id": 25,
            "name": "Mojave Air and Space Port",
            "abbrev": "KMHV",
            "description": "Mojave Air and Space Port",
            "location": null,
            "successful_landings": 52
        },
        {
            "id": 16,
            "name": "Gulf of Mexico",
            "abbrev": "GOM",
            "description": "Gulf of Mexico",
            "location": null,
            "successful_landings": 16
        },
        {
            "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
        }
    ]
}