Location Instance
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.2.0/location/?country_code=USA
GET /2.2.0/location/25/?format=api
{ "id": 25, "name": "Pacific Spaceport Complex, Alaska, USA", "country_code": "USA", "description": "The Pacific Spaceport Complex – Alaska (PSCA), formerly known as the Kodiak Launch Complex (KLC), is a dual-use commercial and military spaceport for sub-orbital and orbital launch vehicles. The facility is owned and operated by the Alaska Aerospace Corporation, a corporation owned by the Government of Alaska, and is located on Kodiak Island in Alaska.", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_25_20200803142500.jpg", "timezone_name": "America/Anchorage", "total_launch_count": 9, "total_landing_count": 0, "pads": [ { "id": 114, "url": "https://ll.thespacedevs.com/2.2.0/pad/114/?format=api", "agency_id": null, "name": "Launch Pad 3B", "description": "", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Pacific_Spaceport_Complex_%E2%80%93_Alaska", "map_url": "https://www.google.com/maps?q=57.430673,-152.353077", "latitude": 57.430673, "longitude": -152.353077, "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_114_20200803145248.jpg", "total_launch_count": 5 }, { "id": 57, "url": "https://ll.thespacedevs.com/2.2.0/pad/57/?format=api", "agency_id": null, "name": "Launch Pad 1", "description": null, "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Pacific_Spaceport_Complex_%E2%80%93_Alaska", "map_url": "https://www.google.com/maps?q=57.435833,-152.337778", "latitude": 57.435833, "longitude": -152.337778, "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_57_20200803143509.jpg", "total_launch_count": 3 }, { "id": 257, "url": "https://ll.thespacedevs.com/2.2.0/pad/257/?format=api", "agency_id": 147, "name": "Rocket Lab Launch Complex 4B (Launch Pad 3A)", "description": "", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Pacific_Spaceport_Complex_%E2%80%93_Alaska", "map_url": "https://www.google.com/maps?q=57.432163%2C-152.34997", "latitude": 57.432163, "longitude": -152.34997, "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_rocket_lab_launch_complex_4b_2528launch_pad_3a2529_20260810203125.jpg", "total_launch_count": 0 }, { "id": 256, "url": "https://ll.thespacedevs.com/2.2.0/pad/256/?format=api", "agency_id": 147, "name": "Rocket Lab Launch Complex 4A (Launch Pad 3D)", "description": "", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Pacific_Spaceport_Complex_%E2%80%93_Alaska", "map_url": "https://www.google.com/maps?q=57.430024%2C-152.358268", "latitude": 57.430024, "longitude": -152.358268, "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_rocket_lab_launch_complex_4_2528launch_pad_3d2529_20260731003528.jpg", "total_launch_count": 0 }, { "id": 199, "url": "https://ll.thespacedevs.com/2.2.0/pad/199/?format=api", "agency_id": null, "name": "Launch Pad 3C", "description": "", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Pacific_Spaceport_Complex_%E2%80%93_Alaska", "map_url": "https://www.google.com/maps?q=57.431239,-152.350749", "latitude": 57.431239, "longitude": -152.350749, "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_199_20220904142623.jpg", "total_launch_count": 1 } ] }