API endpoint that allows Location instances to be viewed.

GET:
Return a list of all the existing location instances.

FILTERS:
Parameters - 'name', 'location'
Example - /2.0.0/pad/?location=12

GET /2.0.0/pad/?format=api&limit=10&offset=10
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 214,
    "next": "https://ll.thespacedevs.com/2.0.0/pad/?format=api&limit=10&offset=20",
    "previous": "https://ll.thespacedevs.com/2.0.0/pad/?format=api&limit=10",
    "results": [
        {
            "id": 21,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/21/?format=api",
            "agency_id": null,
            "name": "Launch Area 95A",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
            "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
            "latitude": "40.969117",
            "longitude": "100.343333",
            "location": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
                "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                "country_code": "CHN",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_17_20200803142429.jpg",
                "total_launch_count": 224,
                "total_landing_count": 0
            },
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_21_20200803143253.jpg",
            "total_launch_count": 51
        },
        {
            "id": 186,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/186/?format=api",
            "agency_id": 88,
            "name": "Tai Rui mobile launch platform",
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=34.899444,121.190278",
            "latitude": "34.899444",
            "longitude": "121.190278",
            "location": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.0.0/location/3/?format=api",
                "name": "Sea Launch",
                "country_code": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_3_20200803142448.jpg",
                "total_launch_count": 49,
                "total_landing_count": 0
            },
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_long_march_11_launch_platform_20200901183938.jpg",
            "total_launch_count": 3
        },
        {
            "id": 196,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/196/?format=api",
            "agency_id": 44,
            "name": "Launch Area 4",
            "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.0.0/location/21/?format=api",
                "name": "Wallops Island, Virginia, USA",
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_21_20200803142423.jpg",
                "total_launch_count": 78,
                "total_landing_count": 0
            },
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_launch_area_4_20210901092808.jpg",
            "total_launch_count": 1
        },
        {
            "id": 200,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/200/?format=api",
            "agency_id": null,
            "name": "Launch Complex 9A",
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=38.8583,111.5802",
            "latitude": "38.8583",
            "longitude": "111.5802",
            "location": {
                "id": 19,
                "url": "https://ll.thespacedevs.com/2.0.0/location/19/?format=api",
                "name": "Taiyuan Satellite Launch Center, People's Republic of China",
                "country_code": "CHN",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_19_20200803142421.jpg",
                "total_launch_count": 125,
                "total_landing_count": 0
            },
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_launch_complex_9a_20220330003717.jpg",
            "total_launch_count": 5
        },
        {
            "id": 66,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/66/?format=api",
            "agency_id": 17,
            "name": "Launch Complex 3 (LC-3/LA-1)",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
            "map_url": "https://www.google.com/maps?q=28.247209,102.02917",
            "latitude": "28.247209",
            "longitude": "102.02917",
            "location": {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.0.0/location/16/?format=api",
                "name": "Xichang Satellite Launch Center, People's Republic of China",
                "country_code": "CHN",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_16_20200803142513.jpg",
                "total_launch_count": 204,
                "total_landing_count": 0
            },
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_66_20200803143611.jpg",
            "total_launch_count": 91
        },
        {
            "id": 202,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/202/?format=api",
            "agency_id": 1038,
            "name": "Suborbital Launch Ramp",
            "info_url": "https://ela.space/arnhem-space-centre/",
            "wiki_url": "https://en.wikipedia.org/wiki/Arnhem_Land#Economy",
            "map_url": "https://www.google.com/maps?q=-12.3892948,136.7903215",
            "latitude": "-12.3892948",
            "longitude": "136.7903215",
            "location": {
                "id": 160,
                "url": "https://ll.thespacedevs.com/2.0.0/location/160/?format=api",
                "name": "Arnhem Space Centre",
                "country_code": "AUS",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_arnhem_space_centre_20220622160552.jpg",
                "total_launch_count": 3,
                "total_landing_count": 0
            },
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_suborbital_launch_ramp_20220625184504.jpg",
            "total_launch_count": 3
        },
        {
            "id": 95,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/95/?format=api",
            "agency_id": 161,
            "name": "Space Launch Complex 1W",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_1",
            "map_url": "https://www.google.com/maps?q=34.7572,-120.6303",
            "latitude": "34.7572",
            "longitude": "-120.6303",
            "location": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                "name": "Vandenberg SFB, CA, USA",
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_11_20200803142416.jpg",
                "total_launch_count": 752,
                "total_landing_count": 17
            },
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_95_20200803143209.jpg",
            "total_launch_count": 56
        },
        {
            "id": 122,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/122/?format=api",
            "agency_id": 161,
            "name": "Launch Complex 36B",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
            "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
            "latitude": "28.4705556",
            "longitude": "-80.542194",
            "location": {
                "id": 12,
                "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                "name": "Cape Canaveral, FL, USA",
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
                "total_launch_count": 949,
                "total_landing_count": 51
            },
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_122_20200803143232.jpg",
            "total_launch_count": 76
        },
        {
            "id": 129,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/129/?format=api",
            "agency_id": null,
            "name": "175/58",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=46.051,62.984806",
            "latitude": "46.051",
            "longitude": "62.984806",
            "location": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                "total_launch_count": 1548,
                "total_landing_count": 0
            },
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_129_20200803143247.jpg",
            "total_launch_count": 1
        },
        {
            "id": 157,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/157/?format=api",
            "agency_id": null,
            "name": "Mobile Launcher Pad",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
            "map_url": "https://www.google.com/maps?q=28.242774,102.032944",
            "latitude": "28.242774",
            "longitude": "102.032944",
            "location": {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.0.0/location/16/?format=api",
                "name": "Xichang Satellite Launch Center, People's Republic of China",
                "country_code": "CHN",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_16_20200803142513.jpg",
                "total_launch_count": 204,
                "total_landing_count": 0
            },
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_157_20200803143359.jpg",
            "total_launch_count": 5
        }
    ]
}