API endpoint that allows Location instances to be viewed.

GET:
Return a list of all the existing location instances.

FILTERS:
Parameters - 'name', 'country_code', 'id'
Example - /2.0.0/location/?country_code=USA

GET /2.0.0/location/13/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 13,
    "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,
    "pads": [
        {
            "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,
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_125_20200803143236.jpg",
            "total_launch_count": 8
        },
        {
            "id": 34,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/34/?format=api",
            "agency_id": 115,
            "name": "Ariane Launch Area 1 (ELV)",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
            "map_url": "https://www.google.com/maps?q=5.236,-52.775",
            "latitude": 5.236,
            "longitude": -52.775,
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_34_20200803143527.jpg",
            "total_launch_count": 49
        },
        {
            "id": 77,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/77/?format=api",
            "agency_id": 115,
            "name": "Ariane Launch Area 3",
            "info_url": null,
            "wiki_url": "http://en.wikipedia.org/wiki/ELA-3",
            "map_url": "https://www.google.com/maps?q=5.239,-52.768",
            "latitude": 5.239,
            "longitude": -52.768,
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_77_20200803143458.jpg",
            "total_launch_count": 118
        },
        {
            "id": 124,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
            "agency_id": 115,
            "name": "Ariane Launch Area 2",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
            "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
            "latitude": 5.232,
            "longitude": -52.778194,
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_124_20200803143241.jpg",
            "total_launch_count": 119
        },
        {
            "id": 67,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
            "agency_id": 115,
            "name": "Ariane Launch Area 4",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
            "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
            "latitude": 5.256319,
            "longitude": -52.786838,
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_67_20200803143559.jpg",
            "total_launch_count": 0
        },
        {
            "id": 81,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/81/?format=api",
            "agency_id": 115,
            "name": "Soyuz Launch Complex",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Ensemble_de_Lancement_Soyouz",
            "map_url": "https://www.google.com/maps?q=5.3019,-52.8346",
            "latitude": 5.3019,
            "longitude": -52.8346,
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_81_20200803143601.jpg",
            "total_launch_count": 26
        }
    ]
}