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
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=10",
  "previous": null,
  "results": [
    {
      "id": 7,
      "url": "https://ll.thespacedevs.com/2.0.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_7_20200803142414.jpg",
      "total_launch_count": 7,
      "total_landing_count": 0
    },
    {
      "id": 153,
      "url": "https://ll.thespacedevs.com/2.0.0/location/153/?format=api",
      "name": "Tonghae Satellite Launching Ground",
      "country_code": "PRK",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_153_20200803142503.jpg",
      "total_launch_count": 2,
      "total_landing_count": 0
    },
    {
      "id": 160,
      "url": "https://ll.thespacedevs.com/2.0.0/location/160/?format=api",
      "name": "Arnhem Space Centre",
      "country_code": "AUS",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_arnhem_space_centre_20220622160552.jpg",
      "total_launch_count": 3,
      "total_landing_count": 0
    },
    {
      "id": 17,
      "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
      "name": "Jiuquan Satellite Launch Center, People's Republic of China",
      "country_code": "CHN",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
      "total_launch_count": 286,
      "total_landing_count": 2
    },
    {
      "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_edwards_air_force_base_20230422085221.jpg",
      "total_launch_count": 0,
      "total_landing_count": 0
    },
    {
      "id": 25,
      "url": "https://ll.thespacedevs.com/2.0.0/location/25/?format=api",
      "name": "Pacific Spaceport Complex, Alaska, USA",
      "country_code": "USA",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_25_20200803142500.jpg",
      "total_launch_count": 9,
      "total_landing_count": 0
    },
    {
      "id": 12,
      "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
      "name": "Cape Canaveral SFS, FL, USA",
      "country_code": "USA",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
      "total_launch_count": 1109,
      "total_landing_count": 75
    },
    {
      "id": 2,
      "url": "https://ll.thespacedevs.com/2.0.0/location/2/?format=api",
      "name": "Semnan Space Center, Islamic Republic of Iran",
      "country_code": "IRN",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_2_20200803142458.jpg",
      "total_launch_count": 15,
      "total_landing_count": 0
    },
    {
      "id": 8,
      "url": "https://ll.thespacedevs.com/2.0.0/location/8/?format=api",
      "name": "Wenchang Space Launch Site, People's Republic of China",
      "country_code": "CHN",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
      "total_launch_count": 62,
      "total_landing_count": 0
    },
    {
      "id": 144,
      "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
      "name": "Air launch to Suborbital flight",
      "country_code": "???",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
      "total_launch_count": 86,
      "total_landing_count": 0
    }
  ]
}