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=150&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=160&ordering=-name",
    "previous": "https://lldev.thespacedevs.com/2.2.0/pad/?format=api&limit=10&offset=140&ordering=-name",
    "results": [
        {
            "id": 149,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/149/?format=api",
            "agency_id": null,
            "name": "Ekaterinburg (K-84)",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Russian_submarine_Ekaterinburg_(K-84)",
            "map_url": "https://www.google.com/maps?q=74.000000,38.0000",
            "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_149_20200803143409.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1
        },
        {
            "id": 70,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/70/?format=api",
            "agency_id": 100,
            "name": "Edwards Air Force Base",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Edwards_Air_Force_Base",
            "map_url": "https://www.google.com/maps?q=34.905556,-117.883611",
            "latitude": "34.905556",
            "longitude": "-117.883611",
            "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_70_20200803143352.jpg",
            "total_launch_count": 5,
            "orbital_launch_attempt_count": 5
        },
        {
            "id": 112,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/112/?format=api",
            "agency_id": null,
            "name": "Edwards Air Force Base",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Edwards_Air_Force_Base",
            "map_url": "https://www.google.com/maps?q=34.905556,-117.883611",
            "latitude": "34.905556",
            "longitude": "-117.883611",
            "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_112_20200803143214.jpg",
            "total_launch_count": 13,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 125,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/125/?format=api",
            "agency_id": 115,
            "name": "Diamant Launch Area",
            "description": "",
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=5.2222222,-52.7758051",
            "latitude": "5.2222222",
            "longitude": "-52.7758051",
            "location": {
                "id": 13,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/13/?format=api",
                "name": "Guiana Space Centre, French Guiana",
                "country_code": "GUF",
                "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                "timezone_name": "America/Cayenne",
                "total_launch_count": 325,
                "total_landing_count": 0
            },
            "country_code": "GUF",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_125_20200803143236.jpg",
            "total_launch_count": 8,
            "orbital_launch_attempt_count": 8
        },
        {
            "id": 89,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/89/?format=api",
            "agency_id": 88,
            "name": "DeFu-15002 mobile launch platform",
            "description": "",
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=36.631333,121.198361",
            "latitude": "36.631333",
            "longitude": "121.198361",
            "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_89_20200803143242.jpg",
            "total_launch_count": 2,
            "orbital_launch_attempt_count": 2
        },
        {
            "id": 144,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/144/?format=api",
            "agency_id": 88,
            "name": "DeBo 3 mobile launch platform",
            "description": null,
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=34.311667,123.761111",
            "latitude": "34.311667",
            "longitude": "123.761111",
            "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_144_20200803143251.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1
        },
        {
            "id": 83,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/83/?format=api",
            "agency_id": 63,
            "name": "Cosmodrome Site 1S",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Vostochny_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=51.884395,128.333932",
            "latitude": "51.884395",
            "longitude": "128.333932",
            "location": {
                "id": 18,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/18/?format=api",
                "name": "Vostochny Cosmodrome, Siberia, Russian Federation",
                "country_code": "RUS",
                "description": "The Vostochny Cosmodrome is a Russian spaceport above the 51st parallel north in the Amur Oblast, in the Russian Far East. It is intended to reduce Russia's dependency on the Baikonur Cosmodrome in Kazakhstan. The first launch took place on 28 April 2016 at 02:01 UTC.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_18_20200803142401.jpg",
                "timezone_name": "Asia/Yakutsk",
                "total_launch_count": 19,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_83_20200803143544.jpg",
            "total_launch_count": 18,
            "orbital_launch_attempt_count": 18
        },
        {
            "id": 108,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/108/?format=api",
            "agency_id": 63,
            "name": "Cosmodrome Site 1A",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Vostochny_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=51.884395,128.333932",
            "latitude": "51.884395",
            "longitude": "128.333932",
            "location": {
                "id": 18,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/18/?format=api",
                "name": "Vostochny Cosmodrome, Siberia, Russian Federation",
                "country_code": "RUS",
                "description": "The Vostochny Cosmodrome is a Russian spaceport above the 51st parallel north in the Amur Oblast, in the Russian Far East. It is intended to reduce Russia's dependency on the Baikonur Cosmodrome in Kazakhstan. The first launch took place on 28 April 2016 at 02:01 UTC.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_18_20200803142401.jpg",
                "timezone_name": "Asia/Yakutsk",
                "total_launch_count": 19,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_108_20200803143525.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1
        },
        {
            "id": 222,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/222/?format=api",
            "agency_id": null,
            "name": "Commercial LC-3",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Commercial_Space_Launch_Site",
            "map_url": "https://www.google.com/maps?q=19.5945793,110.9260013",
            "latitude": "19.5945793",
            "longitude": "110.9260013",
            "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_commercial_lc-3_20240627115237.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 219,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/219/?format=api",
            "agency_id": null,
            "name": "Commercial LC-2",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Commercial_Space_Launch_Site",
            "map_url": "https://www.google.com/maps?q=19.59755,110.936481",
            "latitude": "19.59755",
            "longitude": "110.936481",
            "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_commercial_lc-2_20231225074048.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1
        }
    ]
}