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

{
    "count": 34,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.2.0/config/landinglocation/?format=api&limit=10&offset=20&ordering=location",
    "results": [
        {
            "id": 19,
            "name": "Kazakhstan",
            "abbrev": "KAZ",
            "description": "Deserts of Kazakhstan in Central Asia",
            "location": null,
            "successful_landings": 194
        },
        {
            "id": 31,
            "name": "Bay of Bengal",
            "abbrev": "BB",
            "description": "Northeastern part of the Indian Ocean.",
            "location": null,
            "successful_landings": 0
        },
        {
            "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": 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": 10
        }
    ]
}