Site Scanning
Down Checker
Check whether a site is reachable, with HTTP status, latency, and resolved IP.
GET
Makes a single HTTP(S) request to the URL (following up to 5 redirects) and reports whether it responded, with what status, how long it took, and which IP it resolved to. The request is made from PocketUtils’ servers in India, so results reflect reachability from that vantage point.
1 credit per call · Typical response time ~140ms
Query parameters
The URL to check.
https:// is assumed if the scheme is omitted.Response
A
null httpsStatus with a non-null ipAddress means DNS resolved but the connection itself failed or timed out (15s timeout) — that’s a genuinely down host, not a bad request. A null ipAddress means the domain doesn’t resolve at all.Errors
A target that’s actually down is not an error — you get a
200 with httpsStatus: null. See the full error reference for the platform-level codes (401, 402, 429) that apply to every endpoint.