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

{
    "count": 220,
    "next": "https://lldev.thespacedevs.com/2.2.0/pad/?format=api&limit=10&offset=100",
    "previous": "https://lldev.thespacedevs.com/2.2.0/pad/?format=api&limit=10&offset=80",
    "results": [
        {
            "id": 184,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/184/?format=api",
            "agency_id": null,
            "name": "Satellite Launch Pad",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Tonghae_Satellite_Launching_Ground",
            "map_url": "https://www.google.com/maps?q=40.855799,129.665895",
            "latitude": "40.855799",
            "longitude": "129.665895",
            "location": {
                "id": 153,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/153/?format=api",
                "name": "Tonghae Satellite Launching Ground",
                "country_code": "PRK",
                "description": "The Tonghae Satellite Launching Ground is a rocket launching site in North Korea.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_153_20200803142503.jpg",
                "timezone_name": "Asia/Pyongyang",
                "total_launch_count": 2,
                "total_landing_count": 0
            },
            "country_code": "PRK",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_184_20200803143423.jpg",
            "total_launch_count": 2,
            "orbital_launch_attempt_count": 2
        },
        {
            "id": 181,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/181/?format=api",
            "agency_id": null,
            "name": "Launch Area 8",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/RAAF_Woomera_Range_Complex",
            "map_url": "https://www.google.com/maps?q=-30.9552778,136.5300282",
            "latitude": "-30.9552778",
            "longitude": "136.5300282",
            "location": {
                "id": 152,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/152/?format=api",
                "name": "RAAF Woomera Range Complex",
                "country_code": "AUS",
                "description": "The RAAF Woomera Range Complex (WRC) is a major Australian military and civil aerospace facility and operation located in South Australia, approximately 450 km (280 mi) north-west of Adelaide. The WRC is operated by the Royal Australian Air Force (RAAF), a Service of the Australian Defence Force (ADF). The complex has a land area of 122,188 km2 (47,177 sq mi) or roughly the size of North Korea or Pennsylvania. The airspace above the area is restricted and controlled by the RAAF for safety and security. The WRC is a highly specialised ADF test and evaluation capability operated by the RAAF for the purposes of testing defence materiel.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_152_20200803142502.jpg",
                "timezone_name": "Australia/Adelaide",
                "total_launch_count": 6,
                "total_landing_count": 0
            },
            "country_code": "AUS",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_181_20200803143447.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1
        },
        {
            "id": 237,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/237/?format=api",
            "agency_id": null,
            "name": "Unknown Pad",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/SaxaVord_Spaceport",
            "map_url": "https://www.google.com/maps?q=60.8184,-0.7692",
            "latitude": "60.8184",
            "longitude": "-0.7692",
            "location": {
                "id": 157,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/157/?format=api",
                "name": "SaxaVord Spaceport",
                "country_code": "GBR",
                "description": "SaxaVord Spaceport is a UK spaceport located on the Lamba Ness peninsula on Unst, the most northerly of the inhabited Shetland Islands off the coast of Scotland. The site is near the RAF Saxa Vord radar station and the settlement of Skaw, adjacent to the Saxa Vord distillery.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_saxavord_spaceport_20211102161146.jpg",
                "timezone_name": "Europe/London",
                "total_launch_count": 0,
                "total_landing_count": 0
            },
            "country_code": "GBR",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_unknown_pad_20241227075133.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 10,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/10/?format=api",
            "agency_id": 37,
            "name": "Osaki Launch Complex",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Tanegashima_Space_Center",
            "map_url": "https://www.google.com/maps?q=30.3993934,130.9702486",
            "latitude": "30.3993934",
            "longitude": "130.9702486",
            "location": {
                "id": 26,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/26/?format=api",
                "name": "Tanegashima Space Center, Japan",
                "country_code": "JPN",
                "description": "The Tanegashima Space Center is the largest rocket-launch complex in Japan. It is located on the southeastern tip of Tanegashima, an island located south of Kyushu, an island and region and Japan. It was established in 1969 when the National Space Development Agency of Japan (NASDA) was formed, and is now run by JAXA. The activities that take place at TNSC include assembly, testing, launching, and tracking satellites, as well as rocket engine firing tests.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
                "timezone_name": "Asia/Tokyo",
                "total_launch_count": 94,
                "total_landing_count": 0
            },
            "country_code": "JPN",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_10_20200803143519.jpg",
            "total_launch_count": 24,
            "orbital_launch_attempt_count": 24
        },
        {
            "id": 196,
            "url": "https://lldev.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://lldev.thespacedevs.com/2.2.0/location/21/?format=api",
                "name": "Wallops Flight Facility, Virginia, USA",
                "country_code": "USA",
                "description": "Wallops Flight Facility is a rocket launch site on Wallops Island on the Eastern Shore of Virginia, United States, just east of the Delmarva Peninsula and north-northeast of Norfolk. The facility is operated by the Goddard Space Flight Center in Greenbelt, Maryland, and primarily serves to support science and exploration missions for NASA and other federal agencies. WFF includes an extensively instrumented range to support launches of more than a dozen types of sounding rockets; small expendable suborbital and orbital rockets; high-altitude balloon flights carrying scientific instruments for atmospheric and astronomical research; and, using its Research Airport, flight tests of aeronautical research aircraft, including uncrewed aerial vehicles.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 80,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_area_4_20210901092808.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 73,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/73/?format=api",
            "agency_id": null,
            "name": "Unknown Pad",
            "description": "There is more then one possible pad for this launch.",
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=13.733,80.235",
            "latitude": "13.733",
            "longitude": "80.235",
            "location": {
                "id": 14,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/14/?format=api",
                "name": "Satish Dhawan Space Centre, India",
                "country_code": "IND",
                "description": "Satish Dhawan Space Centre – SDSC (formerly Sriharikota Range – SHAR),[1] is the primary spaceport of the Indian Space Research Organisation (ISRO), located in Sriharikota, Andhra Pradesh.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
                "timezone_name": "Asia/Kolkata",
                "total_launch_count": 99,
                "total_landing_count": 0
            },
            "country_code": "IND",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_73_20200803143531.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 102,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/102/?format=api",
            "agency_id": null,
            "name": "110/38 (110R)",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=45.962121,63.310212",
            "latitude": "45.962121",
            "longitude": "63.310212",
            "location": {
                "id": 15,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/15/?format=api",
                "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                "country_code": "KAZ",
                "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                "timezone_name": "Asia/Qyzylorda",
                "total_launch_count": 1555,
                "total_landing_count": 0
            },
            "country_code": "KAZ",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_102_20200803143218.jpg",
            "total_launch_count": 2,
            "orbital_launch_attempt_count": 2
        },
        {
            "id": 9,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/9/?format=api",
            "agency_id": 259,
            "name": "Launch Area 96",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/LandSpace",
            "map_url": "https://www.google.com/maps?q=40.91491,100.245488",
            "latitude": "40.91491",
            "longitude": "100.245488",
            "location": {
                "id": 17,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/17/?format=api",
                "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                "country_code": "CHN",
                "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                "timezone_name": "Asia/Shanghai",
                "total_launch_count": 253,
                "total_landing_count": 0
            },
            "country_code": "CHN",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_9_20200803143341.jpg",
            "total_launch_count": 5,
            "orbital_launch_attempt_count": 5
        },
        {
            "id": 180,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/180/?format=api",
            "agency_id": null,
            "name": "Launch Area 6A",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/RAAF_Woomera_Range_Complex",
            "map_url": "https://www.google.com/maps?q=-30.9552778,136.5300282",
            "latitude": "-30.9552778",
            "longitude": "136.5300282",
            "location": {
                "id": 152,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/152/?format=api",
                "name": "RAAF Woomera Range Complex",
                "country_code": "AUS",
                "description": "The RAAF Woomera Range Complex (WRC) is a major Australian military and civil aerospace facility and operation located in South Australia, approximately 450 km (280 mi) north-west of Adelaide. The WRC is operated by the Royal Australian Air Force (RAAF), a Service of the Australian Defence Force (ADF). The complex has a land area of 122,188 km2 (47,177 sq mi) or roughly the size of North Korea or Pennsylvania. The airspace above the area is restricted and controlled by the RAAF for safety and security. The WRC is a highly specialised ADF test and evaluation capability operated by the RAAF for the purposes of testing defence materiel.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_152_20200803142502.jpg",
                "timezone_name": "Australia/Adelaide",
                "total_launch_count": 6,
                "total_landing_count": 0
            },
            "country_code": "AUS",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_180_20200803143508.jpg",
            "total_launch_count": 3,
            "orbital_launch_attempt_count": 3
        },
        {
            "id": 17,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/17/?format=api",
            "agency_id": 1048,
            "name": "Space Launch Complex 14",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_14",
            "map_url": "https://www.google.com/maps?q=28.49103,-80.54687",
            "latitude": "28.49103",
            "longitude": "-80.54687",
            "location": {
                "id": 12,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/12/?format=api",
                "name": "Cape Canaveral SFS, FL, USA",
                "country_code": "USA",
                "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 1031,
                "total_landing_count": 64
            },
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_17_20200803143405.jpg",
            "total_launch_count": 20,
            "orbital_launch_attempt_count": 16
        }
    ]
}