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=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": 149,
            "url": "https://ll.thespacedevs.com/2.2.0/location/149/?format=api",
            "name": "Naval Air Weapons Station China Lake, USA",
            "country_code": "USA",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_149_20200803142456.jpg",
            "timezone_name": "America/Los_Angeles",
            "total_launch_count": 0,
            "total_landing_count": 0
        },
        {
            "id": 150,
            "url": "https://ll.thespacedevs.com/2.2.0/location/150/?format=api",
            "name": "Alcântara Launch Center, Federative Republic of Brazil",
            "country_code": "BRA",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_150_20200803142405.jpg",
            "timezone_name": "America/Fortaleza",
            "total_launch_count": 2,
            "total_landing_count": 0
        },
        {
            "id": 151,
            "url": "https://ll.thespacedevs.com/2.2.0/location/151/?format=api",
            "name": "Broglio Space Center, Kenya",
            "country_code": "ITA",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_151_20200803142409.jpg",
            "timezone_name": "Africa/Nairobi",
            "total_launch_count": 9,
            "total_landing_count": 0
        },
        {
            "id": 152,
            "url": "https://ll.thespacedevs.com/2.2.0/location/152/?format=api",
            "name": "RAAF Woomera Range Complex",
            "country_code": "AUS",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_152_20200803142502.jpg",
            "timezone_name": "Australia/Adelaide",
            "total_launch_count": 6,
            "total_landing_count": 0
        },
        {
            "id": 155,
            "url": "https://ll.thespacedevs.com/2.2.0/location/155/?format=api",
            "name": "White Sands Missile Range",
            "country_code": "USA",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_white_sands_missile_range_20210901072636.jpg",
            "timezone_name": "America/Denver",
            "total_launch_count": 5,
            "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": 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": 16,
            "url": "https://ll.thespacedevs.com/2.2.0/location/16/?format=api",
            "name": "Xichang 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_16_20200803142513.jpg",
            "timezone_name": "Asia/Shanghai",
            "total_launch_count": 205,
            "total_landing_count": 0
        },
        {
            "id": 18,
            "url": "https://ll.thespacedevs.com/2.2.0/location/18/?format=api",
            "name": "Vostochny Cosmodrome, Siberia, Russian Federation",
            "country_code": "RUS",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_18_20200803142401.jpg",
            "timezone_name": "Asia/Yakutsk",
            "total_launch_count": 17,
            "total_landing_count": 0
        },
        {
            "id": 21,
            "url": "https://ll.thespacedevs.com/2.2.0/location/21/?format=api",
            "name": "Wallops Island, Virginia, USA",
            "country_code": "USA",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_21_20200803142423.jpg",
            "timezone_name": "America/New_York",
            "total_launch_count": 78,
            "total_landing_count": 0
        }
    ]
}