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=20&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=30&ordering=name",
    "previous": "https://lldev.thespacedevs.com/2.2.0/pad/?format=api&limit=10&offset=10&ordering=name",
    "results": [
        {
            "id": 130,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/130/?format=api",
            "agency_id": null,
            "name": "200/40",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_200",
            "map_url": "https://www.google.com/maps?q=46.0336111,63.0266949",
            "latitude": "46.0336111",
            "longitude": "63.0266949",
            "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_130_20200803143249.jpg",
            "total_launch_count": 64,
            "orbital_launch_attempt_count": 64
        },
        {
            "id": 176,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/176/?format=api",
            "agency_id": null,
            "name": "201",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
            "map_url": "https://www.google.com/maps?q=19.618452,110.955356",
            "latitude": "19.618452",
            "longitude": "110.955356",
            "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_176_20200803143412.jpg",
            "total_launch_count": 23,
            "orbital_launch_attempt_count": 23
        },
        {
            "id": 163,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/163/?format=api",
            "agency_id": null,
            "name": "250",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=46.008,63.302806",
            "latitude": "46.008",
            "longitude": "63.302806",
            "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_163_20200803143510.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1
        },
        {
            "id": 20,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/20/?format=api",
            "agency_id": null,
            "name": "31/6",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
            "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
            "latitude": "45.996034",
            "longitude": "63.564003",
            "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_20_20200803143516.jpg",
            "total_launch_count": 422,
            "orbital_launch_attempt_count": 422
        },
        {
            "id": 126,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/126/?format=api",
            "agency_id": 63,
            "name": "32/1",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
            "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
            "latitude": "62.9063889",
            "longitude": "40.7844727",
            "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_126_20200803143238.jpg",
            "total_launch_count": 57,
            "orbital_launch_attempt_count": 57
        },
        {
            "id": 127,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/127/?format=api",
            "agency_id": 63,
            "name": "32/2",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
            "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
            "latitude": "62.9063889",
            "longitude": "40.7844727",
            "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_127_20200803143245.jpg",
            "total_launch_count": 65,
            "orbital_launch_attempt_count": 65
        },
        {
            "id": 42,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/42/?format=api",
            "agency_id": 163,
            "name": "35/1",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_35",
            "map_url": "https://www.google.com/maps?q=62.927319,40.574897",
            "latitude": "62.927319",
            "longitude": "40.574897",
            "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_42_20200803143543.jpg",
            "total_launch_count": 9,
            "orbital_launch_attempt_count": 9
        },
        {
            "id": 182,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/182/?format=api",
            "agency_id": null,
            "name": "370/11",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Dombarovsky_Air_Base",
            "map_url": "https://www.google.com/maps?q=51.0938889,59.8400282",
            "latitude": "51.0938889",
            "longitude": "59.8400282",
            "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_182_20200803143504.jpg",
            "total_launch_count": 2,
            "orbital_launch_attempt_count": 2
        },
        {
            "id": 183,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/183/?format=api",
            "agency_id": null,
            "name": "370/13",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Dombarovsky_Air_Base",
            "map_url": "https://www.google.com/maps?q=51.0938889,59.8400282",
            "latitude": "51.0938889",
            "longitude": "59.8400282",
            "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_183_20200803143512.jpg",
            "total_launch_count": 8,
            "orbital_launch_attempt_count": 8
        },
        {
            "id": 168,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/168/?format=api",
            "agency_id": null,
            "name": "41/1",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=62.941,40.526806",
            "latitude": "62.941",
            "longitude": "40.526806",
            "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_168_20200803143446.jpg",
            "total_launch_count": 310,
            "orbital_launch_attempt_count": 310
        }
    ]
}