Skip to main content
GET
/
v1
/
locations
List all locations
curl --request GET \
  --url https://api.speedvitals.com/v1/locations
{
  "data": [
    {
      "id": "us",
      "name": "United States",
      "full_name": "South Carolina, US",
      "region": "America"
    },
    {
      "id": "de",
      "name": "Germany",
      "full_name": "Frankfurt, Germany",
      "region": "Europe"
    }
  ]
}

Response

200 - application/json

Successful response.

An object containing a list of location objects

data
object[]

An array of location objects