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=-name
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=10&ordering=-name",
    "previous": null,
    "results": [
        {
            "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": 41,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/41/?format=api",
            "agency_id": 37,
            "name": "Yoshinobu Launch Complex LP-1",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Yoshinobu_Launch_Complex",
            "map_url": "https://www.google.com/maps?q=30.400813,130.977748",
            "latitude": "30.400813",
            "longitude": "130.977748",
            "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_41_20200803143551.jpg",
            "total_launch_count": 56,
            "orbital_launch_attempt_count": 56
        },
        {
            "id": 90,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/90/?format=api",
            "agency_id": 141,
            "name": "West Texas Suborbital Launch Site/ Corn Ranch",
            "description": null,
            "info_url": "https://www.blueorigin.com",
            "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
            "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
            "latitude": "31.422878",
            "longitude": "-104.757121",
            "location": {
                "id": 29,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/29/?format=api",
                "name": "Corn Ranch, Van Horn, TX, USA",
                "country_code": "USA",
                "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                "timezone_name": "America/Chicago",
                "total_launch_count": 32,
                "total_landing_count": 32
            },
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
            "total_launch_count": 32,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 52,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/52/?format=api",
            "agency_id": null,
            "name": "Wallops Flight Facility",
            "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": 20,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/20/?format=api",
                "name": "Air launch to orbit",
                "country_code": "???",
                "description": "",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
                "timezone_name": "",
                "total_launch_count": 51,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_52_20200803143305.jpg",
            "total_launch_count": 6,
            "orbital_launch_attempt_count": 6
        },
        {
            "id": 146,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/146/?format=api",
            "agency_id": null,
            "name": "VLS Pad",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Alc%C3%A2ntara_Launch_Center",
            "map_url": "https://www.google.com/maps?q=-2.3177,-44.369984",
            "latitude": "-2.3177",
            "longitude": "-44.369984",
            "location": {
                "id": 150,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/150/?format=api",
                "name": "Alcântara Space Center, Federative Republic of Brazil",
                "country_code": "BRA",
                "description": "The Alcântara Space Center, formerly known as Alcântara Launch Center is a space center and launching facility of the Brazilian Space Agency in the city of Alcântara, located on Brazil's northern Atlantic coast, in the state of Maranhão.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_150_20200803142405.jpg",
                "timezone_name": "America/Fortaleza",
                "total_launch_count": 2,
                "total_landing_count": 0
            },
            "country_code": "BRA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_146_20200803143337.jpg",
            "total_launch_count": 2,
            "orbital_launch_attempt_count": 2
        },
        {
            "id": 105,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/105/?format=api",
            "agency_id": 1001,
            "name": "Vertical Launch Area",
            "description": null,
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=32.9901856,-106.9750602",
            "latitude": "32.9901856",
            "longitude": "-106.9750602",
            "location": {
                "id": 31,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/31/?format=api",
                "name": "Spaceport America, NM, USA",
                "country_code": "USA",
                "description": "Spaceport America is an FAA-licensed spaceport located in the Jornada del Muerto desert basin north of Las Cruces, New Mexico, and southeast of Truth or Consequences. With Virgin Galactic's launch of the VSS Unity, with three people aboard, on May 22, 2021, New Mexico became the third US state to launch humans into space after California and Florida.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_31_20200803142505.jpg",
                "timezone_name": "America/Denver",
                "total_launch_count": 4,
                "total_landing_count": 4
            },
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_105_20200803143432.jpg",
            "total_launch_count": 4,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 62,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/62/?format=api",
            "agency_id": null,
            "name": "Vandenberg Space Force Base",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Force_Base",
            "map_url": "https://www.google.com/maps?q=34.732778,-120.568056",
            "latitude": "34.732778",
            "longitude": "-120.568056",
            "location": {
                "id": 20,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/20/?format=api",
                "name": "Air launch to orbit",
                "country_code": "???",
                "description": "",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
                "timezone_name": "",
                "total_launch_count": 51,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_62_20200803143441.jpg",
            "total_launch_count": 22,
            "orbital_launch_attempt_count": 22
        },
        {
            "id": 69,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/69/?format=api",
            "agency_id": null,
            "name": "Unknown Pad",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=30.401,130.977",
            "latitude": "30.401",
            "longitude": "130.977",
            "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_69_20200803143529.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 44,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/44/?format=api",
            "agency_id": null,
            "name": "Unknown Pad",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=51.036,59.958",
            "latitude": "51.036",
            "longitude": "59.958",
            "location": {
                "id": 5,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/5/?format=api",
                "name": "Dombarovskiy, Russian Federation",
                "country_code": "RUS",
                "description": "Dombarovsky is a military airbase near Yasny in Russia's Orenburg Oblast. Operated by the Soviet Air Defence Forces and later by the Russian Air Force, it hosted fighter interceptor squadrons and hosts an ICBM base (which has been adapted for commercial satellite launches) with a supporting helicopter base.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_5_20200803142425.jpg",
                "timezone_name": "Asia/Yekaterinburg",
                "total_launch_count": 10,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_44_20200803143327.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 101,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/101/?format=api",
            "agency_id": null,
            "name": "Unknown Pad",
            "description": "",
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=0.0,0.0",
            "latitude": null,
            "longitude": null,
            "location": {
                "id": 3,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/3/?format=api",
                "name": "Sea Launch",
                "country_code": "???",
                "description": "",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                "timezone_name": "",
                "total_launch_count": 56,
                "total_landing_count": 0
            },
            "country_code": "",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_101_20200803143204.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        }
    ]
}