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=20
{ "count": 54, "next": "https://lldev.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=30", "previous": "https://lldev.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=10", "results": [ { "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": 282, "total_landing_count": 0 }, { "id": 29, "url": "https://lldev.thespacedevs.com/2.0.0/location/29/?format=api", "name": "Corn Ranch, Van Horn, TX, USA", "country_code": "USA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg", "total_launch_count": 38, "total_landing_count": 38 }, { "id": 17, "url": "https://lldev.thespacedevs.com/2.0.0/location/17/?format=api", "name": "Jiuquan Satellite Launch Center, People's Republic of China", "country_code": "CHN", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg", "total_launch_count": 298, "total_landing_count": 3 }, { "id": 13, "url": "https://lldev.thespacedevs.com/2.0.0/location/13/?format=api", "name": "Guiana Space Centre, French Guiana", "country_code": "GUF", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg", "total_launch_count": 336, "total_landing_count": 0 }, { "id": 4, "url": "https://lldev.thespacedevs.com/2.0.0/location/4/?format=api", "name": "Palmachim Airbase, State of Israel", "country_code": "ISR", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_4_20200803142418.jpg", "total_launch_count": 13, "total_landing_count": 0 }, { "id": 24, "url": "https://lldev.thespacedevs.com/2.0.0/location/24/?format=api", "name": "Uchinoura Space Center, Japan", "country_code": "JPN", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_24_20200803142411.jpg", "total_launch_count": 43, "total_landing_count": 0 }, { "id": 145, "url": "https://lldev.thespacedevs.com/2.0.0/location/145/?format=api", "name": "Shahrud Missile Test Site, Islamic Republic of Iran", "country_code": "IRN", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_145_20200803142443.jpg", "total_launch_count": 6, "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": 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": 28, "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 } ] }