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=70&ordering=-orbital_launch_attempt_count
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=80&ordering=-orbital_launch_attempt_count",
    "previous": "https://lldev.thespacedevs.com/2.2.0/pad/?format=api&limit=10&offset=60&ordering=-orbital_launch_attempt_count",
    "results": [
        {
            "id": 175,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/175/?format=api",
            "agency_id": null,
            "name": "101",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
            "map_url": "https://www.google.com/maps?q=19.614334,110.951011",
            "latitude": "19.614334",
            "longitude": "110.951011",
            "location": {
                "id": 8,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/8/?format=api",
                "name": "Wenchang Space Launch Site, People's Republic of China",
                "country_code": "CHN",
                "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
                "timezone_name": "Asia/Shanghai",
                "total_launch_count": 39,
                "total_landing_count": 0
            },
            "country_code": "CHN",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_175_20200803143424.jpg",
            "total_launch_count": 14,
            "orbital_launch_attempt_count": 14
        },
        {
            "id": 200,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/200/?format=api",
            "agency_id": null,
            "name": "Launch Complex 9A",
            "description": "",
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=38.8583,111.5802",
            "latitude": "38.8583",
            "longitude": "111.5802",
            "location": {
                "id": 19,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/19/?format=api",
                "name": "Taiyuan Satellite Launch Center, People's Republic of China",
                "country_code": "CHN",
                "description": "The Taiyuan Satellite Launch Center is a People's Republic of China space and defense launch facility. It is situated in Kelan County, Xinzhou, Shanxi Province and is the second of four launch sites having been founded in March 1966 and coming into full operation in 1968.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
                "timezone_name": "Asia/Shanghai",
                "total_launch_count": 142,
                "total_landing_count": 0
            },
            "country_code": "CHN",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_complex_9a_20220330003717.jpg",
            "total_launch_count": 14,
            "orbital_launch_attempt_count": 14
        },
        {
            "id": 11,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/11/?format=api",
            "agency_id": null,
            "name": "Space Launch Complex 6",
            "description": "Space Launch Complex 6 at Vandenberg Space Force Base in California is a launch pad and support area. The site was originally developed starting in 1966, but no launches occurred until 1995, as it was repurposed sequentially for three programs that were subsequently cancelled. Initially to be used for Titan IIIM rockets and the Manned Orbiting Laboratory, these were cancelled before construction of SLC-6 was complete. The complex was later rebuilt to serve as the west coast launch site for the Space Shuttle, but went unused due to budget, safety and political considerations. The pad was subsequently used for four Athena rocket launches before being modified to support the Delta IV launch vehicle family, which used the pad for ten launches from 2006 until 2022. The last Delta IV launched in September 2022, and SpaceX leased SLC-6 in 2023 to convert it to launch Falcon 9 and Falcon Heavy starting in 2025.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_6",
            "map_url": "https://www.google.com/maps?q=34.5815,-120.6262",
            "latitude": "34.5815",
            "longitude": "-120.6262",
            "location": {
                "id": 11,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/11/?format=api",
                "name": "Vandenberg SFB, CA, USA",
                "country_code": "USA",
                "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                "timezone_name": "America/Los_Angeles",
                "total_launch_count": 814,
                "total_landing_count": 26
            },
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_11_20200803143550.jpg",
            "total_launch_count": 14,
            "orbital_launch_attempt_count": 14
        },
        {
            "id": 209,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/209/?format=api",
            "agency_id": 37,
            "name": "Yoshinobu Launch Complex LP-2",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Yoshinobu_Launch_Complex",
            "map_url": "https://www.google.com/maps?q=30.400938,130.97564",
            "latitude": "30.400938",
            "longitude": "130.97564",
            "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_yoshinobu_launch_complex_lp-2_20230707124715.jpg",
            "total_launch_count": 14,
            "orbital_launch_attempt_count": 14
        },
        {
            "id": 178,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/178/?format=api",
            "agency_id": null,
            "name": "Launch Area 3A",
            "description": null,
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=37.8495,-75.4725",
            "latitude": "37.8495",
            "longitude": "-75.4725",
            "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_178_20200803143407.jpg",
            "total_launch_count": 18,
            "orbital_launch_attempt_count": 13
        },
        {
            "id": 75,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/75/?format=api",
            "agency_id": 95,
            "name": "Shavit Launch Pad",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Palmachim_Airbase",
            "map_url": "https://www.google.com/maps?q=31.884444,34.680278",
            "latitude": "31.884444",
            "longitude": "34.680278",
            "location": {
                "id": 4,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/4/?format=api",
                "name": "Palmachim Airbase, State of Israel",
                "country_code": "ISR",
                "description": "Palmachim Airbase is an Israeli Air Force (IAF) base and spaceport, which the IAF and the Israel Space Agency (ISA) operate jointly. It is located west of the city of Yavne on the Mediterranean coast, 12 km south of the Gush Dan metropolitan area with Tel Aviv, named after the Kibbutz Palmachim north of it.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_4_20200803142418.jpg",
                "timezone_name": "Asia/Jerusalem",
                "total_launch_count": 12,
                "total_landing_count": 0
            },
            "country_code": "ISR",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_75_20200803143316.jpg",
            "total_launch_count": 12,
            "orbital_launch_attempt_count": 12
        },
        {
            "id": 164,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/164/?format=api",
            "agency_id": null,
            "name": "41/15",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=45.976,63.666806",
            "latitude": "45.976",
            "longitude": "63.666806",
            "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_164_20200803143415.jpg",
            "total_launch_count": 12,
            "orbital_launch_attempt_count": 12
        },
        {
            "id": 12,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/12/?format=api",
            "agency_id": null,
            "name": "109/95",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=45.95112,63.497095",
            "latitude": "45.95112",
            "longitude": "63.497095",
            "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_12_20200803143322.jpg",
            "total_launch_count": 12,
            "orbital_launch_attempt_count": 12
        },
        {
            "id": 118,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/118/?format=api",
            "agency_id": 166,
            "name": "Launch Complex 18A",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_18",
            "map_url": "https://www.google.com/maps?q=28.4493,-80.564494",
            "latitude": "28.4493",
            "longitude": "-80.564494",
            "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_118_20200803143338.jpg",
            "total_launch_count": 18,
            "orbital_launch_attempt_count": 11
        },
        {
            "id": 18,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/18/?format=api",
            "agency_id": null,
            "name": "Launch Complex 19",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_19",
            "map_url": "https://www.google.com/maps?q=28.506898,-80.554169",
            "latitude": "28.506898",
            "longitude": "-80.554169",
            "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_18_20200803143356.jpg",
            "total_launch_count": 12,
            "orbital_launch_attempt_count": 11
        }
    ]
}