Skip to main content
GET
/
v1
/
ttfb-regions
/
{id}
Get a TTFB region
curl --request GET \
  --url https://api.speedvitals.com/v1/ttfb-regions/{id}
{
  "id": "asia",
  "name": "Asia Pacific and Africa",
  "locations": [
    {
      "id": "del",
      "name": "Delhi"
    }
  ]
}

Path Parameters

id
string
required

Region id

Maximum string length: 5000

Response

Successful response.

id
enum<string>
Available options:
asia,
america,
europe
Example:

"asia"

name
string
Example:

"Asia Pacific and Africa"

locations
object[]