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": 53, "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": 1686, "total_landing_count": 0 }, { "id": 160, "url": "https://lldev.thespacedevs.com/2.0.0/location/160/?format=api", "name": "Arnhem Space Centre", "country_code": "AUS", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_arnhem_space_centre_20220622160552.jpg", "total_launch_count": 3, "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": 2, "url": "https://lldev.thespacedevs.com/2.0.0/location/2/?format=api", "name": "Semnan Space Center, Islamic Republic of Iran", "country_code": "IRN", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_2_20200803142458.jpg", "total_launch_count": 15, "total_landing_count": 0 }, { "id": 21, "url": "https://lldev.thespacedevs.com/2.0.0/location/21/?format=api", "name": "Wallops Flight Facility, Virginia, USA", "country_code": "USA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg", "total_launch_count": 87, "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": 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": 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 }, { "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": 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 } ] }