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=10&ordering=-location__name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 214,
    "next": "https://ll.thespacedevs.com/2.2.0/pad/?format=api&limit=10&offset=20&ordering=-location__name",
    "previous": "https://ll.thespacedevs.com/2.2.0/pad/?format=api&limit=10&ordering=-location__name",
    "results": [
        {
            "id": 219,
            "url": "https://ll.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://ll.thespacedevs.com/2.2.0/location/8/?format=api",
                "name": "Wenchang Space Launch Site, People's Republic of China",
                "country_code": "CHN",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_8_20200803142445.jpg",
                "timezone_name": "Asia/Shanghai",
                "total_launch_count": 29,
                "total_landing_count": 0
            },
            "country_code": "CHN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_commercial_lc-2_20231225074048.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 177,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/177/?format=api",
            "agency_id": null,
            "name": "Unknown Pad",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
            "map_url": "https://www.google.com/maps?q=37.9386111,-75.4594162",
            "latitude": "37.9386111",
            "longitude": "-75.4594162",
            "location": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/location/21/?format=api",
                "name": "Wallops Island, Virginia, USA",
                "country_code": "USA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_21_20200803142423.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 78,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_177_20200803143406.jpg",
            "total_launch_count": 8,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 196,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/196/?format=api",
            "agency_id": 44,
            "name": "Launch Area 4",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
            "map_url": "https://www.google.com/maps?q=37.938611,-75.457222",
            "latitude": "37.938611",
            "longitude": "-75.457222",
            "location": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/location/21/?format=api",
                "name": "Wallops Island, Virginia, USA",
                "country_code": "USA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_21_20200803142423.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 78,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_launch_area_4_20210901092808.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 195,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/195/?format=api",
            "agency_id": 44,
            "name": "Launch Area 1",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
            "map_url": "https://www.google.com/maps?q=37.938611,-75.457222",
            "latitude": "37.938611",
            "longitude": "-75.457222",
            "location": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/location/21/?format=api",
                "name": "Wallops Island, Virginia, USA",
                "country_code": "USA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_21_20200803142423.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 78,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_launch_area_1_20210901085625.jpg",
            "total_launch_count": 7,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 56,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/56/?format=api",
            "agency_id": 44,
            "name": "Launch Area 0 B",
            "description": "LP-0B became operational in 1999,and was subsequently upgraded in 2003 with the construction of a mobile service tower, which was completed in 2004. It is active, and is currently used by Northrop Grumman Minotaur rockets. The first launch from LP-0B was of a Minotaur I in December 2006, and was the first launch from the Mid-Atlantic Regional Spaceport.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Mid-Atlantic_Regional_Spaceport_Launch_Pad_0#Pad-0B",
            "map_url": "https://www.google.com/maps?q=37.831,-75.4911",
            "latitude": "37.831",
            "longitude": "-75.4911",
            "location": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/location/21/?format=api",
                "name": "Wallops Island, Virginia, USA",
                "country_code": "USA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_21_20200803142423.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 78,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_56_20200803143541.jpg",
            "total_launch_count": 8,
            "orbital_launch_attempt_count": 8
        },
        {
            "id": 76,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/76/?format=api",
            "agency_id": 44,
            "name": "Launch Area 0 A",
            "description": "LP-0A was first built for the failed Conestoga rocket program. The original launch tower was subsequently demolished in September 2008. A new pad facility was built from 2009 to 2011 for Orbital Sciences Taurus II, now renamed Antares.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Mid-Atlantic_Regional_Spaceport_Launch_Pad_0#Pad_0A",
            "map_url": "https://www.google.com/maps?q=37.8337,-75.4881",
            "latitude": "37.8337",
            "longitude": "-75.4881",
            "location": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/location/21/?format=api",
                "name": "Wallops Island, Virginia, USA",
                "country_code": "USA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_21_20200803142423.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 78,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_76_20200803143538.jpg",
            "total_launch_count": 19,
            "orbital_launch_attempt_count": 19
        },
        {
            "id": 178,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/178/?format=api",
            "agency_id": null,
            "name": "Launch Area 3A",
            "description": null,
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=37.8495,-75.4725",
            "latitude": "37.8495",
            "longitude": "-75.4725",
            "location": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/location/21/?format=api",
                "name": "Wallops Island, Virginia, USA",
                "country_code": "USA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_21_20200803142423.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 78,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_178_20200803143407.jpg",
            "total_launch_count": 18,
            "orbital_launch_attempt_count": 13
        },
        {
            "id": 94,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/94/?format=api",
            "agency_id": 44,
            "name": "Launch Area 3",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=37.8495,-75.4725",
            "latitude": "37.8495",
            "longitude": "-75.4725",
            "location": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/location/21/?format=api",
                "name": "Wallops Island, Virginia, USA",
                "country_code": "USA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_21_20200803142423.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 78,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_94_20200803143206.jpg",
            "total_launch_count": 13,
            "orbital_launch_attempt_count": 10
        },
        {
            "id": 79,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/79/?format=api",
            "agency_id": 147,
            "name": "Rocket Lab Launch Complex 2 (Launch Area 0 C)",
            "description": null,
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=37.834,-75.488",
            "latitude": "37.834",
            "longitude": "-75.488",
            "location": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/location/21/?format=api",
                "name": "Wallops Island, Virginia, USA",
                "country_code": "USA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_21_20200803142423.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 78,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_79_20200803143607.jpg",
            "total_launch_count": 4,
            "orbital_launch_attempt_count": 3
        },
        {
            "id": 83,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/83/?format=api",
            "agency_id": 63,
            "name": "Cosmodrome Site 1S",
            "description": null,
            "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://ll.thespacedevs.com/2.2.0/location/18/?format=api",
                "name": "Vostochny Cosmodrome, Siberia, Russian Federation",
                "country_code": "RUS",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_18_20200803142401.jpg",
                "timezone_name": "Asia/Yakutsk",
                "total_launch_count": 17,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_83_20200803143544.jpg",
            "total_launch_count": 16,
            "orbital_launch_attempt_count": 16
        }
    ]
}