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://ll.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=20", "previous": "https://ll.thespacedevs.com/2.0.0/location/?format=api&limit=10", "results": [ { "id": 11, "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api", "name": "Vandenberg SFB, CA, USA", "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg", "total_launch_count": 888, "total_landing_count": 34 }, { "id": 12, "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api", "name": "Cape Canaveral SFS, FL, USA", "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg", "total_launch_count": 1113, "total_landing_count": 75 }, { "id": 26, "url": "https://ll.thespacedevs.com/2.0.0/location/26/?format=api", "name": "Tanegashima Space Center, Japan", "country_code": "JPN", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg", "total_launch_count": 97, "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": 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": 6, "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api", "name": "Plesetsk Cosmodrome, Russian Federation", "country_code": "RUS", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg", "total_launch_count": 1685, "total_landing_count": 0 }, { "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": 240, "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": 86, "total_landing_count": 0 }, { "id": 25, "url": "https://ll.thespacedevs.com/2.0.0/location/25/?format=api", "name": "Pacific Spaceport Complex, Alaska, USA", "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_25_20200803142500.jpg", "total_launch_count": 9, "total_landing_count": 0 }, { "id": 145, "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_145_20200803142443.jpg", "total_launch_count": 6, "total_landing_count": 0 } ] }