Pad Instance
API endpoint that allows Location instances to be viewed.
GET: Return a list of all the existing location instances.
FILTERS: Parameters - 'id', 'agency_id', 'name', 'name__contains', 'latitude', 'latitude__contains', 'longitude', 'longitude__contains', 'location__name', 'location__name__contains', 'location__id', 'orbital_launch_attempt_count', 'total_launch_count'
ORDERING: Fields - 'id', 'name', 'location__id', 'location__name', 'orbital_launch_attempt_count', 'total_launch_count'
Example - /2.2.0/pad/?ordering=location__name
GET /2.2.0/pad/240/?format=api
{ "id": 240, "url": "https://ll.thespacedevs.com/2.2.0/pad/240/?format=api", "agency_id": 1098, "name": "HANBIT Pad", "description": "Launchpad of the HANBIT rockets developed by South Korean company Innospace.", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Alc%C3%A2ntara_Space_Center", "map_url": "https://www.google.com/maps?q=-2.31698,-44.36873", "latitude": "-2.31698", "longitude": "-44.36873", "location": { "id": 150, "url": "https://ll.thespacedevs.com/2.2.0/location/150/?format=api", "name": "Alcântara Space Center, Federative Republic of Brazil", "country_code": "BRA", "description": "The Alcântara Space Center, formerly known as Alcântara Launch Center is a space center and launching facility of the Brazilian Space Agency in the city of Alcântara, located on Brazil's northern Atlantic coast, in the state of Maranhão.", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_150_20200803142405.jpg", "timezone_name": "America/Fortaleza", "total_launch_count": 3, "total_landing_count": 0 }, "country_code": "BRA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_hanbit_pad_20251021114902.jpg", "total_launch_count": 1, "orbital_launch_attempt_count": 0 }