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": 53,
  "next": "https://lldev.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=10",
  "previous": null,
  "results": [
    {
      "id": 29,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/29/?format=api",
      "name": "Corn Ranch, Van Horn, TX, USA",
      "country_code": "USA",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
      "total_launch_count": 38,
      "total_landing_count": 38
    },
    {
      "id": 145,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/145/?format=api",
      "name": "Shahrud Missile Test Site, Islamic Republic of Iran",
      "country_code": "IRN",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_145_20200803142443.jpg",
      "total_launch_count": 6,
      "total_landing_count": 0
    },
    {
      "id": 186,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/186/?format=api",
      "name": "Etlaq Spaceport",
      "country_code": "OMN",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_186_20260701130942.jpg",
      "total_launch_count": 0,
      "total_landing_count": 0
    },
    {
      "id": 11,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
      "name": "Vandenberg SFB, CA, USA",
      "country_code": "USA",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
      "total_launch_count": 904,
      "total_landing_count": 35
    },
    {
      "id": 155,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/155/?format=api",
      "name": "White Sands Missile Range",
      "country_code": "USA",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_white_sands_missile_range_20210901072636.jpg",
      "total_launch_count": 5,
      "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": 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": 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": 1124,
      "total_landing_count": 76
    },
    {
      "id": 17,
      "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
      "total_launch_count": 292,
      "total_landing_count": 2
    },
    {
      "id": 185,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/185/?format=api",
      "name": "Haiyang Oriental Spaceport",
      "country_code": "CHN",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_haiyang_oriental_spaceport_20251128181322.jpg",
      "total_launch_count": 27,
      "total_landing_count": 0
    }
  ]
}