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&limit=10&offset=40
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=50",
    "previous": "https://ll.thespacedevs.com/2.2.0/location/?format=api&limit=10&offset=30",
    "results": [
        {
            "id": 5,
            "url": "https://ll.thespacedevs.com/2.2.0/location/5/?format=api",
            "name": "Dombarovskiy, Russian Federation",
            "country_code": "RUS",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_5_20200803142425.jpg",
            "timezone_name": "Asia/Yekaterinburg",
            "total_launch_count": 10,
            "total_landing_count": 0
        },
        {
            "id": 9,
            "url": "https://ll.thespacedevs.com/2.2.0/location/9/?format=api",
            "name": "Naro Space Center, South Korea",
            "country_code": "KOR",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_9_20200803142441.jpg",
            "timezone_name": "Asia/Seoul",
            "total_launch_count": 7,
            "total_landing_count": 0
        },
        {
            "id": 10,
            "url": "https://ll.thespacedevs.com/2.2.0/location/10/?format=api",
            "name": "Onenui Station, Mahia Peninsula, New Zealand",
            "country_code": "NZL",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_10_20200803142509.jpg",
            "timezone_name": "Pacific/Auckland",
            "total_launch_count": 43,
            "total_landing_count": 17
        },
        {
            "id": 14,
            "url": "https://ll.thespacedevs.com/2.2.0/location/14/?format=api",
            "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
        },
        {
            "id": 26,
            "url": "https://ll.thespacedevs.com/2.2.0/location/26/?format=api",
            "name": "Tanegashima Space Center, Japan",
            "country_code": "JPN",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_26_20200803142507.jpg",
            "timezone_name": "Asia/Tokyo",
            "total_launch_count": 90,
            "total_landing_count": 0
        },
        {
            "id": 30,
            "url": "https://ll.thespacedevs.com/2.2.0/location/30/?format=api",
            "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
        },
        {
            "id": 31,
            "url": "https://ll.thespacedevs.com/2.2.0/location/31/?format=api",
            "name": "Spaceport America, NM, USA",
            "country_code": "USA",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_31_20200803142505.jpg",
            "timezone_name": "America/Denver",
            "total_launch_count": 4,
            "total_landing_count": 4
        },
        {
            "id": 153,
            "url": "https://ll.thespacedevs.com/2.2.0/location/153/?format=api",
            "name": "Tonghae Satellite Launching Ground",
            "country_code": "PRK",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_153_20200803142503.jpg",
            "timezone_name": "Asia/Pyongyang",
            "total_launch_count": 2,
            "total_landing_count": 0
        },
        {
            "id": 160,
            "url": "https://ll.thespacedevs.com/2.2.0/location/160/?format=api",
            "name": "Arnhem Space Centre",
            "country_code": "AUS",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_arnhem_space_centre_20220622160552.jpg",
            "timezone_name": "Australia/Darwin",
            "total_launch_count": 3,
            "total_landing_count": 0
        },
        {
            "id": 161,
            "url": "https://ll.thespacedevs.com/2.2.0/location/161/?format=api",
            "name": "Andøya Spaceport",
            "country_code": "NOR",
            "description": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_161_20240109072235.jpg",
            "timezone_name": "Europe/Oslo",
            "total_launch_count": 0,
            "total_landing_count": 0
        }
    ]
}