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/21/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 21,
    "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,
    "pads": [
        {
            "id": 196,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/196/?format=api",
            "agency_id": 44,
            "name": "Launch Area 4",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
            "map_url": "https://www.google.com/maps?q=37.938611,-75.457222",
            "latitude": 37.938611,
            "longitude": -75.457222,
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_launch_area_4_20210901092808.jpg",
            "total_launch_count": 1
        },
        {
            "id": 76,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/76/?format=api",
            "agency_id": 44,
            "name": "Launch Area 0 A",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Mid-Atlantic_Regional_Spaceport_Launch_Pad_0#Pad_0A",
            "map_url": "https://www.google.com/maps?q=37.8337,-75.4881",
            "latitude": 37.8337,
            "longitude": -75.4881,
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_76_20200803143538.jpg",
            "total_launch_count": 19
        },
        {
            "id": 56,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/56/?format=api",
            "agency_id": 44,
            "name": "Launch Area 0 B",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Mid-Atlantic_Regional_Spaceport_Launch_Pad_0#Pad-0B",
            "map_url": "https://www.google.com/maps?q=37.831,-75.4911",
            "latitude": 37.831,
            "longitude": -75.4911,
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_56_20200803143541.jpg",
            "total_launch_count": 8
        },
        {
            "id": 178,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/178/?format=api",
            "agency_id": null,
            "name": "Launch Area 3A",
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=37.8495,-75.4725",
            "latitude": 37.8495,
            "longitude": -75.4725,
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_178_20200803143407.jpg",
            "total_launch_count": 18
        },
        {
            "id": 195,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/195/?format=api",
            "agency_id": 44,
            "name": "Launch Area 1",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
            "map_url": "https://www.google.com/maps?q=37.938611,-75.457222",
            "latitude": 37.938611,
            "longitude": -75.457222,
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_launch_area_1_20210901085625.jpg",
            "total_launch_count": 7
        },
        {
            "id": 94,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/94/?format=api",
            "agency_id": 44,
            "name": "Launch Area 3",
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=37.8495,-75.4725",
            "latitude": 37.8495,
            "longitude": -75.4725,
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_94_20200803143206.jpg",
            "total_launch_count": 13
        },
        {
            "id": 79,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/79/?format=api",
            "agency_id": 147,
            "name": "Rocket Lab Launch Complex 2 (Launch Area 0 C)",
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=37.834,-75.488",
            "latitude": 37.834,
            "longitude": -75.488,
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_79_20200803143607.jpg",
            "total_launch_count": 4
        },
        {
            "id": 177,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/177/?format=api",
            "agency_id": null,
            "name": "Unknown Pad",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
            "map_url": "https://www.google.com/maps?q=37.9386111,-75.4594162",
            "latitude": 37.9386111,
            "longitude": -75.4594162,
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_177_20200803143406.jpg",
            "total_launch_count": 8
        }
    ]
}