Path parameters
-
Region id
Maximum length is
5000
.
GET /v1/ttfb-regions/{id}
curl \
-X GET https://api.speedvitals.com/v1/ttfb-regions/{id}
Response examples (200)
{
"id": "asia",
"name": "Asia Pacific and Africa",
"locations": [
{
"id": "del",
"name": "Delhi"
},
{
"id": "sgp",
"name": "Singapore"
},
"{...}",
"{...}"
]
}
Response examples (200)
{
"id": "asia",
"name": "Asia Pacific and Africa",
"locations": [
{
"id": "del",
"name": "Delhi"
},
{
"id": "sgp",
"name": "Singapore"
},
"{...}",
"{...}"
]
}