Requests are metered two ways - how fast you call, and how many credits you spend.
Requests are rate-limited per token, about 1 request per second. Sending faster returns 429 with the X-RateLimit-Reason: rate_limit header.
pending domain.requestsLeft in every response shows what remains.429 with the X-RateLimit-Reason: insufficient_credits header.Any valid registered domain can be queried; the first query starts monitoring it (see Response Format). If Webz.io cannot take on a new domain at the moment, the request returns 503 - existing domains are unaffected.
Errors return { "errorCode": <code>, "errors": ["message", ...] }.
| Status | When |
|---|---|
400 | Missing, unknown, duplicated, or malformed parameter; a domain that is not a valid registered domain; or an invalid next cursor. |
401 | Missing or invalid token, or your account lacks the Leaked Cookies API permission. |
402 | Account email is not verified. |
404 | Endpoint not found, or no user for the token. |
429 | Rate limit exceeded, or insufficient credits (see X-RateLimit-Reason). |
500 | Internal error. |
503 | Service temporarily unavailable, or no capacity to monitor a new domain right now. |
Need access or more credits? Contact [email protected].