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": 163, "url": "https://ll.thespacedevs.com/2.0.0/location/163/?format=api", "name": "El Arenosillo Test Centre", "country_code": "ESP", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_163_20240111100612.jpg", "total_launch_count": 1, "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": 29, "url": "https://ll.thespacedevs.com/2.0.0/location/29/?format=api", "name": "Corn Ranch, Van Horn, TX, USA", "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg", "total_launch_count": 38, "total_landing_count": 38 }, { "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": 1684, "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": 157, "url": "https://ll.thespacedevs.com/2.0.0/location/157/?format=api", "name": "SaxaVord Spaceport", "country_code": "GBR", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_saxavord_spaceport_20211102161146.jpg", "total_launch_count": 0, "total_landing_count": 0 }, { "id": 5, "url": "https://ll.thespacedevs.com/2.0.0/location/5/?format=api", "name": "Dombarovskiy, Russian Federation", "country_code": "RUS", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_5_20200803142425.jpg", "total_launch_count": 10, "total_landing_count": 0 }, { "id": 3, "url": "https://ll.thespacedevs.com/2.0.0/location/3/?format=api", "name": "Sea Launch", "country_code": "???", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg", "total_launch_count": 40, "total_landing_count": 0 }, { "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": 20, "url": "https://ll.thespacedevs.com/2.0.0/location/20/?format=api", "name": "Air launch to orbit", "country_code": "???", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg", "total_launch_count": 51, "total_landing_count": 0 } ] }