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

{
    "count": 29,
    "next": "https://ll.thespacedevs.com/2.2.0/config/landinglocation/?format=api&limit=10&offset=10&ordering=-location",
    "previous": null,
    "results": [
        {
            "id": 30,
            "name": "Lop Nur",
            "abbrev": "LN",
            "description": "Dried salt lake in the Xinjiang Uygur Autonomous Region, China.",
            "location": null,
            "successful_landings": 0
        },
        {
            "id": 25,
            "name": "Mojave Air and Space Port",
            "abbrev": "MASP",
            "description": "Mojave Air and Space Port",
            "location": null,
            "successful_landings": 0
        },
        {
            "id": 12,
            "name": "Unknown",
            "abbrev": "N/A",
            "description": null,
            "location": null,
            "successful_landings": 0
        },
        {
            "id": 6,
            "name": "Atlantic Ocean",
            "abbrev": "ATL",
            "description": "Atlantic Ocean",
            "location": null,
            "successful_landings": 0
        },
        {
            "id": 19,
            "name": "Kazakhstan",
            "abbrev": "KAZ",
            "description": "Deserts of Kazakhstan in Central Asia",
            "location": null,
            "successful_landings": 0
        },
        {
            "id": 16,
            "name": "Gulf of Mexico",
            "abbrev": "GOM",
            "description": "Gulf of Mexico",
            "location": null,
            "successful_landings": 0
        },
        {
            "id": 21,
            "name": "Dorbod Banner",
            "abbrev": "DB",
            "description": "Dorbod Banner in Ulanqab, Inner Mongolia, China, bordering Mongolia's Dornogovi Province to the northwest.",
            "location": null,
            "successful_landings": 0
        },
        {
            "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": 0
        },
        {
            "id": 18,
            "name": "Pacific Ocean",
            "abbrev": "PAC",
            "description": "Pacific Ocean",
            "location": null,
            "successful_landings": 3
        },
        {
            "id": 31,
            "name": "Bay of Bengal",
            "abbrev": "BB",
            "description": "Northeastern part of the Indian Ocean.",
            "location": null,
            "successful_landings": 0
        }
    ]
}