Retrieving a single website returns much more information than requesting a list of websites.

Request

GET /v1/websites/{websiteId}

Response

{
  "website": {
    "websiteId": 2,
    "name": "Demo website",
    "homeUrl": "https:\\/\\/www.fake-university.com\\/",
    "status": "live",
    "maxPages": 50,
    "maxDocuments": 50,
    "created": 1703026263,
    "lastTested": 1703046209
  },
  "schedule": {
    "scheduleInterval": "day",
    "schedulePeriod": 5,
    "scheduleFromDate": 1703026264,
    "schedulePreset": "",
    "isActive": true
  },
  "permissions": {},
  "options": {},
  "tagIds": [
    "pre-production"
  ]
}

**websiteId integer**

Unique ID for the website.


**name string**

Name for the website.


**homeUrl string**

Homepage URL for the website.


**status string**

One of:


**maxPages integer**