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
{ "count": 52, "next": "https://ll.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=10", "previous": null, "results": [ { "id": 144, "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api", "name": "Air launch to Suborbital flight", "country_code": "???", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg", "total_launch_count": 86, "total_landing_count": 0 }, { "id": 8, "url": "https://ll.thespacedevs.com/2.0.0/location/8/?format=api", "name": "Wenchang Space Launch Site, People's Republic of China", "country_code": "CHN", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg", "total_launch_count": 59, "total_landing_count": 0 }, { "id": 21, "url": "https://ll.thespacedevs.com/2.0.0/location/21/?format=api", "name": "Wallops Flight Facility, Virginia, USA", "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg", "total_launch_count": 85, "total_landing_count": 0 }, { "id": 185, "url": "https://ll.thespacedevs.com/2.0.0/location/185/?format=api", "name": "Haiyang Oriental Spaceport", "country_code": "CHN", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_haiyang_oriental_spaceport_20251128181322.jpg", "total_launch_count": 24, "total_landing_count": 0 }, { "id": 31, "url": "https://ll.thespacedevs.com/2.0.0/location/31/?format=api", "name": "Spaceport America, NM, USA", "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_31_20200803142505.jpg", "total_launch_count": 4, "total_landing_count": 4 }, { "id": 27, "url": "https://ll.thespacedevs.com/2.0.0/location/27/?format=api", "name": "Kennedy Space Center, FL, USA", "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg", "total_launch_count": 280, "total_landing_count": 0 }, { "id": 143, "url": "https://ll.thespacedevs.com/2.0.0/location/143/?format=api", "name": "SpaceX Starbase, TX, USA", "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg", "total_launch_count": 20, "total_landing_count": 13 }, { "id": 156, "url": "https://ll.thespacedevs.com/2.0.0/location/156/?format=api", "name": "Whalers Way Orbital Launch Complex, South Australia", "country_code": "AUS", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_whalers_way_orbital_launch_complex_20210910042508.jpg", "total_launch_count": 1, "total_landing_count": 0 }, { "id": 160, "url": "https://ll.thespacedevs.com/2.0.0/location/160/?format=api", "name": "Arnhem Space Centre", "country_code": "AUS", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_arnhem_space_centre_20220622160552.jpg", "total_launch_count": 3, "total_landing_count": 0 }, { "id": 7, "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_7_20200803142414.jpg", "total_launch_count": 7, "total_landing_count": 0 } ] }