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=20
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 52,
  "next": "https://lldev.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=30",
  "previous": "https://lldev.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=10",
  "results": [
    {
      "id": 3,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/3/?format=api",
      "name": "Sea Launch",
      "country_code": "???",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
      "total_launch_count": 40,
      "total_landing_count": 0
    },
    {
      "id": 5,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/5/?format=api",
      "name": "Dombarovskiy, Russian Federation",
      "country_code": "RUS",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_5_20200803142425.jpg",
      "total_launch_count": 10,
      "total_landing_count": 0
    },
    {
      "id": 20,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/20/?format=api",
      "name": "Air launch to orbit",
      "country_code": "???",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
      "total_launch_count": 51,
      "total_landing_count": 0
    },
    {
      "id": 142,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/142/?format=api",
      "name": "Ronald Reagan Ballistic Missile Defense Test Site, Kwajalein Atoll, Marshall Islands",
      "country_code": "MHL",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_142_20200803142511.jpg",
      "total_launch_count": 5,
      "total_landing_count": 0
    },
    {
      "id": 163,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/163/?format=api",
      "name": "El Arenosillo Test Centre",
      "country_code": "ESP",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_163_20240111100612.jpg",
      "total_launch_count": 1,
      "total_landing_count": 0
    },
    {
      "id": 9,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/9/?format=api",
      "name": "Naro Space Center, South Korea",
      "country_code": "KOR",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_9_20200803142441.jpg",
      "total_launch_count": 8,
      "total_landing_count": 0
    },
    {
      "id": 18,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/18/?format=api",
      "name": "Vostochny Cosmodrome, Siberia, Russian Federation",
      "country_code": "RUS",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_18_20200803142401.jpg",
      "total_launch_count": 21,
      "total_landing_count": 0
    },
    {
      "id": 30,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/30/?format=api",
      "name": "Kapustin Yar, Russian Federation",
      "country_code": "RUS",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg",
      "total_launch_count": 101,
      "total_landing_count": 0
    },
    {
      "id": 1,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/1/?format=api",
      "name": "Pacific Missile Range Facility, Barking Sands, HI, USA",
      "country_code": "USA",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_1_20200803142427.jpg",
      "total_launch_count": 1,
      "total_landing_count": 0
    },
    {
      "id": 24,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/24/?format=api",
      "name": "Uchinoura Space Center, Japan",
      "country_code": "JPN",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_24_20200803142411.jpg",
      "total_launch_count": 43,
      "total_landing_count": 0
    }
  ]
}