v1.0.0 · Public · Cached · Free

MTI API for Developers

Read-only access to 100,657 monitored services, 7,400 checks in the last 24h, and the full NTP / DNS / VPN / Tor verticals.

Uptime 24h
56.72%
Active
78,794
Down (24h)
3
Verticals
319 / 544

Quick start

All endpoints return JSON. No auth, no signup. Curl, fetch, axios, requests — pick your favorite.

Base URL
https://monitortheinternet.com/api/v1
Rate limit
120 / min
Response
JSON · utf-8

Try it live

Click any endpoint, tweak the parameters, hit Run and see the real JSON response right in your browser.

System
Companies
Operations
Verticals
GET /

Pick an endpoint from the left to start.

Query parameters
Request URL
Code samples
Response
// Click Run request to see the response.

Response shape

Every response uses the same envelope so you can write one parser.

Success

{
  "success": true,
  "data": { ... },
  "meta": {
    "current_page": 1,
    "per_page": 50,
    "total": 100659,
    "last_page": 2014
  }
}

Error

{
  "success": false,
  "error": {
    "code": "NOT_FOUND",
    "message": "Company 'foo' not found"
  }
}

Rate limit & terms

Limit
120 req/min/IP
Auth
None
CORS
Open

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.