Modes

Levels of detail in the response - normal, detailed

Example - /locations/?mode=detailed

Filters

Parameters - active, country_code, id, name, name__contains, total_landing_count, total_landing_count__gt, total_landing_count__gte, total_landing_count__lt, total_landing_count__lte, total_launch_count, total_launch_count__gt, total_launch_count__gte, total_launch_count__lt, total_launch_count__lte

Example - /locations/?country_code=NZL

Fields searched - country__alpha_3_code, name

Example - /locations/?search=Cape Canaveral

Ordering

Fields - total_landing_count, total_launch_count

Example - /locations/?ordering=-total_launch_count

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /locations/?limit=2

Format

Switch to JSON output - /locations/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/locations/164/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "response_mode": "detailed",
    "id": 164,
    "url": "https://lldev.thespacedevs.com/2.3.0/locations/164/?format=api",
    "name": "Koonibba Test Range, South Australia",
    "celestial_body": {
        "response_mode": "normal",
        "id": 1,
        "name": "Earth",
        "type": {
            "id": 1,
            "name": "Planet"
        },
        "diameter": 12742000.0,
        "mass": 5.972168e+24,
        "gravity": 9.80655,
        "length_of_day": "1 00:00:00",
        "atmosphere": true,
        "image": {
            "id": 2040,
            "name": "Earth (Apollo 17)",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
            "credit": "NASA",
            "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
            },
            "single_use": true,
            "variants": []
        },
        "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
        "wiki_url": "https://en.wikipedia.org/wiki/Earth",
        "total_attempted_launches": 7129,
        "successful_launches": 6587,
        "failed_launches": 542,
        "total_attempted_landings": 1089,
        "successful_landings": 1046,
        "failed_landings": 43
    },
    "active": true,
    "country": {
        "id": 34,
        "name": "Australia",
        "alpha_2_code": "AU",
        "alpha_3_code": "AUS",
        "nationality_name": "Australian",
        "nationality_name_composed": "Australo"
    },
    "description": "The Koonibba Test Range is a rocket test range site near the township of Koonibba in the far west of South Australia. Rockets are launched to the north over a clear area – the Yumbarra Conservation Park and Yellabinna Wilderness Protection Area – for 145 kilometres (90 mi).",
    "image": {
        "id": 2087,
        "name": "SR75 liftoff (Maiden Flight)",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sr-75_liftoff__image_20240503065630.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sr-75_liftoff__image_thumbnail_20240503065630.jpeg",
        "credit": "Southern Launch",
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": false,
        "variants": []
    },
    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_koonibba_test_range252c_south_australia_20231114184328.jpg",
    "longitude": 133.448686,
    "latitude": -31.885558,
    "timezone_name": "Australia/Adelaide",
    "total_launch_count": 1,
    "total_landing_count": 0,
    "pads": [
        {
            "id": 215,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/215/?format=api",
            "active": true,
            "agencies": [
                {
                    "response_mode": "list",
                    "id": 1028,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1028/?format=api",
                    "name": "Southern Launch",
                    "abbrev": "",
                    "type": {
                        "id": 5,
                        "name": "Private"
                    }
                }
            ],
            "name": "Pad 1",
            "image": null,
            "description": "",
            "info_url": "https://www.southernlaunch.space/koonibba-test-range",
            "wiki_url": "https://en.wikipedia.org/wiki/Koonibba_Test_Range",
            "map_url": "https://www.google.com/maps?q=-31.885558,133.448686",
            "latitude": -31.885558,
            "longitude": 133.448686,
            "country": {
                "id": 34,
                "name": "Australia",
                "alpha_2_code": "AU",
                "alpha_3_code": "AUS",
                "nationality_name": "Australian",
                "nationality_name_composed": "Australo"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_pad_1_20231114184452.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 0,
            "fastest_turnaround": null
        }
    ]
}