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=10&ordering=location__name
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=20&ordering=location__name",
    "previous": "https://ll.thespacedevs.com/2.2.0/pad/?format=api&limit=10&ordering=location__name",
    "results": [
        {
            "id": 52,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/52/?format=api",
            "agency_id": null,
            "name": "Wallops Flight Facility",
            "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": 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_52_20200803143305.jpg",
            "total_launch_count": 6,
            "orbital_launch_attempt_count": 6
        },
        {
            "id": 145,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/145/?format=api",
            "agency_id": null,
            "name": "Naval Air Weapons Station China Lake",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Naval_Air_Weapons_Station_China_Lake",
            "map_url": "https://www.google.com/maps?q=35.6855556,-117.6941384",
            "latitude": "35.6855556",
            "longitude": "-117.6941384",
            "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_145_20200803143330.jpg",
            "total_launch_count": 6,
            "orbital_launch_attempt_count": 6
        },
        {
            "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": 191,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/191/?format=api",
            "agency_id": 1024,
            "name": "Spaceport America",
            "description": null,
            "info_url": "https://www.spaceportamerica.com/",
            "wiki_url": "https://en.wikipedia.org/wiki/Spaceport_America",
            "map_url": "https://www.google.com/maps?q=32.9902778,-106.9719162",
            "latitude": "32.9902778",
            "longitude": "-106.9719162",
            "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_spaceport_america_20210522162030.jpg",
            "total_launch_count": 13,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 112,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/112/?format=api",
            "agency_id": null,
            "name": "Edwards Air Force Base",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Edwards_Air_Force_Base",
            "map_url": "https://www.google.com/maps?q=34.905556,-117.883611",
            "latitude": "34.905556",
            "longitude": "-117.883611",
            "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_112_20200803143214.jpg",
            "total_launch_count": 13,
            "orbital_launch_attempt_count": 0
        },
        {
            "id": 146,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/146/?format=api",
            "agency_id": null,
            "name": "VLS Pad",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Alc%C3%A2ntara_Launch_Center",
            "map_url": "https://www.google.com/maps?q=-2.3177,-44.369984",
            "latitude": "-2.3177",
            "longitude": "-44.369984",
            "location": {
                "id": 150,
                "url": "https://ll.thespacedevs.com/2.2.0/location/150/?format=api",
                "name": "Alcântara Launch Center, Federative Republic of Brazil",
                "country_code": "BRA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_150_20200803142405.jpg",
                "timezone_name": "America/Fortaleza",
                "total_launch_count": 2,
                "total_landing_count": 0
            },
            "country_code": "BRA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_146_20200803143337.jpg",
            "total_launch_count": 2,
            "orbital_launch_attempt_count": 2
        },
        {
            "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": 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": 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": 131,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/131/?format=api",
            "agency_id": null,
            "name": "45/2",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_45",
            "map_url": "https://www.google.com/maps?q=45.943,63.650806",
            "latitude": "45.943",
            "longitude": "63.650806",
            "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_131_20200803143339.jpg",
            "total_launch_count": 2,
            "orbital_launch_attempt_count": 2
        }
    ]
}