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

{
    "id": 30,
    "name": "Kapustin Yar, Russian Federation",
    "country_code": "RUS",
    "description": "",
    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_30_20200803142515.jpg",
    "timezone_name": "Europe/Volgograd",
    "total_launch_count": 101,
    "total_landing_count": 0,
    "pads": [
        {
            "id": 100,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/100/?format=api",
            "agency_id": null,
            "name": "Mayak-2",
            "description": null,
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=48.569551,46.295814",
            "latitude": 48.569551,
            "longitude": 46.295814,
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_100_20200803143212.jpg",
            "total_launch_count": 24
        },
        {
            "id": 137,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/137/?format=api",
            "agency_id": null,
            "name": "107/1",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
            "map_url": "https://www.google.com/maps?q=48.540716,46.296826",
            "latitude": 48.540716,
            "longitude": 46.296826,
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_137_20200803143332.jpg",
            "total_launch_count": 20
        },
        {
            "id": 138,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/138/?format=api",
            "agency_id": null,
            "name": "107/2",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
            "map_url": "https://www.google.com/maps?q=48.540716,46.296826",
            "latitude": 48.540716,
            "longitude": 46.296826,
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_138_20200803143400.jpg",
            "total_launch_count": 4
        },
        {
            "id": 140,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/140/?format=api",
            "agency_id": null,
            "name": "86/4",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
            "map_url": "https://www.google.com/maps?q=48.56935,46.293219",
            "latitude": 48.56935,
            "longitude": 46.293219,
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_140_20200803143350.jpg",
            "total_launch_count": 24
        },
        {
            "id": 139,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/139/?format=api",
            "agency_id": null,
            "name": "86/1",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
            "map_url": "https://www.google.com/maps?q=48.56935,46.293219",
            "latitude": 48.56935,
            "longitude": 46.293219,
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_139_20200803143345.jpg",
            "total_launch_count": 26
        },
        {
            "id": 136,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/136/?format=api",
            "agency_id": null,
            "name": "107",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
            "map_url": "https://www.google.com/maps?q=48.540716,46.296826",
            "latitude": 48.540716,
            "longitude": 46.296826,
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_136_20200803143342.jpg",
            "total_launch_count": 3
        }
    ]
}