API endpoint that allows Location instances to be viewed.

GET:
Return a list of all the existing location instances.

FILTERS:
Parameters - 'name', 'location'
Example - /2.0.0/pad/?location=12

GET /2.0.0/pad/107/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 107,
    "url": "https://ll.thespacedevs.com/2.0.0/pad/107/?format=api",
    "agency_id": null,
    "name": "Omelek Island",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Omelek_Island",
    "map_url": "https://www.google.com/maps?q=9.047861,167.743",
    "latitude": "9.047861",
    "longitude": "167.743",
    "location": {
        "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
    },
    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_107_20200803143450.jpg",
    "total_launch_count": 5
}