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=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=10&ordering=orbital_launch_attempt_count",
    "previous": null,
    "results": [
        {
            "id": 111,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/111/?format=api",
            "agency_id": 121,
            "name": "Suborbital Pad A",
            "description": "Suborbital Pad A was used for Starhopper flights, the SN5 and SN6 hops, as well as multiple Starship high altitude flight tests. It was demolished at the end of 2023, to make room for a second orbital pad.",
            "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_111_20200803143229.jpg",
            "total_launch_count": 7,
            "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": 201,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/201/?format=api",
            "agency_id": null,
            "name": "Launch Complex",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Sutherland_spaceport",
            "map_url": "https://www.google.com/maps?q=58.022058,-4.402414",
            "latitude": "58.022058",
            "longitude": "-4.402414",
            "location": {
                "id": 159,
                "url": "https://ll.thespacedevs.com/2.2.0/location/159/?format=api",
                "name": "Sutherland Spaceport",
                "country_code": "GBR",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_sutherland_spaceport_20220511180155.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_201_20220511181044.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 104,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/104/?format=api",
            "agency_id": null,
            "name": "Guam International Airport",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Antonio_B._Won_Pat_International_Airport",
            "map_url": "https://www.google.com/maps?q=13.483889,144.797222",
            "latitude": "13.483889",
            "longitude": "144.797222",
            "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_104_20200803143546.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 202,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/202/?format=api",
            "agency_id": 1038,
            "name": "Suborbital Launch Ramp",
            "description": null,
            "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.2.0/location/160/?format=api",
                "name": "Arnhem Space Centre",
                "country_code": "AUS",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_arnhem_space_centre_20220622160552.jpg",
                "timezone_name": "Australia/Darwin",
                "total_launch_count": 3,
                "total_landing_count": 0
            },
            "country_code": "AUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_suborbital_launch_ramp_20220625184504.jpg",
            "total_launch_count": 3,
            "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": 203,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/203/?format=api",
            "agency_id": 121,
            "name": "Launch Complex 39A Starship Pad",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39A",
            "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
            "latitude": "28.60822681",
            "longitude": "-80.60428186",
            "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_launch_complex_39a_20220818090654.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": 205,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/205/?format=api",
            "agency_id": 1045,
            "name": "Launch Pad Fredo",
            "description": null,
            "info_url": "https://saxavord.com/",
            "wiki_url": "https://en.wikipedia.org/wiki/SaxaVord_Spaceport",
            "map_url": "https://www.google.com/maps?q=60.81736038715111,-0.7626391593025057",
            "latitude": "60.81736038715111",
            "longitude": "-0.7626391593025057",
            "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_fredo_20230112225206.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        }
    ]
}