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

{
    "id": 13,
    "url": "https://ll.thespacedevs.com/2.0.0/pad/13/?format=api",
    "agency_id": 80,
    "name": "Launch Platform Odyssey",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
    "map_url": "https://www.google.com/maps?q=0.0,-154",
    "latitude": "0.0",
    "longitude": "-154.0",
    "location": {
        "id": 3,
        "url": "https://ll.thespacedevs.com/2.0.0/location/3/?format=api",
        "name": "Sea Launch",
        "country_code": "???",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
        "total_launch_count": 55,
        "total_landing_count": 0
    },
    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
    "total_launch_count": 36
}