DocsAPI ReferenceService Status/api/v1/service-status/
getService StatusPublic API v1

/api/v1/service-status/

The service retrieves information about the domain's availability based on regular crawler scans. If the domain is not already tracked, it will be automatically included for crawling.

The crawling rules are described on the page VikiTron Bot.

Domain availability scanning is not subject to robots.txt rules, and we can crawl all domains on the internet. We use multiple signals for scanning, such as downloading the homepage via HTTP request, checking DNS records, requesting HTTP headers, completely loading and rendering the page in Handles Chrome, and more..

serviceStatusgetApiV1Service-status

Parameters

2 query

2 total
Query · 2
domainstringRequired
localestring

Communication locale code used to filter content.

Supported locales: cs, en, fr, it, pl, de, sk, sv, es, zh, ja, uk, da.

Length: 22

Request

GET /api/v1/service-status/

get
curl -X GET "https://api.bizkithub.com/api/v1/service-status/?domain=php.baraja.cz&locale=cs" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "host": "baraja.cz",
  "domain": "php.baraja.cz",
  "status": "ok",
  "message": "Vše v pořádku.",
  "color": "#4CAF50",
  "httpCode": 200,
  "lastCheckDate": "2024-05-01T10:00:00.000Z",
  "statusPageUrl": "https://status.baraja.cz"
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key