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

{
    "id": 125,
    "url": "https://ll.thespacedevs.com/2.0.0/pad/125/?format=api",
    "agency_id": 115,
    "name": "Diamant Launch Area",
    "info_url": null,
    "wiki_url": null,
    "map_url": "https://www.google.com/maps?q=5.2222222,-52.7758051",
    "latitude": "5.2222222",
    "longitude": "-52.7758051",
    "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_125_20200803143236.jpg",
    "total_launch_count": 8
}