Location List
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
{ "count": 52, "next": "https://ll.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=50", "previous": "https://ll.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=30", "results": [ { "id": 142, "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_142_20200803142511.jpg", "total_launch_count": 5, "total_landing_count": 0 }, { "id": 1, "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_1_20200803142427.jpg", "total_launch_count": 1, "total_landing_count": 0 }, { "id": 14, "url": "https://ll.thespacedevs.com/2.0.0/location/14/?format=api", "name": "Satish Dhawan Space Centre, India", "country_code": "IND", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg", "total_launch_count": 103, "total_landing_count": 0 }, { "id": 147, "url": "https://ll.thespacedevs.com/2.0.0/location/147/?format=api", "name": "Interarmy Special Vehicles Test Centre, French Algeria", "country_code": "FRA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_147_20240808092142.jpg", "total_launch_count": 4, "total_landing_count": 0 }, { "id": 155, "url": "https://ll.thespacedevs.com/2.0.0/location/155/?format=api", "name": "White Sands Missile Range", "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_white_sands_missile_range_20210901072636.jpg", "total_launch_count": 5, "total_landing_count": 0 }, { "id": 30, "url": "https://ll.thespacedevs.com/2.0.0/location/30/?format=api", "name": "Kapustin Yar, Russian Federation", "country_code": "RUS", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg", "total_launch_count": 101, "total_landing_count": 0 }, { "id": 162, "url": "https://ll.thespacedevs.com/2.0.0/location/162/?format=api", "name": "Edwards Air Force Base", "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_edwards_air_force_base_20230422085221.jpg", "total_launch_count": 0, "total_landing_count": 0 }, { "id": 10, "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_10_20200803142509.jpg", "total_launch_count": 74, "total_landing_count": 17 }, { "id": 16, "url": "https://ll.thespacedevs.com/2.0.0/location/16/?format=api", "name": "Xichang Satellite Launch Center, People's Republic of China", "country_code": "CHN", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg", "total_launch_count": 238, "total_landing_count": 0 }, { "id": 166, "url": "https://ll.thespacedevs.com/2.0.0/location/166/?format=api", "name": "Spaceport Kii, Japan", "country_code": "JPN", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_space_port_kii252c_japan_20240126073749.jpg", "total_launch_count": 3, "total_landing_count": 0 } ] }