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=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=10&ordering=name",
    "previous": null,
    "results": [
        {
            "id": 175,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/175/?format=api",
            "agency_id": null,
            "name": "101",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
            "map_url": "https://www.google.com/maps?q=19.614334,110.951011",
            "latitude": "19.614334",
            "longitude": "110.951011",
            "location": {
                "id": 8,
                "url": "https://ll.thespacedevs.com/2.2.0/location/8/?format=api",
                "name": "Wenchang Space Launch Site, People's Republic of China",
                "country_code": "CHN",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_8_20200803142445.jpg",
                "timezone_name": "Asia/Shanghai",
                "total_launch_count": 28,
                "total_landing_count": 0
            },
            "country_code": "CHN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_175_20200803143424.jpg",
            "total_launch_count": 11,
            "orbital_launch_attempt_count": 11
        },
        {
            "id": 136,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/136/?format=api",
            "agency_id": null,
            "name": "107",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
            "map_url": "https://www.google.com/maps?q=48.540716,46.296826",
            "latitude": "48.540716",
            "longitude": "46.296826",
            "location": {
                "id": 30,
                "url": "https://ll.thespacedevs.com/2.2.0/location/30/?format=api",
                "name": "Kapustin Yar, Russian Federation",
                "country_code": "RUS",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_30_20200803142515.jpg",
                "timezone_name": "Europe/Volgograd",
                "total_launch_count": 101,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_136_20200803143342.jpg",
            "total_launch_count": 3,
            "orbital_launch_attempt_count": 3
        },
        {
            "id": 137,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/137/?format=api",
            "agency_id": null,
            "name": "107/1",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
            "map_url": "https://www.google.com/maps?q=48.540716,46.296826",
            "latitude": "48.540716",
            "longitude": "46.296826",
            "location": {
                "id": 30,
                "url": "https://ll.thespacedevs.com/2.2.0/location/30/?format=api",
                "name": "Kapustin Yar, Russian Federation",
                "country_code": "RUS",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_30_20200803142515.jpg",
                "timezone_name": "Europe/Volgograd",
                "total_launch_count": 101,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_137_20200803143332.jpg",
            "total_launch_count": 20,
            "orbital_launch_attempt_count": 20
        },
        {
            "id": 138,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/138/?format=api",
            "agency_id": null,
            "name": "107/2",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
            "map_url": "https://www.google.com/maps?q=48.540716,46.296826",
            "latitude": "48.540716",
            "longitude": "46.296826",
            "location": {
                "id": 30,
                "url": "https://ll.thespacedevs.com/2.2.0/location/30/?format=api",
                "name": "Kapustin Yar, Russian Federation",
                "country_code": "RUS",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_30_20200803142515.jpg",
                "timezone_name": "Europe/Volgograd",
                "total_launch_count": 101,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_138_20200803143400.jpg",
            "total_launch_count": 4,
            "orbital_launch_attempt_count": 4
        },
        {
            "id": 12,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/12/?format=api",
            "agency_id": null,
            "name": "109/95",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=45.95112,63.497095",
            "latitude": "45.95112",
            "longitude": "63.497095",
            "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_12_20200803143322.jpg",
            "total_launch_count": 12,
            "orbital_launch_attempt_count": 12
        },
        {
            "id": 103,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/103/?format=api",
            "agency_id": null,
            "name": "110/37 (110L)",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=45.964747,63.304744",
            "latitude": "45.964747",
            "longitude": "63.304744",
            "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_103_20200803143220.jpg",
            "total_launch_count": 3,
            "orbital_launch_attempt_count": 3
        },
        {
            "id": 102,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/102/?format=api",
            "agency_id": null,
            "name": "110/38 (110R)",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=45.962121,63.310212",
            "latitude": "45.962121",
            "longitude": "63.310212",
            "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_102_20200803143218.jpg",
            "total_launch_count": 2,
            "orbital_launch_attempt_count": 2
        },
        {
            "id": 159,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/159/?format=api",
            "agency_id": null,
            "name": "131",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=46.072,62.953806",
            "latitude": "46.072",
            "longitude": "62.953806",
            "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_159_20200803143326.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1
        },
        {
            "id": 28,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/28/?format=api",
            "agency_id": 163,
            "name": "132/1 (132L)",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=62.883229,40.868549",
            "latitude": "62.883229",
            "longitude": "40.868549",
            "location": {
                "id": 6,
                "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
                "name": "Plesetsk Cosmodrome, Russian Federation",
                "country_code": "RUS",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_6_20200803142434.jpg",
                "timezone_name": "Europe/Moscow",
                "total_launch_count": 1667,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_28_20200803143254.jpg",
            "total_launch_count": 212,
            "orbital_launch_attempt_count": 212
        },
        {
            "id": 167,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/167/?format=api",
            "agency_id": null,
            "name": "132/2",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=62.883,40.869806",
            "latitude": "62.883",
            "longitude": "40.869806",
            "location": {
                "id": 6,
                "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
                "name": "Plesetsk Cosmodrome, Russian Federation",
                "country_code": "RUS",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_6_20200803142434.jpg",
                "timezone_name": "Europe/Moscow",
                "total_launch_count": 1667,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_167_20200803143417.jpg",
            "total_launch_count": 172,
            "orbital_launch_attempt_count": 172
        }
    ]
}