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=30
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=40",
  "previous": "https://lldev.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=20",
  "results": [
    {
      "id": 14,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/14/?format=api",
      "name": "Satish Dhawan Space Centre, India",
      "country_code": "IND",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
      "total_launch_count": 103,
      "total_landing_count": 0
    },
    {
      "id": 10,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/10/?format=api",
      "name": "Rocket Lab Launch Complex 1, Mahia Peninsula, New Zealand",
      "country_code": "NZL",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_10_20200803142509.jpg",
      "total_launch_count": 75,
      "total_landing_count": 17
    },
    {
      "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": 13,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/13/?format=api",
      "name": "Guiana Space Centre, French Guiana",
      "country_code": "GUF",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
      "total_launch_count": 332,
      "total_landing_count": 0
    },
    {
      "id": 32,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/32/?format=api",
      "name": "Hokkaido Spaceport, Japan",
      "country_code": "JPN",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_32_20200803142407.jpg",
      "total_launch_count": 7,
      "total_landing_count": 0
    },
    {
      "id": 146,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/146/?format=api",
      "name": "Svobodny Cosmodrome, Russian Federation",
      "country_code": "RUS",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_146_20200803142450.jpg",
      "total_launch_count": 5,
      "total_landing_count": 0
    },
    {
      "id": 181,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/181/?format=api",
      "name": "Bowen Orbital Spaceport",
      "country_code": "AUS",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_bowen_orbital_spaceport_20250227073649.jpg",
      "total_launch_count": 1,
      "total_landing_count": 0
    },
    {
      "id": 15,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/15/?format=api",
      "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
      "country_code": "KAZ",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
      "total_launch_count": 1563,
      "total_landing_count": 0
    },
    {
      "id": 153,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/153/?format=api",
      "name": "Tonghae Satellite Launching Ground",
      "country_code": "PRK",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_153_20200803142503.jpg",
      "total_launch_count": 2,
      "total_landing_count": 0
    }
  ]
}