/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 BRJ 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..
getApiV1Service-status
Query Parameters
domain
stringNo description available
locale
stringNo description available
Responses
No description
https://bizkithub.com
Example Request
fetch('https://bizkithub.com/api/v1/service-status/?apiKey=YOUR_API_KEY', {
method: 'GET',
headers: {
'Content-Type': 'application/json'
}
})
Example Response
{
"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"
}
🔑 API Key Required
All BizKitHub API endpoints require authentication using an API key. The API key must be passed as a GET parameter in the URL for all requests.