List all TTFB regions
Returns a list of SpeedVitals supported regions for TTFB test
GET /v1/ttfb-regions
curl \
-X GET https://api.speedvitals.com/v1/ttfb-regions
Response examples (200)
{
"data": [
{
"id": "asia",
"name": "Asia Pacific and Africa",
"locations": [
{
"id": "del",
"name": "Delhi"
},
{
"id": "sgp",
"name": "Singapore"
},
"{...}",
"{...}"
]
},
"{...}",
"{...}"
]
}
Response examples (200)
{
"data": [
{
"id": "asia",
"name": "Asia Pacific and Africa",
"locations": [
{
"id": "del",
"name": "Delhi"
},
{
"id": "sgp",
"name": "Singapore"
},
"{...}",
"{...}"
]
}
]
}