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=20&ordering=orbital_launch_attempt_count
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=30&ordering=orbital_launch_attempt_count",
    "previous": "https://ll.thespacedevs.com/2.2.0/pad/?format=api&limit=10&offset=10&ordering=orbital_launch_attempt_count",
    "results": [
        {
            "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": 166,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/166/?format=api",
            "agency_id": null,
            "name": "67/22",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=45.99,63.704806",
            "latitude": "45.99",
            "longitude": "63.704806",
            "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_166_20200803143503.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 206,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/206/?format=api",
            "agency_id": 1030,
            "name": "Space Launch Complex 15",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_15",
            "map_url": "https://www.google.com/maps?q=28.4963,-80.5493",
            "latitude": "28.4963",
            "longitude": "-80.5493",
            "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": 953,
                "total_landing_count": 51
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_space_launch_complex_15_20230308080759.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 194,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/194/?format=api",
            "agency_id": 165,
            "name": "Launch Complex 36",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/White_Sands_Launch_Complex_36",
            "map_url": "https://www.google.com/maps?q=32.416944,-106.321944",
            "latitude": "32.416944",
            "longitude": "-106.321944",
            "location": {
                "id": 155,
                "url": "https://ll.thespacedevs.com/2.2.0/location/155/?format=api",
                "name": "White Sands Missile Range",
                "country_code": "USA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_white_sands_missile_range_20210901072636.jpg",
                "timezone_name": "America/Denver",
                "total_launch_count": 5,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_launch_complex_36_20210901072730.jpg",
            "total_launch_count": 5,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 51,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/51/?format=api",
            "agency_id": null,
            "name": "Orbital Launch Pad",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/And%C3%B8ya_Space",
            "map_url": "https://www.google.com/maps?q=69.1084,15.5895",
            "latitude": "69.1084",
            "longitude": "15.5895",
            "location": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.2.0/location/161/?format=api",
                "name": "Andøya Spaceport",
                "country_code": "NOR",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_161_20240109072235.jpg",
                "timezone_name": "Europe/Oslo",
                "total_launch_count": 0,
                "total_landing_count": 0
            },
            "country_code": "NOR",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_51_20200803143605.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 213,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/213/?format=api",
            "agency_id": null,
            "name": "Launch Pad Callum",
            "description": "Multi-user launch pad located at SaxaVord Spaceport. Users include Skyrora, HyImpulse and Isar Aerospace.",
            "info_url": null,
            "wiki_url": null,
            "map_url": null,
            "latitude": null,
            "longitude": null,
            "location": {
                "id": 157,
                "url": "https://ll.thespacedevs.com/2.2.0/location/157/?format=api",
                "name": "SaxaVord Spaceport",
                "country_code": "GBR",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_saxavord_spaceport_20211102161146.jpg",
                "timezone_name": "Europe/London",
                "total_launch_count": 0,
                "total_landing_count": 0
            },
            "country_code": "GBR",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_launch_pad_callum_20231013025800.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": 109,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/109/?format=api",
            "agency_id": null,
            "name": "Cecil Air and Space Port",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Cecil_Airport",
            "map_url": "https://www.google.com/maps?q=30.224166,-81.876236",
            "latitude": "30.224166",
            "longitude": "-81.876236",
            "location": {
                "id": 20,
                "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
                "name": "Air launch to orbit",
                "country_code": "???",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_20_20200803142433.jpg",
                "timezone_name": "",
                "total_launch_count": 51,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_109_20200803143535.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 187,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/187/?format=api",
            "agency_id": 121,
            "name": "Suborbital Pad B",
            "description": "Suborbital Pad B was used for 2 Starship high altitude flight tests. It is now being used for static fire tests",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_South_Texas_Launch_Site",
            "map_url": "https://www.google.com/maps?q=25.997116,-97.15503099856647",
            "latitude": "25.997116",
            "longitude": "-97.15503099856647",
            "location": {
                "id": 143,
                "url": "https://ll.thespacedevs.com/2.2.0/location/143/?format=api",
                "name": "SpaceX Starbase, TX, USA",
                "country_code": "USA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_143_20200803142438.jpg",
                "timezone_name": "America/Chicago",
                "total_launch_count": 12,
                "total_landing_count": 9
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_launch_pad_b_20201211004226.jpg",
            "total_launch_count": 2,
            "orbital_launch_attempt_count": 0
        }
    ]
}