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

{
    "count": 52,
    "next": "https://ll.thespacedevs.com/2.2.0/location/?format=api&limit=10&offset=20",
    "previous": "https://ll.thespacedevs.com/2.2.0/location/?format=api&limit=10",
    "results": [
        {
            "id": 145,
            "url": "https://ll.thespacedevs.com/2.2.0/location/145/?format=api",
            "name": "Shahrud Missile Test Site, Islamic Republic of Iran",
            "country_code": "IRN",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_145_20200803142443.jpg",
            "timezone_name": "Asia/Tehran",
            "total_launch_count": 5,
            "total_landing_count": 0
        },
        {
            "id": 25,
            "url": "https://ll.thespacedevs.com/2.2.0/location/25/?format=api",
            "name": "Pacific Spaceport Complex, Alaska, USA",
            "country_code": "USA",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_25_20200803142500.jpg",
            "timezone_name": "America/Anchorage",
            "total_launch_count": 9,
            "total_landing_count": 0
        },
        {
            "id": 149,
            "url": "https://ll.thespacedevs.com/2.2.0/location/149/?format=api",
            "name": "Naval Air Weapons Station China Lake, USA",
            "country_code": "USA",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_149_20200803142456.jpg",
            "timezone_name": "America/Los_Angeles",
            "total_launch_count": 0,
            "total_landing_count": 0
        },
        {
            "id": 150,
            "url": "https://ll.thespacedevs.com/2.2.0/location/150/?format=api",
            "name": "Alcântara Launch Center, Federative Republic of Brazil",
            "country_code": "BRA",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_150_20200803142405.jpg",
            "timezone_name": "America/Fortaleza",
            "total_launch_count": 2,
            "total_landing_count": 0
        },
        {
            "id": 157,
            "url": "https://ll.thespacedevs.com/2.2.0/location/157/?format=api",
            "name": "SaxaVord Spaceport",
            "country_code": "GBR",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_saxavord_spaceport_20211102161146.jpg",
            "timezone_name": "Europe/London",
            "total_launch_count": 0,
            "total_landing_count": 0
        },
        {
            "id": 158,
            "url": "https://ll.thespacedevs.com/2.2.0/location/158/?format=api",
            "name": "Spaceport Camden, GA, USA",
            "country_code": "USA",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_spaceport_camden_20211102161325.jpg",
            "timezone_name": "America/New_York",
            "total_launch_count": 0,
            "total_landing_count": 0
        },
        {
            "id": 159,
            "url": "https://ll.thespacedevs.com/2.2.0/location/159/?format=api",
            "name": "Sutherland Spaceport",
            "country_code": "GBR",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_sutherland_spaceport_20220511180155.jpg",
            "timezone_name": "Europe/London",
            "total_launch_count": 0,
            "total_landing_count": 0
        },
        {
            "id": 163,
            "url": "https://ll.thespacedevs.com/2.2.0/location/163/?format=api",
            "name": "El Arenosillo Test Centre",
            "country_code": "ESP",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_163_20240111100612.jpg",
            "timezone_name": "Europe/Madrid",
            "total_launch_count": 1,
            "total_landing_count": 0
        },
        {
            "id": 11,
            "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
            "name": "Vandenberg SFB, CA, USA",
            "country_code": "USA",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_11_20200803142416.jpg",
            "timezone_name": "America/Los_Angeles",
            "total_launch_count": 753,
            "total_landing_count": 18
        },
        {
            "id": 13,
            "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
            "name": "Guiana Space Centre, French Guiana",
            "country_code": "GUF",
            "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_13_20200803142412.jpg",
            "timezone_name": "America/Cayenne",
            "total_launch_count": 320,
            "total_landing_count": 0
        }
    ]
}