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

{
    "id": 104,
    "url": "https://ll.thespacedevs.com/2.0.0/pad/104/?format=api",
    "agency_id": null,
    "name": "Guam International Airport",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Antonio_B._Won_Pat_International_Airport",
    "map_url": "https://www.google.com/maps?q=13.483889,144.797222",
    "latitude": "13.483889",
    "longitude": "144.797222",
    "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_104_20200803143546.jpg",
    "total_launch_count": 0
}