API endpoint that allows Location instances to be viewed.

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

FILTERS: Parameters - 'name', 'country_code', 'id' Example - /2.2.0/location/?country_code=USA

GET /2.2.0/location/143/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 143,
    "name": "SpaceX Starbase, TX, USA",
    "country_code": "USA",
    "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
    "timezone_name": "America/Chicago",
    "total_launch_count": 17,
    "total_landing_count": 13,
    "pads": [
        {
            "id": 111,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/111/?format=api",
            "agency_id": 121,
            "name": "Suborbital Pad A",
            "description": "Suborbital Pad A was used for Starhopper flights, the SN5 and SN6 hops, as well as multiple Starship high altitude flight tests. It was demolished at the end of 2023, to make room for a second orbital pad.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_South_Texas_Launch_Site",
            "map_url": "https://www.google.com/maps?q=25.997116,-97.15503099856647",
            "latitude": 25.997116,
            "longitude": -97.15503099856647,
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_111_20200803143229.jpg",
            "total_launch_count": 7
        },
        {
            "id": 187,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/187/?format=api",
            "agency_id": 121,
            "name": "Suborbital Pad B",
            "description": "Suborbital Pad B was used for 2 Starship high altitude flight tests. It is now being used for static fire tests",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_South_Texas_Launch_Site",
            "map_url": "https://www.google.com/maps?q=25.997116,-97.15503099856647",
            "latitude": 25.997116,
            "longitude": -97.15503099856647,
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_pad_b_20201211004226.jpg",
            "total_launch_count": 2
        },
        {
            "id": 188,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/188/?format=api",
            "agency_id": 121,
            "name": "Orbital Launch Mount A",
            "description": "The first launch and landing pad of the full version of the combined SpaceX Starship and Superheavy booster. First used for launch in April 2023.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Pad_A_and_B)",
            "map_url": "https://www.google.com/maps?q=25.9962,-97.154423",
            "latitude": 25.9962,
            "longitude": -97.154423,
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_a_20210514061342.jpg",
            "total_launch_count": 8
        },
        {
            "id": 235,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/235/?format=api",
            "agency_id": 121,
            "name": "Orbital Launch Mount B",
            "description": "The second launch and landing pad of the full version of the combined SpaceX Starship and Superheavy booster. To be first used for launch in 2025.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Pad_A_and_B)",
            "map_url": "https://www.google.com/maps?q=25.996603,-97.158251",
            "latitude": 25.996603,
            "longitude": -97.158251,
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_b_20241126031254.jpg",
            "total_launch_count": 0
        }
    ]
}