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

{
    "count": 214,
    "next": "https://ll.thespacedevs.com/2.2.0/pad/?format=api&limit=10&offset=10&ordering=-location__id",
    "previous": null,
    "results": [
        {
            "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
        },
        {
            "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": 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": 0,
                "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": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "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": 51,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/51/?format=api",
            "agency_id": null,
            "name": "Orbital Launch Pad",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/And%C3%B8ya_Space",
            "map_url": "https://www.google.com/maps?q=69.1084,15.5895",
            "latitude": "69.1084",
            "longitude": "15.5895",
            "location": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.2.0/location/161/?format=api",
                "name": "Andøya Spaceport",
                "country_code": "NOR",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_161_20240109072235.jpg",
                "timezone_name": "Europe/Oslo",
                "total_launch_count": 0,
                "total_landing_count": 0
            },
            "country_code": "NOR",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_51_20200803143605.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 202,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/202/?format=api",
            "agency_id": 1038,
            "name": "Suborbital Launch Ramp",
            "description": null,
            "info_url": "https://ela.space/arnhem-space-centre/",
            "wiki_url": "https://en.wikipedia.org/wiki/Arnhem_Land#Economy",
            "map_url": "https://www.google.com/maps?q=-12.3892948,136.7903215",
            "latitude": "-12.3892948",
            "longitude": "136.7903215",
            "location": {
                "id": 160,
                "url": "https://ll.thespacedevs.com/2.2.0/location/160/?format=api",
                "name": "Arnhem Space Centre",
                "country_code": "AUS",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_arnhem_space_centre_20220622160552.jpg",
                "timezone_name": "Australia/Darwin",
                "total_launch_count": 3,
                "total_landing_count": 0
            },
            "country_code": "AUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_suborbital_launch_ramp_20220625184504.jpg",
            "total_launch_count": 3,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 201,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/201/?format=api",
            "agency_id": null,
            "name": "Launch Complex",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Sutherland_spaceport",
            "map_url": "https://www.google.com/maps?q=58.022058,-4.402414",
            "latitude": "58.022058",
            "longitude": "-4.402414",
            "location": {
                "id": 159,
                "url": "https://ll.thespacedevs.com/2.2.0/location/159/?format=api",
                "name": "Sutherland Spaceport",
                "country_code": "GBR",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_sutherland_spaceport_20220511180155.jpg",
                "timezone_name": "Europe/London",
                "total_launch_count": 0,
                "total_landing_count": 0
            },
            "country_code": "GBR",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_201_20220511181044.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 198,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/198/?format=api",
            "agency_id": 1030,
            "name": "St. Marys Airport",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/St._Marys_Airport",
            "map_url": "https://www.google.com/maps?q=30.753333,-81.558333",
            "latitude": "30.753333",
            "longitude": "-81.558333",
            "location": {
                "id": 158,
                "url": "https://ll.thespacedevs.com/2.2.0/location/158/?format=api",
                "name": "Spaceport Camden, GA, USA",
                "country_code": "USA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_spaceport_camden_20211102161325.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 0,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_st._marys_airport_20211102161516.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 213,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/213/?format=api",
            "agency_id": null,
            "name": "Launch Pad Callum",
            "description": "Multi-user launch pad located at SaxaVord Spaceport. Users include Skyrora, HyImpulse and Isar Aerospace.",
            "info_url": null,
            "wiki_url": null,
            "map_url": null,
            "latitude": null,
            "longitude": null,
            "location": {
                "id": 157,
                "url": "https://ll.thespacedevs.com/2.2.0/location/157/?format=api",
                "name": "SaxaVord Spaceport",
                "country_code": "GBR",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_saxavord_spaceport_20211102161146.jpg",
                "timezone_name": "Europe/London",
                "total_launch_count": 0,
                "total_landing_count": 0
            },
            "country_code": "GBR",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_launch_pad_callum_20231013025800.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 214,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/214/?format=api",
            "agency_id": null,
            "name": "Launch Pad Elizabeth",
            "description": "Named after the late Queen Elizabeth II, the pad will support launch operations of US-based launchers.\r\n\r\nIt is located at the most northern tip of the UK, allowing for extra security control to meet ITAR regulations.",
            "info_url": null,
            "wiki_url": null,
            "map_url": null,
            "latitude": null,
            "longitude": null,
            "location": {
                "id": 157,
                "url": "https://ll.thespacedevs.com/2.2.0/location/157/?format=api",
                "name": "SaxaVord Spaceport",
                "country_code": "GBR",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_saxavord_spaceport_20211102161146.jpg",
                "timezone_name": "Europe/London",
                "total_launch_count": 0,
                "total_landing_count": 0
            },
            "country_code": "GBR",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_launch_pad_elizabeth_20231013025957.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        }
    ]
}