API endpoint that allows Location instances to be viewed.

GET:
Return a list of all the existing location instances.

FILTERS:
Parameters - 'name', 'country_code', 'id'
Example - /2.0.0/location/?country_code=USA

GET /2.0.0/location/?format=api&offset=10
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 52,
    "next": "https://ll.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=20",
    "previous": "https://ll.thespacedevs.com/2.0.0/location/?format=api&limit=10",
    "results": [
        {
            "id": 147,
            "url": "https://ll.thespacedevs.com/2.0.0/location/147/?format=api",
            "name": "Interarmy Special Vehicles Test Centre, French Algeria",
            "country_code": "FRA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_147_20200803142452.jpg",
            "total_launch_count": 4,
            "total_landing_count": 0
        },
        {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
            "name": "Jiuquan Satellite Launch Center, People's Republic of China",
            "country_code": "CHN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_17_20200803142429.jpg",
            "total_launch_count": 224,
            "total_landing_count": 0
        },
        {
            "id": 19,
            "url": "https://ll.thespacedevs.com/2.0.0/location/19/?format=api",
            "name": "Taiyuan Satellite Launch Center, People's Republic of China",
            "country_code": "CHN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_19_20200803142421.jpg",
            "total_launch_count": 125,
            "total_landing_count": 0
        },
        {
            "id": 149,
            "url": "https://ll.thespacedevs.com/2.0.0/location/149/?format=api",
            "name": "Naval Air Weapons Station China Lake, USA",
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_149_20200803142456.jpg",
            "total_launch_count": 0,
            "total_landing_count": 0
        },
        {
            "id": 20,
            "url": "https://ll.thespacedevs.com/2.0.0/location/20/?format=api",
            "name": "Air launch to orbit",
            "country_code": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_20_20200803142433.jpg",
            "total_launch_count": 51,
            "total_landing_count": 0
        },
        {
            "id": 25,
            "url": "https://ll.thespacedevs.com/2.0.0/location/25/?format=api",
            "name": "Pacific Spaceport Complex, Alaska, USA",
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_25_20200803142500.jpg",
            "total_launch_count": 9,
            "total_landing_count": 0
        },
        {
            "id": 150,
            "url": "https://ll.thespacedevs.com/2.0.0/location/150/?format=api",
            "name": "Alcântara Launch Center, Federative Republic of Brazil",
            "country_code": "BRA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_150_20200803142405.jpg",
            "total_launch_count": 2,
            "total_landing_count": 0
        },
        {
            "id": 163,
            "url": "https://ll.thespacedevs.com/2.0.0/location/163/?format=api",
            "name": "El Arenosillo Test Centre",
            "country_code": "ESP",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_163_20240111100612.jpg",
            "total_launch_count": 1,
            "total_landing_count": 0
        },
        {
            "id": 164,
            "url": "https://ll.thespacedevs.com/2.0.0/location/164/?format=api",
            "name": "Koonibba Test Range, South Australia",
            "country_code": "AUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_koonibba_test_range252c_south_australia_20231114184328.jpg",
            "total_launch_count": 0,
            "total_landing_count": 0
        },
        {
            "id": 27,
            "url": "https://ll.thespacedevs.com/2.0.0/location/27/?format=api",
            "name": "Kennedy Space Center, FL, USA",
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
            "total_launch_count": 235,
            "total_landing_count": 0
        }
    ]
}