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=-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=80&ordering=-name",
    "previous": "https://lldev.thespacedevs.com/2.2.0/pad/?format=api&limit=10&offset=60&ordering=-name",
    "results": [
        {
            "id": 221,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/221/?format=api",
            "agency_id": 88,
            "name": "Oriental Spaceport mobile launch ship",
            "description": "",
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=35.391667%2C119.598667",
            "latitude": "35.391667",
            "longitude": "119.598667",
            "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": "CHN",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_oriental_spaceport_mobile_launch_ship_20240529085416.jpg",
            "total_launch_count": 3,
            "orbital_launch_attempt_count": 3
        },
        {
            "id": 51,
            "url": "https://lldev.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://lldev.thespacedevs.com/2.2.0/location/161/?format=api",
                "name": "Andøya Spaceport",
                "country_code": "NOR",
                "description": "Andøya Space, also named Andøya Space Center and formerly Andøya Rocket Range, is a rocket launch site, rocket range, and spaceport on Andøya island (the northernmost in the Vesterålen archipelago) in Andøy Municipality in Nordland county, Norway.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_161_20240109072235.jpg",
                "timezone_name": "Europe/Oslo",
                "total_launch_count": 1,
                "total_landing_count": 0
            },
            "country_code": "NOR",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_51_20200803143605.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1
        },
        {
            "id": 235,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/235/?format=api",
            "agency_id": 121,
            "name": "Orbital Launch Mount B",
            "description": "The second launch and landing pad of the full version of the combined SpaceX Starship and Superheavy booster. To be first used for launch in 2025.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Pad_A_and_B)",
            "map_url": "https://www.google.com/maps?q=25.996603,-97.158251",
            "latitude": "25.996603",
            "longitude": "-97.158251",
            "location": {
                "id": 143,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/143/?format=api",
                "name": "SpaceX Starbase, TX, USA",
                "country_code": "USA",
                "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                "timezone_name": "America/Chicago",
                "total_launch_count": 18,
                "total_landing_count": 13
            },
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_b_20241126031254.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 188,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/188/?format=api",
            "agency_id": 121,
            "name": "Orbital Launch Mount A",
            "description": "The first launch and landing pad of the full version of the combined SpaceX Starship and Superheavy booster. First used for launch in April 2023.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Pad_A_and_B)",
            "map_url": "https://www.google.com/maps?q=25.9962,-97.154423",
            "latitude": "25.9962",
            "longitude": "-97.154423",
            "location": {
                "id": 143,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/143/?format=api",
                "name": "SpaceX Starbase, TX, USA",
                "country_code": "USA",
                "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                "timezone_name": "America/Chicago",
                "total_launch_count": 18,
                "total_landing_count": 13
            },
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_a_20210514061342.jpg",
            "total_launch_count": 9,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 107,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/107/?format=api",
            "agency_id": null,
            "name": "Omelek Island",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Omelek_Island",
            "map_url": "https://www.google.com/maps?q=9.047861,167.743",
            "latitude": "9.047861",
            "longitude": "167.743",
            "location": {
                "id": 142,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/142/?format=api",
                "name": "Ronald Reagan Ballistic Missile Defense Test Site, Kwajalein Atoll, Marshall Islands",
                "country_code": "MHL",
                "description": "The Ronald Reagan Ballistic Missile Defense Test Site is a missile test range in Marshall Islands. It covers about 750,000 square miles (1,900,000 km2) and includes rocket launch sites at the Kwajalein Atoll (on multiple islands), Wake Island, and Aur Atoll. It primarily functions as a test facility for U.S. missile defense and space research programs.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_142_20200803142511.jpg",
                "timezone_name": "Pacific/Tarawa",
                "total_launch_count": 5,
                "total_landing_count": 0
            },
            "country_code": "MHL",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_107_20200803143450.jpg",
            "total_launch_count": 5,
            "orbital_launch_attempt_count": 5
        },
        {
            "id": 147,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/147/?format=api",
            "agency_id": null,
            "name": "Novomoskovsk (K-407)",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Russian_submarine_Novomoskovsk_(K-407)",
            "map_url": "https://www.google.com/maps?q=74.000000,38.000000",
            "latitude": "74.0",
            "longitude": "38.0",
            "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": "RUS",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_147_20200803143422.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1
        },
        {
            "id": 145,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/145/?format=api",
            "agency_id": null,
            "name": "Naval Air Weapons Station China Lake",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Naval_Air_Weapons_Station_China_Lake",
            "map_url": "https://www.google.com/maps?q=35.6855556,-117.6941384",
            "latitude": "35.6855556",
            "longitude": "-117.6941384",
            "location": {
                "id": 144,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/144/?format=api",
                "name": "Air launch to Suborbital flight",
                "country_code": "???",
                "description": "",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                "timezone_name": "",
                "total_launch_count": 86,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_145_20200803143330.jpg",
            "total_launch_count": 6,
            "orbital_launch_attempt_count": 6
        },
        {
            "id": 47,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/47/?format=api",
            "agency_id": 37,
            "name": "Mu Center",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Uchinoura_Space_Center",
            "map_url": "https://www.google.com/maps?q=31.2509794,131.0821319",
            "latitude": "31.2509794",
            "longitude": "131.0821319",
            "location": {
                "id": 24,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/24/?format=api",
                "name": "Uchinoura Space Center, Japan",
                "country_code": "JPN",
                "description": "The Uchinoura Space Center is a space launch facility in the Japanese town of Kimotsuki, Kagoshima Prefecture. All of Japan's scientific satellites were launched from Uchinoura prior to the M-V launch vehicles being decommissioned in 2006. It continues to be used for suborbital launches, stratospheric balloons and has also been used for the Epsilon orbital launch vehicle. Additionally, the center has antennas for communication with interplanetary space probes.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_24_20200803142411.jpg",
                "timezone_name": "Asia/Tokyo",
                "total_launch_count": 43,
                "total_landing_count": 0
            },
            "country_code": "JPN",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_47_20200803143524.jpg",
            "total_launch_count": 36,
            "orbital_launch_attempt_count": 36
        },
        {
            "id": 53,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/53/?format=api",
            "agency_id": null,
            "name": "Mojave Air and Space Port",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
            "map_url": "https://www.google.com/maps?q=35.059444,-118.151667",
            "latitude": "35.059444",
            "longitude": "-118.151667",
            "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_53_20200803143612.jpg",
            "total_launch_count": 5,
            "orbital_launch_attempt_count": 5
        },
        {
            "id": 190,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/190/?format=api",
            "agency_id": 1024,
            "name": "Mojave Air and Space Port",
            "description": null,
            "info_url": "https://www.mojaveairport.com/",
            "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
            "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
            "latitude": "35.0594444",
            "longitude": "-118.1538607",
            "location": {
                "id": 144,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/144/?format=api",
                "name": "Air launch to Suborbital flight",
                "country_code": "???",
                "description": "",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                "timezone_name": "",
                "total_launch_count": 86,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_190_20210522160913.jpg",
            "total_launch_count": 53,
            "orbital_launch_attempt_count": 0
        }
    ]
}