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=40
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=50",
  "previous": "https://lldev.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=30",
  "results": [
    {
      "id": 178,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/178/?format=api",
      "name": "Esrange Space Center",
      "country_code": "SWE",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_esrange_space_center_20241208021356.jpg",
      "total_launch_count": 0,
      "total_landing_count": 0
    },
    {
      "id": 147,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/147/?format=api",
      "name": "Interarmy Special Vehicles Test Centre, French Algeria",
      "country_code": "FRA",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_147_20240808092142.jpg",
      "total_launch_count": 4,
      "total_landing_count": 0
    },
    {
      "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": 150,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/150/?format=api",
      "name": "Alcântara Space Center, Federative Republic of Brazil",
      "country_code": "BRA",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_150_20200803142405.jpg",
      "total_launch_count": 4,
      "total_landing_count": 0
    },
    {
      "id": 159,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/159/?format=api",
      "name": "Sutherland Spaceport",
      "country_code": "GBR",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_sutherland_spaceport_20220511180155.jpg",
      "total_launch_count": 0,
      "total_landing_count": 0
    },
    {
      "id": 152,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/152/?format=api",
      "name": "RAAF Woomera Range Complex",
      "country_code": "AUS",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_152_20200803142502.jpg",
      "total_launch_count": 6,
      "total_landing_count": 0
    },
    {
      "id": 160,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/160/?format=api",
      "name": "Arnhem Space Centre",
      "country_code": "AUS",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_arnhem_space_centre_20220622160552.jpg",
      "total_launch_count": 3,
      "total_landing_count": 0
    },
    {
      "id": 156,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/156/?format=api",
      "name": "Whalers Way Orbital Launch Complex, South Australia",
      "country_code": "AUS",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_whalers_way_orbital_launch_complex_20210910042508.jpg",
      "total_launch_count": 1,
      "total_landing_count": 0
    },
    {
      "id": 157,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/157/?format=api",
      "name": "SaxaVord Spaceport",
      "country_code": "GBR",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_saxavord_spaceport_20211102161146.jpg",
      "total_launch_count": 0,
      "total_landing_count": 0
    },
    {
      "id": 161,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/161/?format=api",
      "name": "Andøya Spaceport",
      "country_code": "NOR",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_161_20240109072235.jpg",
      "total_launch_count": 1,
      "total_landing_count": 0
    }
  ]
}