Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Firehose
Cyber API
Data Breaches API
Introduction
Quickstart
Search Scope
Filters
Record Data Fields
API Reference
Time Range
Endpoints & Authentication
Request Parameters
Response Format
Pagination
Breach Catalog
Errors, Rate Limits & Credits
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
Introduction
Quickstart
Search Scope
Filters
Record Data Fields
API Reference
Time Range
Endpoints & Authentication
Request Parameters
Response Format
Pagination
Breach Catalog
Errors, Rate Limits & Credits
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)

On this page

No sections

Webz.io DocumentationContact our team© 2026

Response Format

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

json
{
  "records": [ ... ],
  "totalResults": 1230,
  "moreResultsAvailable": 1130,
  "next": "/breaches?token=YOUR_TOKEN&email_domain=example.com&next=CURSOR",
  "requestsLeft": 989,
  "totalResultsVerified": true
}

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 at a boundary. Append it to https://api.webz.io - see Pagination.
requestsLeftintegerYour remaining search credit balance. null for internal integration tokens.
totalResultsVerifiedbooleantrue when historical data for the searched domains is fully indexed, so totalResults is exact. false while backfilling is still in progress.
Last updated: July 28, 2026
PreviousRequest ParametersNextPagination