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

{
    "id": 59,
    "url": "https://ll.thespacedevs.com/2.0.0/pad/59/?format=api",
    "agency_id": null,
    "name": "Kwajalein Atoll",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Kwajalein_Atoll",
    "map_url": "https://www.google.com/maps?q=8.716667,167.733333",
    "latitude": "8.716667",
    "longitude": "167.733333",
    "location": {
        "id": 20,
        "url": "https://ll.thespacedevs.com/2.0.0/location/20/?format=api",
        "name": "Air launch to orbit",
        "country_code": "???",
        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_20_20200803142433.jpg",
        "total_launch_count": 51,
        "total_landing_count": 0
    },
    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_59_20200803143427.jpg",
    "total_launch_count": 4
}