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=220&ordering=-location__name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 234,
  "next": "https://ll.thespacedevs.com/2.2.0/pad/?format=api&limit=10&offset=230&ordering=-location__name",
  "previous": "https://ll.thespacedevs.com/2.2.0/pad/?format=api&limit=10&offset=210&ordering=-location__name",
  "results": [
    {
      "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
        "timezone_name": "",
        "total_launch_count": 86,
        "total_landing_count": 0
      },
      "country_code": "USA",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
        "timezone_name": "",
        "total_launch_count": 86,
        "total_landing_count": 0
      },
      "country_code": "USA",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
        "timezone_name": "",
        "total_launch_count": 86,
        "total_landing_count": 0
      },
      "country_code": "USA",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
      "total_launch_count": 14,
      "orbital_launch_attempt_count": 0
    },
    {
      "id": 46,
      "url": "https://ll.thespacedevs.com/2.2.0/pad/46/?format=api",
      "agency_id": 100,
      "name": "Gran Canaria",
      "description": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Gran_Canaria",
      "map_url": "https://www.google.com/maps?q=27.966667,-15.6",
      "latitude": "27.966667",
      "longitude": "-15.6",
      "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
        "timezone_name": "",
        "total_launch_count": 51,
        "total_landing_count": 0
      },
      "country_code": "ESP",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_46_20200803143312.jpg",
      "total_launch_count": 1,
      "orbital_launch_attempt_count": 1
    },
    {
      "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
        "timezone_name": "",
        "total_launch_count": 51,
        "total_landing_count": 0
      },
      "country_code": "USA",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_109_20200803143535.jpg",
      "total_launch_count": 0,
      "orbital_launch_attempt_count": 0
    },
    {
      "id": 110,
      "url": "https://ll.thespacedevs.com/2.2.0/pad/110/?format=api",
      "agency_id": null,
      "name": "Andersen Air Force Base",
      "description": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Andersen_Air_Force_Base",
      "map_url": "https://www.google.com/maps?q=13.581111,144.924444",
      "latitude": "13.581111",
      "longitude": "144.924444",
      "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
        "timezone_name": "",
        "total_launch_count": 51,
        "total_landing_count": 0
      },
      "country_code": "USA",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_110_20200803143558.jpg",
      "total_launch_count": 0,
      "orbital_launch_attempt_count": 0
    },
    {
      "id": 70,
      "url": "https://ll.thespacedevs.com/2.2.0/pad/70/?format=api",
      "agency_id": 100,
      "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": 20,
        "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
        "name": "Air launch to orbit",
        "country_code": "???",
        "description": "",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
        "timezone_name": "",
        "total_launch_count": 51,
        "total_landing_count": 0
      },
      "country_code": "USA",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_70_20200803143352.jpg",
      "total_launch_count": 5,
      "orbital_launch_attempt_count": 5
    },
    {
      "id": 59,
      "url": "https://ll.thespacedevs.com/2.2.0/pad/59/?format=api",
      "agency_id": null,
      "name": "Kwajalein Atoll",
      "description": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Kwajalein_Atoll",
      "map_url": "https://www.google.com/maps?q=8.716667,167.733333",
      "latitude": "8.716667",
      "longitude": "167.733333",
      "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
        "timezone_name": "",
        "total_launch_count": 51,
        "total_landing_count": 0
      },
      "country_code": "MHL",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_59_20200803143427.jpg",
      "total_launch_count": 4,
      "orbital_launch_attempt_count": 4
    },
    {
      "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
        "timezone_name": "",
        "total_launch_count": 51,
        "total_landing_count": 0
      },
      "country_code": "USA",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_52_20200803143305.jpg",
      "total_launch_count": 6,
      "orbital_launch_attempt_count": 6
    },
    {
      "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
        "timezone_name": "",
        "total_launch_count": 51,
        "total_landing_count": 0
      },
      "country_code": "USA",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_104_20200803143546.jpg",
      "total_launch_count": 0,
      "orbital_launch_attempt_count": 0
    }
  ]
}