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/254/?format=api
{ "id": 254, "url": "https://ll.thespacedevs.com/2.2.0/pad/254/?format=api", "agency_id": null, "name": "Launch Complex 3", "description": "Pad for microlaunchers and suborbital vehicles", "info_url": "https://etlaq.om/", "wiki_url": "https://en.wikipedia.org/wiki/Etlaq_Spaceport", "map_url": "https://www.google.com/maps?q=18.7862,56.822", "latitude": "18.7862", "longitude": "56.822", "location": { "id": 186, "url": "https://ll.thespacedevs.com/2.2.0/location/186/?format=api", "name": "Etlaq Spaceport", "country_code": "OMN", "description": "Etlaq Spaceport is a commercial spaceport located near the Special Economic Zone of Duqm, Oman.", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_186_20260701130942.jpg", "timezone_name": "Asia/Muscat", "total_launch_count": 0, "total_landing_count": 0 }, "country_code": "OMN", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_complex_3_20260701130900.jpg", "total_launch_count": 0, "orbital_launch_attempt_count": 0 }