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

{
    "id": 75,
    "url": "https://ll.thespacedevs.com/2.0.0/pad/75/?format=api",
    "agency_id": 95,
    "name": "Shavit Launch Pad",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Palmachim_Airbase",
    "map_url": "https://www.google.com/maps?q=31.884444,34.680278",
    "latitude": "31.884444",
    "longitude": "34.680278",
    "location": {
        "id": 4,
        "url": "https://ll.thespacedevs.com/2.0.0/location/4/?format=api",
        "name": "Palmachim Airbase, State of Israel",
        "country_code": "ISR",
        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_4_20200803142418.jpg",
        "total_launch_count": 12,
        "total_landing_count": 0
    },
    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_75_20200803143316.jpg",
    "total_launch_count": 12
}