Skip to main content
GET
/
v1
/
locations
/
{id}
Get a location
curl --request GET \
  --url https://api.speedvitals.com/v1/locations/{id}
{
  "id": "us",
  "name": "United States",
  "full_name": "South Carolina, US",
  "region": "America"
}

Path Parameters

id
string
required

Location id

Maximum string length: 5000

Response

Successful response.

id
enum<string>
Available options:
us,
ca,
br,
de,
uk,
nl,
pl,
ch,
jp,
in,
sg,
au,
id,
kr,
tw
Example:

"us"

name
string
Example:

"United States"

full_name
string
Example:

"South Carolina, US"

region
enum<string>
Available options:
America,
Europe,
Asia Pacific
Example:

"America"