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/81/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 81,
    "url": "https://ll.thespacedevs.com/2.2.0/pad/81/?format=api",
    "agency_id": 115,
    "name": "Soyuz Launch Complex",
    "description": "The Ensemble de Lancement Soyouz (ELS)  is a launch complex at the Guiana Space Centre in Kourou/Sinnamary, French Guiana. It was used by Soyuz-ST rockets: modified versions of the Soyuz-2 optimised for launch from Kourou under Soyuz at the Guiana Space Centre programme.",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Ensemble_de_Lancement_Soyouz",
    "map_url": "https://www.google.com/maps?q=5.3019,-52.8346",
    "latitude": "5.3019",
    "longitude": "-52.8346",
    "location": {
        "id": 13,
        "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
        "name": "Guiana Space Centre, French Guiana",
        "country_code": "GUF",
        "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_13_20200803142412.jpg",
        "timezone_name": "America/Cayenne",
        "total_launch_count": 320,
        "total_landing_count": 0
    },
    "country_code": "GUF",
    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_81_20200803143601.jpg",
    "total_launch_count": 26,
    "orbital_launch_attempt_count": 26
}