GET /2.2.0/config/landinglocation/?format=api&offset=30&ordering=-name
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=-name",
    "results": [
        {
            "id": 11,
            "name": "Corn Ranch Landing Pad, West Texas",
            "abbrev": "CR",
            "description": "New Shepard landing site.",
            "location": {
                "id": 29,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/29/?format=api",
                "name": "Corn Ranch, Van Horn, TX, USA",
                "country_code": "USA",
                "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                "timezone_name": "America/Chicago",
                "total_launch_count": 32,
                "total_landing_count": 32
            },
            "successful_landings": 27
        },
        {
            "id": 31,
            "name": "Bay of Bengal",
            "abbrev": "BB",
            "description": "Northeastern part of the Indian Ocean.",
            "location": null,
            "successful_landings": 0
        },
        {
            "id": 6,
            "name": "Atlantic Ocean",
            "abbrev": "ATL",
            "description": "Atlantic Ocean",
            "location": null,
            "successful_landings": 38
        },
        {
            "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
        }
    ]
}