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": 54,
  "next": "https://lldev.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=10",
  "previous": null,
  "results": [
    {
      "id": 6,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/6/?format=api",
      "name": "Plesetsk Cosmodrome, Russian Federation",
      "country_code": "RUS",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
      "total_launch_count": 1688,
      "total_landing_count": 0
    },
    {
      "id": 187,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/187/?format=api",
      "name": "Kulasekarapattinam Spaceport, India",
      "country_code": "IND",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_kulasekarapattinam_spaceport252c_india_20260920052623.jpg",
      "total_launch_count": 0,
      "total_landing_count": 0
    },
    {
      "id": 143,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/143/?format=api",
      "name": "SpaceX Starbase, TX, USA",
      "country_code": "USA",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
      "total_launch_count": 22,
      "total_landing_count": 13
    },
    {
      "id": 31,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/31/?format=api",
      "name": "Spaceport America, NM, USA",
      "country_code": "USA",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_31_20200803142505.jpg",
      "total_launch_count": 4,
      "total_landing_count": 4
    },
    {
      "id": 8,
      "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
      "total_launch_count": 73,
      "total_landing_count": 0
    },
    {
      "id": 26,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/26/?format=api",
      "name": "Tanegashima Space Center, Japan",
      "country_code": "JPN",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
      "total_launch_count": 99,
      "total_landing_count": 0
    },
    {
      "id": 12,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
      "name": "Cape Canaveral SFS, FL, USA",
      "country_code": "USA",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
      "total_launch_count": 1129,
      "total_landing_count": 79
    },
    {
      "id": 144,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/144/?format=api",
      "name": "Air launch to Suborbital flight",
      "country_code": "???",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
      "total_launch_count": 86,
      "total_landing_count": 0
    },
    {
      "id": 7,
      "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_7_20200803142414.jpg",
      "total_launch_count": 7,
      "total_landing_count": 0
    },
    {
      "id": 19,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/19/?format=api",
      "name": "Taiyuan Satellite Launch Center, People's Republic of China",
      "country_code": "CHN",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
      "total_launch_count": 161,
      "total_landing_count": 0
    }
  ]
}