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/217/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 217,
    "url": "https://ll.thespacedevs.com/2.2.0/pad/217/?format=api",
    "agency_id": null,
    "name": "Bo Run Jiu Zhou mobile launch platform",
    "description": "",
    "info_url": null,
    "wiki_url": null,
    "map_url": "https://www.google.com/maps?q=21.283333,112.0",
    "latitude": "21.283333",
    "longitude": "112.0",
    "location": {
        "id": 185,
        "url": "https://ll.thespacedevs.com/2.2.0/location/185/?format=api",
        "name": "Haiyang Oriental Spaceport",
        "country_code": "CHN",
        "description": "Chinese orbital launch vehicle launches supporting sea port located at Haiyang, Shandong Province, with dedicated piers and rocket/payload processing facilities for Chinese launch vehicles’ sea launches, and (as part of its expansion project) land based launch pads on artificial islands for various test vehicles and launch vehicles of private and government launch services providers.\r\n\r\nIn operation as a remote base of Taiyuan Satellite Launch Center since 2019.",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_haiyang_oriental_spaceport_20251128181322.jpg",
        "timezone_name": "Asia/Shanghai",
        "total_launch_count": 21,
        "total_landing_count": 0
    },
    "country_code": "CHN",
    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_bo_run_jiu_zhou_mobile_launch_platform_20231206001303.jpg",
    "total_launch_count": 3,
    "orbital_launch_attempt_count": 3
}