API endpoint that allows Location instances to be viewed.

GET: Return a list of all the existing location instances.

FILTERS: Parameters - 'name', 'location' Example - /2.0.0/pad/?location=12

GET /2.0.0/pad/?format=api&offset=40
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 220,
    "next": "https://lldev.thespacedevs.com/2.0.0/pad/?format=api&limit=10&offset=50",
    "previous": "https://lldev.thespacedevs.com/2.0.0/pad/?format=api&limit=10&offset=30",
    "results": [
        {
            "id": 192,
            "url": "https://lldev.thespacedevs.com/2.0.0/pad/192/?format=api",
            "agency_id": 41,
            "name": "LC-2",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Naro_Space_Center",
            "map_url": "https://www.google.com/maps?q=34.431867,127.535069",
            "latitude": "34.431867",
            "longitude": "127.535069",
            "location": {
                "id": 9,
                "url": "https://lldev.thespacedevs.com/2.0.0/location/9/?format=api",
                "name": "Naro Space Center, South Korea",
                "country_code": "KOR",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_9_20200803142441.jpg",
                "total_launch_count": 7,
                "total_landing_count": 0
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_lc-2_20210812070305.jpg",
            "total_launch_count": 4
        },
        {
            "id": 65,
            "url": "https://lldev.thespacedevs.com/2.0.0/pad/65/?format=api",
            "agency_id": 147,
            "name": "Rocket Lab Launch Complex 1A",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Lab_Launch_Complex_1",
            "map_url": "https://www.google.com/maps?q=-39.262833,177.864469",
            "latitude": "-39.262833",
            "longitude": "177.864469",
            "location": {
                "id": 10,
                "url": "https://lldev.thespacedevs.com/2.0.0/location/10/?format=api",
                "name": "Rocket Lab Launch Complex 1, Mahia Peninsula, New Zealand",
                "country_code": "NZL",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_10_20200803142509.jpg",
                "total_launch_count": 58,
                "total_landing_count": 17
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_65_20200803143549.jpg",
            "total_launch_count": 30
        },
        {
            "id": 185,
            "url": "https://lldev.thespacedevs.com/2.0.0/pad/185/?format=api",
            "agency_id": 147,
            "name": "Rocket Lab Launch Complex 1B",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Lab_Launch_Complex_1",
            "map_url": "https://www.google.com/maps?q=-39.262833,177.864469",
            "latitude": "-39.262833",
            "longitude": "177.864469",
            "location": {
                "id": 10,
                "url": "https://lldev.thespacedevs.com/2.0.0/location/10/?format=api",
                "name": "Rocket Lab Launch Complex 1, Mahia Peninsula, New Zealand",
                "country_code": "NZL",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_10_20200803142509.jpg",
                "total_launch_count": 58,
                "total_landing_count": 17
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_185_20200803143540.jpg",
            "total_launch_count": 28
        },
        {
            "id": 210,
            "url": "https://lldev.thespacedevs.com/2.0.0/pad/210/?format=api",
            "agency_id": null,
            "name": "Unknown Pad",
            "info_url": null,
            "wiki_url": null,
            "map_url": null,
            "latitude": "-39.260881",
            "longitude": "177.865826",
            "location": {
                "id": 10,
                "url": "https://lldev.thespacedevs.com/2.0.0/location/10/?format=api",
                "name": "Rocket Lab Launch Complex 1, Mahia Peninsula, New Zealand",
                "country_code": "NZL",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_10_20200803142509.jpg",
                "total_launch_count": 58,
                "total_landing_count": 17
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_210_20230819165718.jpg",
            "total_launch_count": 0
        },
        {
            "id": 24,
            "url": "https://lldev.thespacedevs.com/2.0.0/pad/24/?format=api",
            "agency_id": 161,
            "name": "Space Launch Complex 3E",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3E",
            "map_url": "https://www.google.com/maps?q=34.64,-120.5895",
            "latitude": "34.64",
            "longitude": "-120.5895",
            "location": {
                "id": 11,
                "url": "https://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
                "name": "Vandenberg SFB, CA, USA",
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                "total_launch_count": 807,
                "total_landing_count": 26
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_24_20200803143552.jpg",
            "total_launch_count": 48
        },
        {
            "id": 93,
            "url": "https://lldev.thespacedevs.com/2.0.0/pad/93/?format=api",
            "agency_id": 161,
            "name": "Space Launch Complex 3W",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3W",
            "map_url": "https://www.google.com/maps?q=34.644,-120.593",
            "latitude": "34.644",
            "longitude": "-120.593",
            "location": {
                "id": 11,
                "url": "https://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
                "name": "Vandenberg SFB, CA, USA",
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                "total_launch_count": 807,
                "total_landing_count": 26
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_93_20200803143225.jpg",
            "total_launch_count": 81
        },
        {
            "id": 8,
            "url": "https://lldev.thespacedevs.com/2.0.0/pad/8/?format=api",
            "agency_id": 161,
            "name": "Space Launch Complex 8",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_8",
            "map_url": "https://www.google.com/maps?q=34.57635,-120.63245",
            "latitude": "34.57635",
            "longitude": "-120.63245",
            "location": {
                "id": 11,
                "url": "https://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
                "name": "Vandenberg SFB, CA, USA",
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                "total_launch_count": 807,
                "total_landing_count": 26
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_8_20200803143300.jpg",
            "total_launch_count": 9
        },
        {
            "id": 16,
            "url": "https://lldev.thespacedevs.com/2.0.0/pad/16/?format=api",
            "agency_id": null,
            "name": "Space Launch Complex 4E",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
            "map_url": "https://www.google.com/maps?q=34.632,-120.611",
            "latitude": "34.632",
            "longitude": "-120.611",
            "location": {
                "id": 11,
                "url": "https://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
                "name": "Vandenberg SFB, CA, USA",
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                "total_launch_count": 807,
                "total_landing_count": 26
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
            "total_launch_count": 193
        },
        {
            "id": 154,
            "url": "https://lldev.thespacedevs.com/2.0.0/pad/154/?format=api",
            "agency_id": null,
            "name": "Space Launch Complex 5",
            "info_url": "http://www.astronautix.com/v/vandenbergslc5.html",
            "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_5",
            "map_url": "https://www.google.com/maps?q=34.6080,-120.6247",
            "latitude": "34.608",
            "longitude": "-120.6247",
            "location": {
                "id": 11,
                "url": "https://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
                "name": "Vandenberg SFB, CA, USA",
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                "total_launch_count": 807,
                "total_landing_count": 26
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_154_20200803143408.jpg",
            "total_launch_count": 69
        },
        {
            "id": 170,
            "url": "https://lldev.thespacedevs.com/2.0.0/pad/170/?format=api",
            "agency_id": null,
            "name": "576B3",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/List_of_Vandenberg_Air_Force_Base_launch_facilities",
            "map_url": "https://www.google.com/maps?q=34.7897222,-120.5980273",
            "latitude": "34.7897222",
            "longitude": "-120.5980273",
            "location": {
                "id": 11,
                "url": "https://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
                "name": "Vandenberg SFB, CA, USA",
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                "total_launch_count": 807,
                "total_landing_count": 26
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_170_20200803143421.jpg",
            "total_launch_count": 7
        }
    ]
}