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=10
{ "count": 52, "next": "https://lldev.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=20", "previous": "https://lldev.thespacedevs.com/2.0.0/location/?format=api&limit=10", "results": [ { "id": 6, "url": "https://lldev.thespacedevs.com/2.0.0/location/6/?format=api", "name": "Plesetsk Cosmodrome, Russian Federation", "country_code": "RUS", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg", "total_launch_count": 1685, "total_landing_count": 0 }, { "id": 7, "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_7_20200803142414.jpg", "total_launch_count": 7, "total_landing_count": 0 }, { "id": 26, "url": "https://lldev.thespacedevs.com/2.0.0/location/26/?format=api", "name": "Tanegashima Space Center, Japan", "country_code": "JPN", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg", "total_launch_count": 97, "total_landing_count": 0 }, { "id": 25, "url": "https://lldev.thespacedevs.com/2.0.0/location/25/?format=api", "name": "Pacific Spaceport Complex, Alaska, USA", "country_code": "USA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_25_20200803142500.jpg", "total_launch_count": 9, "total_landing_count": 0 }, { "id": 31, "url": "https://lldev.thespacedevs.com/2.0.0/location/31/?format=api", "name": "Spaceport America, NM, USA", "country_code": "USA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_31_20200803142505.jpg", "total_launch_count": 4, "total_landing_count": 4 }, { "id": 143, "url": "https://lldev.thespacedevs.com/2.0.0/location/143/?format=api", "name": "SpaceX Starbase, TX, USA", "country_code": "USA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg", "total_launch_count": 20, "total_landing_count": 13 }, { "id": 185, "url": "https://lldev.thespacedevs.com/2.0.0/location/185/?format=api", "name": "Haiyang Oriental Spaceport", "country_code": "CHN", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_haiyang_oriental_spaceport_20251128181322.jpg", "total_launch_count": 25, "total_landing_count": 0 }, { "id": 19, "url": "https://lldev.thespacedevs.com/2.0.0/location/19/?format=api", "name": "Taiyuan Satellite Launch Center, People's Republic of China", "country_code": "CHN", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg", "total_launch_count": 154, "total_landing_count": 0 }, { "id": 27, "url": "https://lldev.thespacedevs.com/2.0.0/location/27/?format=api", "name": "Kennedy Space Center, FL, USA", "country_code": "USA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg", "total_launch_count": 281, "total_landing_count": 0 }, { "id": 151, "url": "https://lldev.thespacedevs.com/2.0.0/location/151/?format=api", "name": "Broglio Space Center, Kenya", "country_code": "ITA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_151_20200803142409.jpg", "total_launch_count": 9, "total_landing_count": 0 } ] }