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&ordering=id
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=10&ordering=id",
    "previous": null,
    "results": [
        {
            "id": 1,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/1/?format=api",
            "agency_id": null,
            "name": "Space Launch Complex 17B",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
            "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
            "latitude": "28.4458",
            "longitude": "-80.5657",
            "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": 949,
                "total_landing_count": 51
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_1_20200803143208.jpg",
            "total_launch_count": 132,
            "orbital_launch_attempt_count": 132
        },
        {
            "id": 2,
            "url": "https://ll.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://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_2_20200803143256.jpg",
            "total_launch_count": 46,
            "orbital_launch_attempt_count": 46
        },
        {
            "id": 3,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
            "agency_id": 163,
            "name": "133/3 (133L)",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
            "latitude": "62.886999",
            "longitude": "40.846984",
            "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": 1667,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_3_20200803143438.jpg",
            "total_launch_count": 159,
            "orbital_launch_attempt_count": 159
        },
        {
            "id": 4,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/4/?format=api",
            "agency_id": 44,
            "name": "Launch Complex 39B",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
            "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
            "latitude": "28.62711233",
            "longitude": "-80.62101503",
            "location": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                "name": "Kennedy Space Center, FL, USA",
                "country_code": "USA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 236,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_4_20200803143518.jpg",
            "total_launch_count": 58,
            "orbital_launch_attempt_count": 57
        },
        {
            "id": 5,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/5/?format=api",
            "agency_id": null,
            "name": "175/59",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=46.052,62.986",
            "latitude": "46.052",
            "longitude": "62.986",
            "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_5_20200803143217.jpg",
            "total_launch_count": 3,
            "orbital_launch_attempt_count": 3
        },
        {
            "id": 6,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/6/?format=api",
            "agency_id": null,
            "name": "Launch Area 2A",
            "description": null,
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=41.308833,100.316512",
            "latitude": "41.308833",
            "longitude": "100.316512",
            "location": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
                "name": "Jiuquan 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_17_20200803142429.jpg",
                "timezone_name": "Asia/Shanghai",
                "total_launch_count": 224,
                "total_landing_count": 0
            },
            "country_code": "CHN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_6_20200803143329.jpg",
            "total_launch_count": 2,
            "orbital_launch_attempt_count": 2
        },
        {
            "id": 7,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/7/?format=api",
            "agency_id": null,
            "name": "81/24 (81P)",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=46.071001,62.984999",
            "latitude": "46.071001",
            "longitude": "62.984999",
            "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_7_20200803143454.jpg",
            "total_launch_count": 92,
            "orbital_launch_attempt_count": 92
        },
        {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/8/?format=api",
            "agency_id": 161,
            "name": "Space Launch Complex 8",
            "description": "Space Launch Complex 8 (SLC-8), is a launch pad at Vandenberg Space Force Base in California, United States. It is used by Minotaur rockets. It was originally part of the California Spaceport, and was known as the Commercial Launch Facility (CLF) or Space Launch Facility (SLF).",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_8",
            "map_url": "https://www.google.com/maps?q=34.57635,-120.63245",
            "latitude": "34.57635",
            "longitude": "-120.63245",
            "location": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                "name": "Vandenberg SFB, CA, USA",
                "country_code": "USA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_11_20200803142416.jpg",
                "timezone_name": "America/Los_Angeles",
                "total_launch_count": 752,
                "total_landing_count": 17
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_8_20200803143300.jpg",
            "total_launch_count": 8,
            "orbital_launch_attempt_count": 8
        },
        {
            "id": 9,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/9/?format=api",
            "agency_id": 259,
            "name": "Launch Area 96",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/LandSpace",
            "map_url": "https://www.google.com/maps?q=40.91491,100.245488",
            "latitude": "40.91491",
            "longitude": "100.245488",
            "location": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
                "name": "Jiuquan 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_17_20200803142429.jpg",
                "timezone_name": "Asia/Shanghai",
                "total_launch_count": 224,
                "total_landing_count": 0
            },
            "country_code": "CHN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_9_20200803143341.jpg",
            "total_launch_count": 3,
            "orbital_launch_attempt_count": 3
        },
        {
            "id": 10,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/10/?format=api",
            "agency_id": 37,
            "name": "Osaki Launch Complex",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Tanegashima_Space_Center",
            "map_url": "https://www.google.com/maps?q=30.3993934,130.9702486",
            "latitude": "30.3993934",
            "longitude": "130.9702486",
            "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_10_20200803143519.jpg",
            "total_launch_count": 24,
            "orbital_launch_attempt_count": 24
        }
    ]
}