Get a TTFB region

GET /v1/ttfb-regions/{id}

Retrieves a TTFB region info

Path parameters

  • id string Required

    Region id

Responses

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