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

{
    "count": 214,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.2.0/pad/?format=api&limit=10&offset=200&ordering=location__id",
    "results": [
        {
            "id": 207,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/207/?format=api",
            "agency_id": null,
            "name": "Médano del Loro",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/El_Arenosillo",
            "map_url": null,
            "latitude": "37.09687",
            "longitude": "-6.73863",
            "location": {
                "id": 163,
                "url": "https://ll.thespacedevs.com/2.2.0/location/163/?format=api",
                "name": "El Arenosillo Test Centre",
                "country_code": "ESP",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_163_20240111100612.jpg",
                "timezone_name": "Europe/Madrid",
                "total_launch_count": 1,
                "total_landing_count": 0
            },
            "country_code": "ESP",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_miura_1_pad_20230530101735.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 215,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/215/?format=api",
            "agency_id": 1028,
            "name": "Pad 1",
            "description": "",
            "info_url": "https://www.southernlaunch.space/koonibba-test-range",
            "wiki_url": "https://en.wikipedia.org/wiki/Koonibba_Test_Range",
            "map_url": "https://www.google.com/maps?q=-31.885558,133.448686",
            "latitude": "-31.885558",
            "longitude": "133.448686",
            "location": {
                "id": 164,
                "url": "https://ll.thespacedevs.com/2.2.0/location/164/?format=api",
                "name": "Koonibba Test Range, South Australia",
                "country_code": "AUS",
                "description": "The Koonibba Test Range is a rocket test range site near the township of Koonibba in the far west of South Australia. Rockets are launched to the north over a clear area – the Yumbarra Conservation Park and Yellabinna Wilderness Protection Area – for 145 kilometres (90 mi).",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_koonibba_test_range252c_south_australia_20231114184328.jpg",
                "timezone_name": "Australia/Adelaide",
                "total_launch_count": 1,
                "total_landing_count": 0
            },
            "country_code": "AUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_pad_1_20231114184452.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 216,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/216/?format=api",
            "agency_id": null,
            "name": "ADD Offshore launch platform",
            "description": "Offshore launch platform for the South Korean military small satellite launch vehicle.",
            "info_url": null,
            "wiki_url": null,
            "map_url": null,
            "latitude": "33.216667",
            "longitude": "126.366667",
            "location": {
                "id": 165,
                "url": "https://ll.thespacedevs.com/2.2.0/location/165/?format=api",
                "name": "Jeju Island, South Korea",
                "country_code": "KOR",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_jeju_island252c_south_korea_20231204142212.jpg",
                "timezone_name": "Asia/Seoul",
                "total_launch_count": 1,
                "total_landing_count": 0
            },
            "country_code": "KOR",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_add_offshore_launch_platform_20231204142359.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1
        },
        {
            "id": 220,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/220/?format=api",
            "agency_id": null,
            "name": "Space One Launch Pad",
            "description": "",
            "info_url": "https://www.space-one.co.jp/",
            "wiki_url": null,
            "map_url": null,
            "latitude": "33.544224",
            "longitude": "135.889502",
            "location": {
                "id": 166,
                "url": "https://ll.thespacedevs.com/2.2.0/location/166/?format=api",
                "name": "Space Port Kii, Japan",
                "country_code": "JPN",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_space_port_kii252c_japan_20240126073749.jpg",
                "timezone_name": "Asia/Tokyo",
                "total_launch_count": 1,
                "total_landing_count": 0
            },
            "country_code": "JPN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_space_one_launch_pad_20240126074332.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1
        }
    ]
}