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=-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=-name",
    "previous": "https://ll.thespacedevs.com/2.2.0/pad/?format=api&limit=10&ordering=-name",
    "results": [
        {
            "id": 101,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/101/?format=api",
            "agency_id": null,
            "name": "Unknown Pad",
            "description": "",
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=0.0,0.0",
            "latitude": null,
            "longitude": null,
            "location": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.2.0/location/3/?format=api",
                "name": "Sea Launch",
                "country_code": "???",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_3_20200803142448.jpg",
                "timezone_name": "",
                "total_launch_count": 49,
                "total_landing_count": 0
            },
            "country_code": "",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_101_20200803143204.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 69,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/69/?format=api",
            "agency_id": null,
            "name": "Unknown Pad",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=30.401,130.977",
            "latitude": "30.401",
            "longitude": "130.977",
            "location": {
                "id": 26,
                "url": "https://ll.thespacedevs.com/2.2.0/location/26/?format=api",
                "name": "Tanegashima Space Center, Japan",
                "country_code": "JPN",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_26_20200803142507.jpg",
                "timezone_name": "Asia/Tokyo",
                "total_launch_count": 90,
                "total_landing_count": 0
            },
            "country_code": "JPN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_69_20200803143529.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 86,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/86/?format=api",
            "agency_id": 17,
            "name": "Unknown Pad",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
            "map_url": "https://www.google.com/maps?q=28.246017,102.026556",
            "latitude": "28.246017",
            "longitude": "102.026556",
            "location": {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.2.0/location/16/?format=api",
                "name": "Xichang Satellite Launch Center, People's Republic of China",
                "country_code": "CHN",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_16_20200803142513.jpg",
                "timezone_name": "Asia/Shanghai",
                "total_launch_count": 205,
                "total_landing_count": 0
            },
            "country_code": "CHN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_86_20200803143555.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 210,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/210/?format=api",
            "agency_id": null,
            "name": "Unknown Pad",
            "description": null,
            "info_url": null,
            "wiki_url": null,
            "map_url": null,
            "latitude": "-39.260881",
            "longitude": "177.865826",
            "location": {
                "id": 10,
                "url": "https://ll.thespacedevs.com/2.2.0/location/10/?format=api",
                "name": "Onenui Station, Mahia Peninsula, New Zealand",
                "country_code": "NZL",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_10_20200803142509.jpg",
                "timezone_name": "Pacific/Auckland",
                "total_launch_count": 43,
                "total_landing_count": 17
            },
            "country_code": "NZL",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_210_20230819165718.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 68,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/68/?format=api",
            "agency_id": null,
            "name": "Unknown Pad",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=45.92,63.342",
            "latitude": "45.92",
            "longitude": "63.342",
            "location": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                "country_code": "KAZ",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                "timezone_name": "Asia/Qyzylorda",
                "total_launch_count": 1548,
                "total_landing_count": 0
            },
            "country_code": "KAZ",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_68_20200803143521.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": 78,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/78/?format=api",
            "agency_id": null,
            "name": "Unknown Pad",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Satellite_Launch_Center",
            "map_url": "https://www.google.com/maps?q=19.614354,110.951057",
            "latitude": "19.614354",
            "longitude": "110.951057",
            "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_78_20200803143548.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 60,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/60/?format=api",
            "agency_id": null,
            "name": "Unknown Pad",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=38.849,111.608",
            "latitude": "38.849",
            "longitude": "111.608",
            "location": {
                "id": 19,
                "url": "https://ll.thespacedevs.com/2.2.0/location/19/?format=api",
                "name": "Taiyuan Satellite Launch Center, People's Republic of China",
                "country_code": "CHN",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_19_20200803142421.jpg",
                "timezone_name": "Asia/Shanghai",
                "total_launch_count": 126,
                "total_landing_count": 0
            },
            "country_code": "CHN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_60_20200803143606.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 48,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/48/?format=api",
            "agency_id": 163,
            "name": "Unknown Pad",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=62.925556,40.577778",
            "latitude": "62.925556",
            "longitude": "40.577778",
            "location": {
                "id": 6,
                "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
                "name": "Plesetsk Cosmodrome, Russian Federation",
                "country_code": "RUS",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_6_20200803142434.jpg",
                "timezone_name": "Europe/Moscow",
                "total_launch_count": 1668,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_48_20200803143459.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 72,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/72/?format=api",
            "agency_id": null,
            "name": "Unknown Pad",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=28.458,-80.528",
            "latitude": "28.458",
            "longitude": "-80.528",
            "location": {
                "id": 12,
                "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                "name": "Cape Canaveral, FL, USA",
                "country_code": "USA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 952,
                "total_landing_count": 51
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_72_20200803143403.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        }
    ]
}