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.2.0/location/?country_code=USA

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

{
    "count": 52,
    "next": "https://ll.thespacedevs.com/2.2.0/location/?format=api&limit=10&offset=40",
    "previous": "https://ll.thespacedevs.com/2.2.0/location/?format=api&limit=10&offset=20",
    "results": [
        {
            "id": 24,
            "url": "https://ll.thespacedevs.com/2.2.0/location/24/?format=api",
            "name": "Uchinoura Space Center, Japan",
            "country_code": "JPN",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_24_20200803142411.jpg",
            "timezone_name": "Asia/Tokyo",
            "total_launch_count": 43,
            "total_landing_count": 0
        },
        {
            "id": 32,
            "url": "https://ll.thespacedevs.com/2.2.0/location/32/?format=api",
            "name": "Hokkaido Spaceport, Japan",
            "country_code": "JPN",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_32_20200803142407.jpg",
            "timezone_name": "Asia/Tokyo",
            "total_launch_count": 7,
            "total_landing_count": 0
        },
        {
            "id": 142,
            "url": "https://ll.thespacedevs.com/2.2.0/location/142/?format=api",
            "name": "Ronald Reagan Ballistic Missile Defense Test Site, Kwajalein Atoll, Marshall Islands",
            "country_code": "MHL",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_142_20200803142511.jpg",
            "timezone_name": "Pacific/Tarawa",
            "total_launch_count": 5,
            "total_landing_count": 0
        },
        {
            "id": 143,
            "url": "https://ll.thespacedevs.com/2.2.0/location/143/?format=api",
            "name": "SpaceX Starbase, TX, USA",
            "country_code": "USA",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_143_20200803142438.jpg",
            "timezone_name": "America/Chicago",
            "total_launch_count": 12,
            "total_landing_count": 9
        },
        {
            "id": 12,
            "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
            "name": "Cape Canaveral, FL, USA",
            "country_code": "USA",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
            "timezone_name": "America/New_York",
            "total_launch_count": 953,
            "total_landing_count": 51
        },
        {
            "id": 144,
            "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
            "name": "Air launch to Suborbital flight",
            "country_code": "???",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
            "timezone_name": "",
            "total_launch_count": 85,
            "total_landing_count": 0
        },
        {
            "id": 147,
            "url": "https://ll.thespacedevs.com/2.2.0/location/147/?format=api",
            "name": "Interarmy Special Vehicles Test Centre, French Algeria",
            "country_code": "FRA",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_147_20200803142452.jpg",
            "timezone_name": "Africa/Algiers",
            "total_launch_count": 4,
            "total_landing_count": 0
        },
        {
            "id": 156,
            "url": "https://ll.thespacedevs.com/2.2.0/location/156/?format=api",
            "name": "Whalers Way Orbital Launch Complex, South Australia",
            "country_code": "AUS",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_whalers_way_orbital_launch_complex_20210910042508.jpg",
            "timezone_name": "Australia/Adelaide",
            "total_launch_count": 1,
            "total_landing_count": 0
        },
        {
            "id": 166,
            "url": "https://ll.thespacedevs.com/2.2.0/location/166/?format=api",
            "name": "Space Port Kii, Japan",
            "country_code": "JPN",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_space_port_kii252c_japan_20240126073749.jpg",
            "timezone_name": "Asia/Tokyo",
            "total_launch_count": 1,
            "total_landing_count": 0
        },
        {
            "id": 4,
            "url": "https://ll.thespacedevs.com/2.2.0/location/4/?format=api",
            "name": "Palmachim Airbase, State of Israel",
            "country_code": "ISR",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_4_20200803142418.jpg",
            "timezone_name": "Asia/Jerusalem",
            "total_launch_count": 12,
            "total_landing_count": 0
        }
    ]
}