cURL
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" } ] }
Returns a list of SpeedVitals supported locations
Successful response.
An object containing a list of location objects
An array of location objects
Show child attributes