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": 52, "next": "https://ll.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=30", "previous": "https://ll.thespacedevs.com/2.0.0/location/?format=api&limit=10&offset=10", "results": [ { "id": 159, "url": "https://ll.thespacedevs.com/2.0.0/location/159/?format=api", "name": "Sutherland Spaceport", "country_code": "GBR", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_sutherland_spaceport_20220511180155.jpg", "total_launch_count": 0, "total_landing_count": 0 }, { "id": 162, "url": "https://ll.thespacedevs.com/2.0.0/location/162/?format=api", "name": "Edwards Air Force Base", "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_edwards_air_force_base_20230422085221.jpg", "total_launch_count": 0, "total_landing_count": 0 }, { "id": 19, "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg", "total_launch_count": 156, "total_landing_count": 0 }, { "id": 27, "url": "https://ll.thespacedevs.com/2.0.0/location/27/?format=api", "name": "Kennedy Space Center, FL, USA", "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg", "total_launch_count": 281, "total_landing_count": 0 }, { "id": 151, "url": "https://ll.thespacedevs.com/2.0.0/location/151/?format=api", "name": "Broglio Space Center, Kenya", "country_code": "ITA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_151_20200803142409.jpg", "total_launch_count": 9, "total_landing_count": 0 }, { "id": 155, "url": "https://ll.thespacedevs.com/2.0.0/location/155/?format=api", "name": "White Sands Missile Range", "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_white_sands_missile_range_20210901072636.jpg", "total_launch_count": 5, "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": 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": 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 }, { "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 } ] }