GET /v1/locations
curl \
-X GET https://api.speedvitals.com/v1/locations
Response examples (200)
{
"data": [
{
"id": "us",
"name": "United States",
"full_name": "South Carolina, US",
"region": "America"
},
{
"id": "de",
"name": "Germany",
"full_name": "Frankfurt, Germany",
"region": "Europe"
},
"{...}",
"{...}"
]
}
Response examples (200)
{
"data": [
{
"id": "us",
"name": "United States",
"region": "America",
"full_name": "South Carolina, US"
},
{
"id": "de",
"name": "Germany",
"region": "Europe",
"full_name": "Frankfurt, Germany"
},
"{...}",
"{...}"
]
}