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

{
    "id": 50,
    "url": "https://ll.thespacedevs.com/2.0.0/pad/50/?format=api",
    "agency_id": 31,
    "name": "Satish Dhawan Space Centre First Launch Pad",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_First_Launch_Pad",
    "map_url": "https://www.google.com/maps?q=13.733,80.235",
    "latitude": "13.733",
    "longitude": "80.235",
    "location": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.0.0/location/14/?format=api",
        "name": "Satish Dhawan Space Centre, India",
        "country_code": "IND",
        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_14_20200803142403.jpg",
        "total_launch_count": 94,
        "total_landing_count": 0
    },
    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_50_20200803143457.jpg",
    "total_launch_count": 58
}