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

{
    "id": 124,
    "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
    "agency_id": 115,
    "name": "Ariane Launch Area 2",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
    "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
    "latitude": "5.232",
    "longitude": "-52.778194",
    "location": {
        "id": 13,
        "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
        "name": "Guiana Space Centre, French Guiana",
        "country_code": "GUF",
        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_13_20200803142412.jpg",
        "total_launch_count": 320,
        "total_landing_count": 0
    },
    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_124_20200803143241.jpg",
    "total_launch_count": 119
}