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&limit=10&offset=200
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=210",
    "previous": "https://ll.thespacedevs.com/2.2.0/pad/?format=api&limit=10&offset=190",
    "results": [
        {
            "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": 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
        },
        {
            "id": 183,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/183/?format=api",
            "agency_id": null,
            "name": "370/13",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Dombarovsky_Air_Base",
            "map_url": "https://www.google.com/maps?q=51.0938889,59.8400282",
            "latitude": "51.0938889",
            "longitude": "59.8400282",
            "location": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.2.0/location/5/?format=api",
                "name": "Dombarovskiy, Russian Federation",
                "country_code": "RUS",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_5_20200803142425.jpg",
                "timezone_name": "Asia/Yekaterinburg",
                "total_launch_count": 10,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_183_20200803143512.jpg",
            "total_launch_count": 8,
            "orbital_launch_attempt_count": 8
        },
        {
            "id": 190,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
            "agency_id": 1024,
            "name": "Mojave Air and Space Port",
            "description": null,
            "info_url": "https://www.mojaveairport.com/",
            "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
            "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
            "latitude": "35.0594444",
            "longitude": "-118.1538607",
            "location": {
                "id": 144,
                "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
                "name": "Air launch to Suborbital flight",
                "country_code": "???",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                "timezone_name": "",
                "total_launch_count": 85,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_190_20210522160913.jpg",
            "total_launch_count": 53,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 98,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/98/?format=api",
            "agency_id": 161,
            "name": "Space Launch Complex 2E",
            "description": "SLC-2E,  was used for Delta, Thor-Agena and Thorad launches between 1966 and 1972 and has been demolished",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
            "map_url": "https://www.google.com/maps?q=34.7516,-120.6192",
            "latitude": "34.7516",
            "longitude": "-120.6192",
            "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": 755,
                "total_landing_count": 18
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_98_20200803143228.jpg",
            "total_launch_count": 47,
            "orbital_launch_attempt_count": 47
        },
        {
            "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": 952,
                "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": 14,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
            "agency_id": null,
            "name": "Space Launch Complex 17A",
            "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.4472,-80.565",
            "latitude": "28.4472",
            "longitude": "-80.565",
            "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_14_20200803143451.jpg",
            "total_launch_count": 145,
            "orbital_launch_attempt_count": 145
        },
        {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/17/?format=api",
            "agency_id": 1048,
            "name": "Space Launch Complex 14",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_14",
            "map_url": "https://www.google.com/maps?q=28.49103,-80.54687",
            "latitude": "28.49103",
            "longitude": "-80.54687",
            "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_17_20200803143405.jpg",
            "total_launch_count": 20,
            "orbital_launch_attempt_count": 15
        },
        {
            "id": 18,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/18/?format=api",
            "agency_id": null,
            "name": "Launch Complex 19",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_19",
            "map_url": "https://www.google.com/maps?q=28.506898,-80.554169",
            "latitude": "28.506898",
            "longitude": "-80.554169",
            "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_18_20200803143356.jpg",
            "total_launch_count": 12,
            "orbital_launch_attempt_count": 11
        },
        {
            "id": 27,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/27/?format=api",
            "agency_id": null,
            "name": "Space Launch Complex 46",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Spaceport_Florida_Launch_Complex_46",
            "map_url": "https://www.google.com/maps?q=28.4584,-80.5284",
            "latitude": "28.4584",
            "longitude": "-80.5284",
            "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_27_20200803143319.jpg",
            "total_launch_count": 6,
            "orbital_launch_attempt_count": 5
        }
    ]
}