v1

latestOpenAPI 3.1.02026-07-2637098.0 KB

Get site details and settings

Retrieves details and settings for a specific site. Setting details like region_id and browser_id can then be used to filter other endpoints.

get/sites/{site_id}

Path parameters

site_idinteger required

Response

200

Example response

{
  "site": {
    "site_id": 123,
    "name": "SpeedCurve",
    "urls": [
      {
        "url_id": 321,
        "label": "about",
        "url": "https://speedcurve.com/about/"
      }
    ],
    "regions": [
      {
        "region_id": "us-west-1"
      }
    ],
    "browsers": [
      {
        "browser_id": "chrome"
      }
    ],
    "times": [
      "12:00"
    ]
  }
}