GET /2.2.0/config/landinglocation/?format=api&offset=20&ordering=-name
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=30&ordering=-name",
    "previous": "https://lldev.thespacedevs.com/2.2.0/config/landinglocation/?format=api&limit=10&offset=10&ordering=-name",
    "results": [
        {
            "id": 19,
            "name": "Kazakhstan",
            "abbrev": "KAZ",
            "description": "Deserts of Kazakhstan in Central Asia",
            "location": null,
            "successful_landings": 194
        },
        {
            "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": 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
        },
        {
            "id": 51,
            "name": "Jacklyn",
            "abbrev": "LPV1",
            "description": "Jacklyn is Blue Origins first floating landing platform for New Glenn.",
            "location": null,
            "successful_landings": 0
        },
        {
            "id": 32,
            "name": "Indian Ocean",
            "abbrev": "IND",
            "description": "Indian Ocean",
            "location": null,
            "successful_landings": 6
        },
        {
            "id": 16,
            "name": "Gulf of Mexico",
            "abbrev": "GOM",
            "description": "Gulf of Mexico",
            "location": null,
            "successful_landings": 16
        },
        {
            "id": 23,
            "name": "Edwards Air Force Base",
            "abbrev": "KEDW",
            "description": "Edwards Air Force Base in California.",
            "location": {
                "id": 162,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/162/?format=api",
                "name": "Edwards Air Force Base",
                "country_code": "USA",
                "description": "Edwards Air Force Base is a United States Air Force installation in California. Edwards is the home of the Air Force Test Center, Air Force Test Pilot School, and NASA's Armstrong Flight Research Center. It is the Air Force Materiel Command center for conducting and supporting research and development of flight, as well as testing and evaluating aerospace systems from concept to combat. It also hosts many test activities conducted by America's commercial aerospace industry.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_edwards_air_force_base_20230422085221.jpg",
                "timezone_name": "America/Los_Angeles",
                "total_launch_count": 0,
                "total_landing_count": 0
            },
            "successful_landings": 66
        },
        {
            "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
        },
        {
            "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": 28,
            "name": "Corn Ranch, West Texas",
            "abbrev": "CR",
            "description": "Blue Origin launch and landing facility located in West Texas",
            "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": 35
        }
    ]
}