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

Response

200 - application/json

Successful response.

An object containing a list of ttfb regions

data
object[]

An array of region objects