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&limit=10&offset=10
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=20",
    "previous": "https://ll.thespacedevs.com/2.2.0/pad/?format=api&limit=10",
    "results": [
        {
            "id": 189,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/189/?format=api",
            "agency_id": 199,
            "name": "Spaceport Cornwall",
            "description": null,
            "info_url": "https://spaceportcornwall.com/",
            "wiki_url": "https://en.wikipedia.org/wiki/Newquay_Airport",
            "map_url": "https://www.google.com/maps?q=50.4408333,-4.9974718",
            "latitude": "50.4408333",
            "longitude": "-4.9974718",
            "location": {
                "id": 20,
                "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
                "name": "Air launch to orbit",
                "country_code": "",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_20_20200803142433.jpg",
                "timezone_name": "",
                "total_launch_count": 51,
                "total_landing_count": 0
            },
            "country_code": "GBR",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_spaceport_cornwall_20210514102058.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1
        },
        {
            "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": 40,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/40/?format=api",
            "agency_id": 31,
            "name": "SLV-3 Launch Pad",
            "description": "The SLV3 Launch Pad, began operation in 1979 and was decommissioned in 1994. It was used by two launch vehicles of the ISRO: the Satellite Launch Vehicle (SLV) and the Augmented Satellite Launch Vehicle (ASLV) Initially it was built for launching SLV-3s but was later also used as an ASLV launch complex.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_SLV_Launch_Pad",
            "map_url": "https://www.google.com/maps?q=13.666193,80.227231",
            "latitude": "13.666193",
            "longitude": "80.227231",
            "location": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.2.0/location/14/?format=api",
                "name": "Satish Dhawan Space Centre, India",
                "country_code": "IND",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_14_20200803142403.jpg",
                "timezone_name": "Asia/Kolkata",
                "total_launch_count": 94,
                "total_landing_count": 0
            },
            "country_code": "IND",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_40_20200803143325.jpg",
            "total_launch_count": 8,
            "orbital_launch_attempt_count": 8
        },
        {
            "id": 97,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/97/?format=api",
            "agency_id": 161,
            "name": "Launch Complex 26B",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_26",
            "map_url": "https://www.google.com/maps?q=28.4433,-80.5712",
            "latitude": "28.4433",
            "longitude": "-80.5712",
            "location": {
                "id": 12,
                "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                "name": "Cape Canaveral, FL, USA",
                "country_code": "USA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 949,
                "total_landing_count": 51
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_97_20200803143224.jpg",
            "total_launch_count": 6,
            "orbital_launch_attempt_count": 6
        },
        {
            "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": 196,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/196/?format=api",
            "agency_id": 44,
            "name": "Launch Area 4",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
            "map_url": "https://www.google.com/maps?q=37.938611,-75.457222",
            "latitude": "37.938611",
            "longitude": "-75.457222",
            "location": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/location/21/?format=api",
                "name": "Wallops Island, Virginia, USA",
                "country_code": "USA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_21_20200803142423.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 78,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_launch_area_4_20210901092808.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": 3,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
            "agency_id": 163,
            "name": "133/3 (133L)",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
            "latitude": "62.886999",
            "longitude": "40.846984",
            "location": {
                "id": 6,
                "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
                "name": "Plesetsk Cosmodrome, Russian Federation",
                "country_code": "RUS",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_6_20200803142434.jpg",
                "timezone_name": "Europe/Moscow",
                "total_launch_count": 1667,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_3_20200803143438.jpg",
            "total_launch_count": 159,
            "orbital_launch_attempt_count": 159
        },
        {
            "id": 129,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/129/?format=api",
            "agency_id": null,
            "name": "175/58",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=46.051,62.984806",
            "latitude": "46.051",
            "longitude": "62.984806",
            "location": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                "country_code": "KAZ",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                "timezone_name": "Asia/Qyzylorda",
                "total_launch_count": 1548,
                "total_landing_count": 0
            },
            "country_code": "KAZ",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_129_20200803143247.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1
        },
        {
            "id": 157,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/157/?format=api",
            "agency_id": null,
            "name": "Mobile Launcher Pad",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
            "map_url": "https://www.google.com/maps?q=28.242774,102.032944",
            "latitude": "28.242774",
            "longitude": "102.032944",
            "location": {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.2.0/location/16/?format=api",
                "name": "Xichang Satellite Launch Center, People's Republic of China",
                "country_code": "CHN",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_16_20200803142513.jpg",
                "timezone_name": "Asia/Shanghai",
                "total_launch_count": 204,
                "total_landing_count": 0
            },
            "country_code": "CHN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_157_20200803143359.jpg",
            "total_launch_count": 5,
            "orbital_launch_attempt_count": 5
        }
    ]
}