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

GET /2.0.0/location/?format=api&offset=40
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 52,
    "next": "https://ll.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=50",
    "previous": "https://ll.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=30",
    "results": [
        {
            "id": 160,
            "url": "https://ll.thespacedevs.com/2.0.0/location/160/?format=api",
            "name": "Arnhem Space Centre",
            "country_code": "AUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_arnhem_space_centre_20220622160552.jpg",
            "total_launch_count": 3,
            "total_landing_count": 0
        },
        {
            "id": 161,
            "url": "https://ll.thespacedevs.com/2.0.0/location/161/?format=api",
            "name": "Andøya Spaceport",
            "country_code": "NOR",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_161_20240109072235.jpg",
            "total_launch_count": 0,
            "total_landing_count": 0
        },
        {
            "id": 26,
            "url": "https://ll.thespacedevs.com/2.0.0/location/26/?format=api",
            "name": "Tanegashima Space Center, Japan",
            "country_code": "JPN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_26_20200803142507.jpg",
            "total_launch_count": 90,
            "total_landing_count": 0
        },
        {
            "id": 162,
            "url": "https://ll.thespacedevs.com/2.0.0/location/162/?format=api",
            "name": "Edwards Air Force Base",
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_edwards_air_force_base_20230422085221.jpg",
            "total_launch_count": 0,
            "total_landing_count": 0
        },
        {
            "id": 165,
            "url": "https://ll.thespacedevs.com/2.0.0/location/165/?format=api",
            "name": "Jeju Island, South Korea",
            "country_code": "KOR",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_jeju_island252c_south_korea_20231204142212.jpg",
            "total_launch_count": 1,
            "total_landing_count": 0
        },
        {
            "id": 4,
            "url": "https://ll.thespacedevs.com/2.0.0/location/4/?format=api",
            "name": "Palmachim Airbase, State of Israel",
            "country_code": "ISR",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_4_20200803142418.jpg",
            "total_launch_count": 12,
            "total_landing_count": 0
        },
        {
            "id": 5,
            "url": "https://ll.thespacedevs.com/2.0.0/location/5/?format=api",
            "name": "Dombarovskiy, Russian Federation",
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_5_20200803142425.jpg",
            "total_launch_count": 10,
            "total_landing_count": 0
        },
        {
            "id": 9,
            "url": "https://ll.thespacedevs.com/2.0.0/location/9/?format=api",
            "name": "Naro Space Center, South Korea",
            "country_code": "KOR",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_9_20200803142441.jpg",
            "total_launch_count": 7,
            "total_landing_count": 0
        },
        {
            "id": 10,
            "url": "https://ll.thespacedevs.com/2.0.0/location/10/?format=api",
            "name": "Onenui Station, Mahia Peninsula, New Zealand",
            "country_code": "NZL",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_10_20200803142509.jpg",
            "total_launch_count": 43,
            "total_landing_count": 17
        },
        {
            "id": 14,
            "url": "https://ll.thespacedevs.com/2.0.0/location/14/?format=api",
            "name": "Satish Dhawan Space Centre, India",
            "country_code": "IND",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_14_20200803142403.jpg",
            "total_launch_count": 94,
            "total_landing_count": 0
        }
    ]
}