Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Firehose
Cyber API
Data Breaches API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Endpoint & Authentication
Request Parameters
Output Format
Post Data Fields
Pagination
Rate Limits & Errors
Webz.io logo
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Firehose
Cyber API
Data Breaches API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Endpoint & Authentication
Request Parameters
Output Format
Post Data Fields
Pagination
Rate Limits & Errors

On this page

No sections

Webz.io DocumentationContact our team© 2026

Endpoint & Authentication

The Web Content API is deprecated. Use the News, Blogs & Forums APIs instead - same content, one endpoint per content type, and where new features land.

Endpoint

GET POST

https://api.webz.io/filterWebContent

Both GET and POST are supported with the same parameters. Use POST when your query is long.

Authentication

Authenticate with your API token, either as a query parameter:

https://api.webz.io/filterWebContent?token=YOUR_TOKEN&q=bitcoin

or as a Bearer header:

Authorization: Bearer YOUR_TOKEN

A missing or unknown token returns 401 Unauthorized.

Response format

JSON by default. Other formats are available with the format parameter - see Output Format.

Last updated: July 5, 2026
PreviousTime Range & News HistoryNextRequest Parameters