Read-only access to 100,657 monitored services, 7,400 checks in the last 24h, and the full NTP / DNS / VPN / Tor verticals.
All endpoints return JSON. No auth, no signup. Curl, fetch, axios, requests — pick your favorite.
Click any endpoint, tweak the parameters, hit Run and see the real JSON response right in your browser.
/
Pick an endpoint from the left to start.
—
—
// Click Run request to see the response.
Every response uses the same envelope so you can write one parser.
{
"success": true,
"data": { ... },
"meta": {
"current_page": 1,
"per_page": 50,
"total": 100659,
"last_page": 2014
}
}
{
"success": false,
"error": {
"code": "NOT_FOUND",
"message": "Company 'foo' not found"
}
}
The API is provided as-is for personal and commercial use. Please don't hammer it (the 120/min throttle is the only guard rail). For higher limits or guaranteed SLAs, contact us.