GET /2.2.0/config/landinglocation/?format=api&offset=30
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",
    "results": [
        {
            "id": 29,
            "name": "Yubileyniy Airfield",
            "abbrev": "UAON",
            "description": "Built for Buran landings, used as airport.",
            "location": {
                "id": 15,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/15/?format=api",
                "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                "country_code": "KAZ",
                "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                "timezone_name": "Asia/Qyzylorda",
                "total_launch_count": 1555,
                "total_landing_count": 0
            },
            "successful_landings": 1
        },
        {
            "id": 32,
            "name": "Indian Ocean",
            "abbrev": "IND",
            "description": "Indian Ocean",
            "location": null,
            "successful_landings": 6
        },
        {
            "id": 33,
            "name": "Siberia",
            "abbrev": "Siberia",
            "description": "Siberia is located in the northern part of Russia",
            "location": null,
            "successful_landings": 2
        },
        {
            "id": 39,
            "name": "Orbital Launch Mount A",
            "abbrev": "OLM-A",
            "description": "",
            "location": {
                "id": 143,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/143/?format=api",
                "name": "SpaceX Starbase, TX, USA",
                "country_code": "USA",
                "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                "timezone_name": "America/Chicago",
                "total_launch_count": 18,
                "total_landing_count": 13
            },
            "successful_landings": 3
        }
    ]
}