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

{
    "id": 191,
    "url": "https://ll.thespacedevs.com/2.0.0/pad/191/?format=api",
    "agency_id": 1024,
    "name": "Spaceport America",
    "info_url": "https://www.spaceportamerica.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/Spaceport_America",
    "map_url": "https://www.google.com/maps?q=32.9902778,-106.9719162",
    "latitude": "32.9902778",
    "longitude": "-106.9719162",
    "location": {
        "id": 144,
        "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
        "name": "Air launch to Suborbital flight",
        "country_code": "???",
        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
        "total_launch_count": 85,
        "total_landing_count": 0
    },
    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_spaceport_america_20210522162030.jpg",
    "total_launch_count": 13
}