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

{
    "id": 214,
    "url": "https://ll.thespacedevs.com/2.0.0/pad/214/?format=api",
    "agency_id": null,
    "name": "Launch Pad Elizabeth",
    "info_url": null,
    "wiki_url": null,
    "map_url": null,
    "latitude": null,
    "longitude": null,
    "location": {
        "id": 157,
        "url": "https://ll.thespacedevs.com/2.0.0/location/157/?format=api",
        "name": "SaxaVord Spaceport",
        "country_code": "GBR",
        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_saxavord_spaceport_20211102161146.jpg",
        "total_launch_count": 0,
        "total_landing_count": 0
    },
    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_launch_pad_elizabeth_20231013025957.jpg",
    "total_launch_count": 0
}