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.2.0/location/?country_code=USA

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

{
    "id": 24,
    "name": "Uchinoura Space Center, Japan",
    "country_code": "JPN",
    "description": "The Uchinoura Space Center is a space launch facility in the Japanese town of Kimotsuki, Kagoshima Prefecture. All of Japan's scientific satellites were launched from Uchinoura prior to the M-V launch vehicles being decommissioned in 2006. It continues to be used for suborbital launches, stratospheric balloons and has also been used for the Epsilon orbital launch vehicle. Additionally, the center has antennas for communication with interplanetary space probes.",
    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_24_20200803142411.jpg",
    "timezone_name": "Asia/Tokyo",
    "total_launch_count": 43,
    "total_landing_count": 0,
    "pads": [
        {
            "id": 47,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/47/?format=api",
            "agency_id": 37,
            "name": "Mu Center",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Uchinoura_Space_Center",
            "map_url": "https://www.google.com/maps?q=31.2509794,131.0821319",
            "latitude": 31.2509794,
            "longitude": 131.0821319,
            "country_code": "JPN",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_47_20200803143524.jpg",
            "total_launch_count": 36
        },
        {
            "id": 43,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/43/?format=api",
            "agency_id": null,
            "name": "KS Center",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Uchinoura_Space_Center",
            "map_url": "https://www.google.com/maps?q=31.2519752,131.0791609",
            "latitude": 31.2519752,
            "longitude": 131.0791609,
            "country_code": "JPN",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_43_20200803143309.jpg",
            "total_launch_count": 7
        }
    ]
}