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

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

{
    "count": 52,
    "next": "https://ll.thespacedevs.com/2.1.0/location/?format=api&limit=10&offset=10",
    "previous": null,
    "results": [
        {
            "id": 27,
            "url": "https://ll.thespacedevs.com/2.1.0/location/27/?format=api",
            "name": "Kennedy Space Center, FL, USA",
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
            "total_launch_count": 237,
            "total_landing_count": 0
        },
        {
            "id": 2,
            "url": "https://ll.thespacedevs.com/2.1.0/location/2/?format=api",
            "name": "Semnan Space Center, Islamic Republic of Iran",
            "country_code": "IRN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_2_20200803142458.jpg",
            "total_launch_count": 14,
            "total_landing_count": 0
        },
        {
            "id": 29,
            "url": "https://ll.thespacedevs.com/2.1.0/location/29/?format=api",
            "name": "Corn Ranch, Van Horn, TX, USA",
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_29_20200803142436.jpg",
            "total_launch_count": 24,
            "total_landing_count": 24
        },
        {
            "id": 7,
            "url": "https://ll.thespacedevs.com/2.1.0/location/7/?format=api",
            "name": "Sohae Satellite Launching Station,  Cholsan County, North Pyongan Province, Democratic People's Republic of Korea",
            "country_code": "PRK",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_7_20200803142414.jpg",
            "total_launch_count": 6,
            "total_landing_count": 0
        },
        {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.1.0/location/8/?format=api",
            "name": "Wenchang Space Launch Site, People's Republic of China",
            "country_code": "CHN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_8_20200803142445.jpg",
            "total_launch_count": 29,
            "total_landing_count": 0
        },
        {
            "id": 145,
            "url": "https://ll.thespacedevs.com/2.1.0/location/145/?format=api",
            "name": "Shahrud Missile Test Site, Islamic Republic of Iran",
            "country_code": "IRN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_145_20200803142443.jpg",
            "total_launch_count": 5,
            "total_landing_count": 0
        },
        {
            "id": 11,
            "url": "https://ll.thespacedevs.com/2.1.0/location/11/?format=api",
            "name": "Vandenberg SFB, CA, USA",
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_11_20200803142416.jpg",
            "total_launch_count": 755,
            "total_landing_count": 18
        },
        {
            "id": 13,
            "url": "https://ll.thespacedevs.com/2.1.0/location/13/?format=api",
            "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
        },
        {
            "id": 146,
            "url": "https://ll.thespacedevs.com/2.1.0/location/146/?format=api",
            "name": "Svobodny Cosmodrome, Russian Federation",
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_146_20200803142450.jpg",
            "total_launch_count": 5,
            "total_landing_count": 0
        },
        {
            "id": 6,
            "url": "https://ll.thespacedevs.com/2.1.0/location/6/?format=api",
            "name": "Plesetsk Cosmodrome, Russian Federation",
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_6_20200803142434.jpg",
            "total_launch_count": 1668,
            "total_landing_count": 0
        }
    ]
}