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=30
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=40",
    "previous": "https://ll.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=20",
    "results": [
        {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.0.0/location/8/?format=api",
            "name": "Wenchang Space Launch Site, People's Republic of China",
            "country_code": "CHN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_8_20200803142445.jpg",
            "total_launch_count": 28,
            "total_landing_count": 0
        },
        {
            "id": 16,
            "url": "https://ll.thespacedevs.com/2.0.0/location/16/?format=api",
            "name": "Xichang Satellite Launch Center, People's Republic of China",
            "country_code": "CHN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_16_20200803142513.jpg",
            "total_launch_count": 204,
            "total_landing_count": 0
        },
        {
            "id": 18,
            "url": "https://ll.thespacedevs.com/2.0.0/location/18/?format=api",
            "name": "Vostochny Cosmodrome, Siberia, Russian Federation",
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_18_20200803142401.jpg",
            "total_launch_count": 17,
            "total_landing_count": 0
        },
        {
            "id": 21,
            "url": "https://ll.thespacedevs.com/2.0.0/location/21/?format=api",
            "name": "Wallops Island, Virginia, USA",
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_21_20200803142423.jpg",
            "total_launch_count": 78,
            "total_landing_count": 0
        },
        {
            "id": 24,
            "url": "https://ll.thespacedevs.com/2.0.0/location/24/?format=api",
            "name": "Uchinoura Space Center, Japan",
            "country_code": "JPN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_24_20200803142411.jpg",
            "total_launch_count": 43,
            "total_landing_count": 0
        },
        {
            "id": 32,
            "url": "https://ll.thespacedevs.com/2.0.0/location/32/?format=api",
            "name": "Hokkaido Spaceport, Japan",
            "country_code": "JPN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_32_20200803142407.jpg",
            "total_launch_count": 7,
            "total_landing_count": 0
        },
        {
            "id": 142,
            "url": "https://ll.thespacedevs.com/2.0.0/location/142/?format=api",
            "name": "Ronald Reagan Ballistic Missile Defense Test Site, Kwajalein Atoll, Marshall Islands",
            "country_code": "MHL",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_142_20200803142511.jpg",
            "total_launch_count": 5,
            "total_landing_count": 0
        },
        {
            "id": 143,
            "url": "https://ll.thespacedevs.com/2.0.0/location/143/?format=api",
            "name": "SpaceX Starbase, TX, USA",
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_143_20200803142438.jpg",
            "total_launch_count": 12,
            "total_landing_count": 9
        },
        {
            "id": 156,
            "url": "https://ll.thespacedevs.com/2.0.0/location/156/?format=api",
            "name": "Whalers Way Orbital Launch Complex, South Australia",
            "country_code": "AUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_whalers_way_orbital_launch_complex_20210910042508.jpg",
            "total_launch_count": 1,
            "total_landing_count": 0
        },
        {
            "id": 153,
            "url": "https://ll.thespacedevs.com/2.0.0/location/153/?format=api",
            "name": "Tonghae Satellite Launching Ground",
            "country_code": "PRK",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_153_20200803142503.jpg",
            "total_launch_count": 2,
            "total_landing_count": 0
        }
    ]
}