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

{
    "id": 47,
    "url": "https://ll.thespacedevs.com/2.0.0/pad/47/?format=api",
    "agency_id": 37,
    "name": "Mu Center",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Uchinoura_Space_Center",
    "map_url": "https://www.google.com/maps?q=31.2509794,131.0821319",
    "latitude": "31.2509794",
    "longitude": "131.0821319",
    "location": {
        "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
    },
    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_47_20200803143524.jpg",
    "total_launch_count": 36
}