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=120&ordering=-location__id
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=130&ordering=-location__id",
    "previous": "https://lldev.thespacedevs.com/2.2.0/pad/?format=api&limit=10&offset=110&ordering=-location__id",
    "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": 103,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/103/?format=api",
            "agency_id": null,
            "name": "110/37 (110L)",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=45.964747,63.304744",
            "latitude": "45.964747",
            "longitude": "63.304744",
            "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_103_20200803143220.jpg",
            "total_launch_count": 3,
            "orbital_launch_attempt_count": 3
        },
        {
            "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": 40,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/40/?format=api",
            "agency_id": 31,
            "name": "SLV-3 Launch Pad",
            "description": "The SLV3 Launch Pad, began operation in 1979 and was decommissioned in 1994. It was used by two launch vehicles of the ISRO: the Satellite Launch Vehicle (SLV) and the Augmented Satellite Launch Vehicle (ASLV) Initially it was built for launching SLV-3s but was later also used as an ASLV launch complex.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_SLV_Launch_Pad",
            "map_url": "https://www.google.com/maps?q=13.666193,80.227231",
            "latitude": "13.666193",
            "longitude": "80.227231",
            "location": {
                "id": 14,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/14/?format=api",
                "name": "Satish Dhawan Space Centre, India",
                "country_code": "IND",
                "description": "Satish Dhawan Space Centre – SDSC (formerly Sriharikota Range – SHAR),[1] is the primary spaceport of the Indian Space Research Organisation (ISRO), located in Sriharikota, Andhra Pradesh.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
                "timezone_name": "Asia/Kolkata",
                "total_launch_count": 99,
                "total_landing_count": 0
            },
            "country_code": "IND",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_40_20200803143325.jpg",
            "total_launch_count": 8,
            "orbital_launch_attempt_count": 8
        },
        {
            "id": 73,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/73/?format=api",
            "agency_id": null,
            "name": "Unknown Pad",
            "description": "There is more then one possible pad for this launch.",
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=13.733,80.235",
            "latitude": "13.733",
            "longitude": "80.235",
            "location": {
                "id": 14,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/14/?format=api",
                "name": "Satish Dhawan Space Centre, India",
                "country_code": "IND",
                "description": "Satish Dhawan Space Centre – SDSC (formerly Sriharikota Range – SHAR),[1] is the primary spaceport of the Indian Space Research Organisation (ISRO), located in Sriharikota, Andhra Pradesh.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
                "timezone_name": "Asia/Kolkata",
                "total_launch_count": 99,
                "total_landing_count": 0
            },
            "country_code": "IND",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_73_20200803143531.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 50,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/50/?format=api",
            "agency_id": 31,
            "name": "Satish Dhawan Space Centre First Launch Pad",
            "description": "India has two launch pads at the site. The First Launch Pad, operational since 1993, is used for Polar Satellite Launch Vehicle, Small Satellite Launch Vehicle and formerly used by Geosynchronous Satellite Launch Vehicle.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_First_Launch_Pad",
            "map_url": "https://www.google.com/maps?q=13.733,80.235",
            "latitude": "13.733",
            "longitude": "80.235",
            "location": {
                "id": 14,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/14/?format=api",
                "name": "Satish Dhawan Space Centre, India",
                "country_code": "IND",
                "description": "Satish Dhawan Space Centre – SDSC (formerly Sriharikota Range – SHAR),[1] is the primary spaceport of the Indian Space Research Organisation (ISRO), located in Sriharikota, Andhra Pradesh.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
                "timezone_name": "Asia/Kolkata",
                "total_launch_count": 99,
                "total_landing_count": 0
            },
            "country_code": "IND",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_50_20200803143457.jpg",
            "total_launch_count": 62,
            "orbital_launch_attempt_count": 61
        },
        {
            "id": 82,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/82/?format=api",
            "agency_id": 31,
            "name": "Satish Dhawan Space Centre Second Launch Pad",
            "description": "The second launch pad was built between 1999 and 2003.  It became functional in 2005 and has since been used for various rockets. This launch pad supports missions by PSLV, GSLV, LVM3 rockets and is even envisioned for India's future crewed spaceflight.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_Second_Launch_Pad",
            "map_url": "https://www.google.com/maps?q=13.7199,80.2304",
            "latitude": "13.7199",
            "longitude": "80.2304",
            "location": {
                "id": 14,
                "url": "https://lldev.thespacedevs.com/2.2.0/location/14/?format=api",
                "name": "Satish Dhawan Space Centre, India",
                "country_code": "IND",
                "description": "Satish Dhawan Space Centre – SDSC (formerly Sriharikota Range – SHAR),[1] is the primary spaceport of the Indian Space Research Organisation (ISRO), located in Sriharikota, Andhra Pradesh.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
                "timezone_name": "Asia/Kolkata",
                "total_launch_count": 99,
                "total_landing_count": 0
            },
            "country_code": "IND",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_82_20200803143602.jpg",
            "total_launch_count": 29,
            "orbital_launch_attempt_count": 28
        },
        {
            "id": 77,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/77/?format=api",
            "agency_id": 115,
            "name": "Ariane Launch Area 3",
            "description": "ELA-3, is a launch pad and associated facilities at the Centre Spatial Guyanais in French Guiana. ELA-3 was operated by Arianespace as part of the expendable launch system for Ariane 5 launch vehicles.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/ELA-3",
            "map_url": "https://www.google.com/maps?q=5.239,-52.768",
            "latitude": "5.239",
            "longitude": "-52.768",
            "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_77_20200803143458.jpg",
            "total_launch_count": 118,
            "orbital_launch_attempt_count": 118
        },
        {
            "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": 81,
            "url": "https://lldev.thespacedevs.com/2.2.0/pad/81/?format=api",
            "agency_id": 115,
            "name": "Soyuz Launch Complex",
            "description": "The Ensemble de Lancement Soyouz (ELS)  is a launch complex at the Guiana Space Centre in Kourou/Sinnamary, French Guiana. It was used by Soyuz-ST rockets: modified versions of the Soyuz-2 optimised for launch from Kourou under Soyuz at the Guiana Space Centre programme.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Ensemble_de_Lancement_Soyouz",
            "map_url": "https://www.google.com/maps?q=5.3019,-52.8346",
            "latitude": "5.3019",
            "longitude": "-52.8346",
            "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_81_20200803143601.jpg",
            "total_launch_count": 26,
            "orbital_launch_attempt_count": 26
        }
    ]
}