Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Firehose
Cyber API
Data Breaches API
Leaked Cookies API
Introduction
Quickstart
Filters
Record Data Fields
API Reference
Endpoint & Authentication
Request Parameters
Response Format
Pagination
Errors, Rate Limits & Credits
Non-Human Identities (NHI) API
Domain Exposure API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Webz.io logo
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Firehose
Cyber API
Data Breaches API
Leaked Cookies API
Introduction
Quickstart
Filters
Record Data Fields
API Reference
Endpoint & Authentication
Request Parameters
Response Format
Pagination
Errors, Rate Limits & Credits
Non-Human Identities (NHI) API
Domain Exposure API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Webz.io DocumentationContact our team© 2026

Response Format

A response is a JSON object: a records array plus paging, account, and status fields.

json
{
  "records": [ ... ],
  "totalResults": 105,
  "moreResultsAvailable": 5,
  "next": "/cookies?token=YOUR_TOKEN&domain=example.com&next=CURSOR",
  "requestsLeft": 989,
  "domainStatus": "active"
}

Root fields

FieldTypeDescription
recordsarrayMatching records - see Record Data Fields. Up to 100 per page.
totalResultsintegerTotal records matching the query.
moreResultsAvailableintegerRecords still available after this page.
nextstringRelative URL of the next page, or null when there is none. Append it to https://api.webz.io - see Pagination.
requestsLeftintegerYour remaining Leaked Cookies API credit balance.
domainStatusstringpending while the initial scan of a newly queried domain is running; active once it has completed. See below.

domainStatus

The first query for a domain starts monitoring it. While pending, results may be empty or partial - the request is still valid and still costs a credit. Once active, the initial scan is done; records continue to be added as new leaks are discovered, so re-query periodically.

Last updated: September 6, 2026
PreviousRequest ParametersNextPagination