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&offset=20
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=30",
    "previous": "https://ll.thespacedevs.com/2.2.0/location/?format=api&limit=10&offset=10",
    "results": [
        {
            "id": 15,
            "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
            "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
            "country_code": "KAZ",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
            "timezone_name": "Asia/Qyzylorda",
            "total_launch_count": 1548,
            "total_landing_count": 0
        },
        {
            "id": 19,
            "url": "https://ll.thespacedevs.com/2.2.0/location/19/?format=api",
            "name": "Taiyuan Satellite Launch Center, People's Republic of China",
            "country_code": "CHN",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_19_20200803142421.jpg",
            "timezone_name": "Asia/Shanghai",
            "total_launch_count": 125,
            "total_landing_count": 0
        },
        {
            "id": 20,
            "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
            "name": "Air launch to orbit",
            "country_code": "???",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_20_20200803142433.jpg",
            "timezone_name": "",
            "total_launch_count": 51,
            "total_landing_count": 0
        },
        {
            "id": 1,
            "url": "https://ll.thespacedevs.com/2.2.0/location/1/?format=api",
            "name": "Kauai, USA",
            "country_code": "USA",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_1_20200803142427.jpg",
            "timezone_name": "Pacific/Honolulu",
            "total_launch_count": 1,
            "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": 3,
            "url": "https://ll.thespacedevs.com/2.2.0/location/3/?format=api",
            "name": "Sea Launch",
            "country_code": "???",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_3_20200803142448.jpg",
            "timezone_name": "",
            "total_launch_count": 49,
            "total_landing_count": 0
        },
        {
            "id": 7,
            "url": "https://ll.thespacedevs.com/2.2.0/location/7/?format=api",
            "name": "Sohae Satellite Launching Station,  Cholsan County, North Pyongan Province, Democratic People's Republic of Korea",
            "country_code": "PRK",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_7_20200803142414.jpg",
            "timezone_name": "Asia/Pyongyang",
            "total_launch_count": 6,
            "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": 8,
            "url": "https://ll.thespacedevs.com/2.2.0/location/8/?format=api",
            "name": "Wenchang Space Launch Site, People's Republic of China",
            "country_code": "CHN",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_8_20200803142445.jpg",
            "timezone_name": "Asia/Shanghai",
            "total_launch_count": 29,
            "total_landing_count": 0
        },
        {
            "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": 950,
            "total_landing_count": 51
        }
    ]
}