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=30
{ "count": 52, "next": "https://ll.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=40", "previous": "https://ll.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=20", "results": [ { "id": 9, "url": "https://ll.thespacedevs.com/2.0.0/location/9/?format=api", "name": "Naro Space Center, South Korea", "country_code": "KOR", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_9_20200803142441.jpg", "total_launch_count": 8, "total_landing_count": 0 }, { "id": 18, "url": "https://ll.thespacedevs.com/2.0.0/location/18/?format=api", "name": "Vostochny Cosmodrome, Siberia, Russian Federation", "country_code": "RUS", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_18_20200803142401.jpg", "total_launch_count": 21, "total_landing_count": 0 }, { "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": 24, "url": "https://ll.thespacedevs.com/2.0.0/location/24/?format=api", "name": "Uchinoura Space Center, Japan", "country_code": "JPN", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_24_20200803142411.jpg", "total_launch_count": 43, "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": 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": 76, "total_landing_count": 17 }, { "id": 13, "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api", "name": "Guiana Space Centre, French Guiana", "country_code": "GUF", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg", "total_launch_count": 334, "total_landing_count": 0 }, { "id": 181, "url": "https://ll.thespacedevs.com/2.0.0/location/181/?format=api", "name": "Bowen Orbital Spaceport", "country_code": "AUS", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_bowen_orbital_spaceport_20250227073649.jpg", "total_launch_count": 1, "total_landing_count": 0 } ] }