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=20&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=30&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.2.0/pad/?format=api&limit=10&offset=10&ordering=name",
    "results": [
        {
            "id": 130,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/130/?format=api",
            "agency_id": null,
            "name": "200/40",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_200",
            "map_url": "https://www.google.com/maps?q=46.0336111,63.0266949",
            "latitude": "46.0336111",
            "longitude": "63.0266949",
            "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_130_20200803143249.jpg",
            "total_launch_count": 64,
            "orbital_launch_attempt_count": 64
        },
        {
            "id": 176,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/176/?format=api",
            "agency_id": null,
            "name": "201",
            "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.618452,110.955356",
            "latitude": "19.618452",
            "longitude": "110.955356",
            "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": 29,
                "total_landing_count": 0
            },
            "country_code": "CHN",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_176_20200803143412.jpg",
            "total_launch_count": 17,
            "orbital_launch_attempt_count": 17
        },
        {
            "id": 163,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/163/?format=api",
            "agency_id": null,
            "name": "250",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=46.008,63.302806",
            "latitude": "46.008",
            "longitude": "63.302806",
            "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_163_20200803143510.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1
        },
        {
            "id": 20,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/20/?format=api",
            "agency_id": null,
            "name": "31/6",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
            "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
            "latitude": "45.996034",
            "longitude": "63.564003",
            "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_20_20200803143516.jpg",
            "total_launch_count": 415,
            "orbital_launch_attempt_count": 415
        },
        {
            "id": 126,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/126/?format=api",
            "agency_id": 63,
            "name": "32/1",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
            "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
            "latitude": "62.9063889",
            "longitude": "40.7844727",
            "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": 1668,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_126_20200803143238.jpg",
            "total_launch_count": 57,
            "orbital_launch_attempt_count": 57
        },
        {
            "id": 127,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/127/?format=api",
            "agency_id": 63,
            "name": "32/2",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
            "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
            "latitude": "62.9063889",
            "longitude": "40.7844727",
            "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": 1668,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_127_20200803143245.jpg",
            "total_launch_count": 65,
            "orbital_launch_attempt_count": 65
        },
        {
            "id": 42,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/42/?format=api",
            "agency_id": 163,
            "name": "35/1",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_35",
            "map_url": "https://www.google.com/maps?q=62.927319,40.574897",
            "latitude": "62.927319",
            "longitude": "40.574897",
            "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": 1668,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_42_20200803143543.jpg",
            "total_launch_count": 6,
            "orbital_launch_attempt_count": 6
        },
        {
            "id": 182,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/182/?format=api",
            "agency_id": null,
            "name": "370/11",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Dombarovsky_Air_Base",
            "map_url": "https://www.google.com/maps?q=51.0938889,59.8400282",
            "latitude": "51.0938889",
            "longitude": "59.8400282",
            "location": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.2.0/location/5/?format=api",
                "name": "Dombarovskiy, Russian Federation",
                "country_code": "RUS",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_5_20200803142425.jpg",
                "timezone_name": "Asia/Yekaterinburg",
                "total_launch_count": 10,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_182_20200803143504.jpg",
            "total_launch_count": 2,
            "orbital_launch_attempt_count": 2
        },
        {
            "id": 183,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/183/?format=api",
            "agency_id": null,
            "name": "370/13",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Dombarovsky_Air_Base",
            "map_url": "https://www.google.com/maps?q=51.0938889,59.8400282",
            "latitude": "51.0938889",
            "longitude": "59.8400282",
            "location": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.2.0/location/5/?format=api",
                "name": "Dombarovskiy, Russian Federation",
                "country_code": "RUS",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_5_20200803142425.jpg",
                "timezone_name": "Asia/Yekaterinburg",
                "total_launch_count": 10,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_183_20200803143512.jpg",
            "total_launch_count": 8,
            "orbital_launch_attempt_count": 8
        },
        {
            "id": 168,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/168/?format=api",
            "agency_id": null,
            "name": "41/1",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=62.941,40.526806",
            "latitude": "62.941",
            "longitude": "40.526806",
            "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": 1668,
                "total_landing_count": 0
            },
            "country_code": "RUS",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_168_20200803143446.jpg",
            "total_launch_count": 310,
            "orbital_launch_attempt_count": 310
        }
    ]
}