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

{
    "id": 14,
    "name": "Satish Dhawan Space Centre, India",
    "country_code": "IND",
    "description": "",
    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_14_20200803142403.jpg",
    "timezone_name": "Asia/Kolkata",
    "total_launch_count": 94,
    "total_landing_count": 0,
    "pads": [
        {
            "id": 40,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/40/?format=api",
            "agency_id": 31,
            "name": "SLV-3 Launch Pad",
            "description": "The SLV3 Launch Pad, began operation in 1979 and was decommissioned in 1994. It was used by two launch vehicles of the ISRO: the Satellite Launch Vehicle (SLV) and the Augmented Satellite Launch Vehicle (ASLV) Initially it was built for launching SLV-3s but was later also used as an ASLV launch complex.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_SLV_Launch_Pad",
            "map_url": "https://www.google.com/maps?q=13.666193,80.227231",
            "latitude": 13.666193,
            "longitude": 80.227231,
            "country_code": "IND",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_40_20200803143325.jpg",
            "total_launch_count": 8
        },
        {
            "id": 50,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/50/?format=api",
            "agency_id": 31,
            "name": "Satish Dhawan Space Centre First Launch Pad",
            "description": "India has two launch pads at the site. The First Launch Pad, operational since 1993, is used for Polar Satellite Launch Vehicle, Small Satellite Launch Vehicle and formerly used by Geosynchronous Satellite Launch Vehicle.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_First_Launch_Pad",
            "map_url": "https://www.google.com/maps?q=13.733,80.235",
            "latitude": 13.733,
            "longitude": 80.235,
            "country_code": "IND",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_50_20200803143457.jpg",
            "total_launch_count": 58
        },
        {
            "id": 82,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/82/?format=api",
            "agency_id": 31,
            "name": "Satish Dhawan Space Centre Second Launch Pad",
            "description": "The second launch pad was built between 1999 and 2003.  It became functional in 2005 and has since been used for various rockets. This launch pad supports missions by PSLV, GSLV, LVM3 rockets and is even envisioned for India's future crewed spaceflight.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_Second_Launch_Pad",
            "map_url": "https://www.google.com/maps?q=13.7199,80.2304",
            "latitude": 13.7199,
            "longitude": 80.2304,
            "country_code": "IND",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_82_20200803143602.jpg",
            "total_launch_count": 28
        },
        {
            "id": 73,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/73/?format=api",
            "agency_id": null,
            "name": "Unknown Pad",
            "description": "There is more then one possible pad for this launch.",
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=13.733,80.235",
            "latitude": 13.733,
            "longitude": 80.235,
            "country_code": "IND",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_73_20200803143531.jpg",
            "total_launch_count": 0
        }
    ]
}