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=180&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=190&ordering=-name",
    "previous": "https://lldev.thespacedevs.com/2.2.0/pad/?format=api&limit=10&offset=170&ordering=-name",
    "results": [
        {
            "id": 165,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/165/?format=api",
            "agency_id": null,
            "name": "67/21",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=45.989,63.702806",
            "latitude": "45.989",
            "longitude": "63.702806",
            "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_165_20200803143444.jpg",
            "total_launch_count": 2,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 170,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/170/?format=api",
            "agency_id": null,
            "name": "576B3",
            "description": "Site 3 was active from 12 September 1960 to 21 January 1965, then was used for the space program from 27 May 1965 to 11 October 1967",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/List_of_Vandenberg_Air_Force_Base_launch_facilities",
            "map_url": "https://www.google.com/maps?q=34.7897222,-120.5980273",
            "latitude": "34.7897222",
            "longitude": "-120.5980273",
            "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_170_20200803143421.jpg",
            "total_launch_count": 7,
            "orbital_launch_attempt_count": 7
        },
        {
            "id": 172,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/172/?format=api",
            "agency_id": null,
            "name": "576A2",
            "description": "The very first Atlas D operational ICBM sites, these were above ground with open support towers. These missiles were on alert from 31 October 1959 until 1 May 1964. After going off alert in 1964, Alpha 1 and 2 were used by the USAF for Atlas satellite rocket launches until 1974",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Launch_Complex_576",
            "map_url": "https://www.google.com/maps?q=34.7394444,-120.6213607",
            "latitude": "34.7394444",
            "longitude": "-120.6213607",
            "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_172_20200803143419.jpg",
            "total_launch_count": 4,
            "orbital_launch_attempt_count": 4
        },
        {
            "id": 173,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/173/?format=api",
            "agency_id": null,
            "name": "576A1",
            "description": "The very first Atlas D operational ICBM sites, these were above ground with open support towers. These missiles were on alert from 31 October 1959 until 1 May 1964. After going off alert in 1964, Alpha 1 and 2 were used by the USAF for Atlas satellite rocket launches until 1974",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Launch_Complex_576",
            "map_url": "https://www.google.com/maps?q=34.7394444,-120.6213607",
            "latitude": "34.7394444",
            "longitude": "-120.6213607",
            "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_173_20200803143418.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1
        },
        {
            "id": 128,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/128/?format=api",
            "agency_id": 163,
            "name": "5",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Svobodny_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=51.7,127.997806",
            "latitude": "51.7",
            "longitude": "127.997806",
            "location": {
                "id": 146,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/146/?format=api",
                "name": "Svobodny Cosmodrome, Russian Federation",
                "country_code": "RUS",
                "description": "Svobodny was a Russian rocket launch site located approximately 15 km north of Svobodny, Amur Oblast. The cosmodrome was originally constructed as a launch site for intercontinental ballistic missiles called Svobodny-18. It was initially selected as a replacement for Baikonur Cosmodrome in the Kazakh Soviet Socialist Republic, which became independent as Kazakhstan after the dissolution of the Soviet Union. However the development of Svobodny was subsequently ended in 2007 in favour of a totally new space port, the Vostochny Cosmodrome.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_146_20200803142450.jpg",
                "timezone_name": "Asia/Yakutsk",
                "total_launch_count": 5,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_128_20200803143250.jpg",
            "total_launch_count": 5,
            "orbital_launch_attempt_count": 5
        },
        {
            "id": 131,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/131/?format=api",
            "agency_id": null,
            "name": "45/2",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_45",
            "map_url": "https://www.google.com/maps?q=45.943,63.650806",
            "latitude": "45.943",
            "longitude": "63.650806",
            "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_131_20200803143339.jpg",
            "total_launch_count": 2,
            "orbital_launch_attempt_count": 2
        },
        {
            "id": 2,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/2/?format=api",
            "agency_id": null,
            "name": "45/1",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=45.943492,63.653014",
            "latitude": "45.943492",
            "longitude": "63.653014",
            "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_2_20200803143256.jpg",
            "total_launch_count": 46,
            "orbital_launch_attempt_count": 46
        },
        {
            "id": 85,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/85/?format=api",
            "agency_id": 163,
            "name": "43/4 (43R)",
            "description": "",
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=62.92883,40.457098",
            "latitude": "62.92883",
            "longitude": "40.457098",
            "location": {
                "id": 6,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/6/?format=api",
                "name": "Plesetsk Cosmodrome, Russian Federation",
                "country_code": "RUS",
                "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                "timezone_name": "Europe/Moscow",
                "total_launch_count": 1676,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_85_20200803143554.jpg",
            "total_launch_count": 324,
            "orbital_launch_attempt_count": 324
        },
        {
            "id": 36,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/36/?format=api",
            "agency_id": 163,
            "name": "43/3 (43L)",
            "description": "",
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=62.9273,40.45",
            "latitude": "62.9273",
            "longitude": "40.45",
            "location": {
                "id": 6,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/6/?format=api",
                "name": "Plesetsk Cosmodrome, Russian Federation",
                "country_code": "RUS",
                "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                "timezone_name": "Europe/Moscow",
                "total_launch_count": 1676,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
            "total_launch_count": 230,
            "orbital_launch_attempt_count": 230
        },
        {
            "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
        }
    ]
}