Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
What Are the News, Blogs & Forums APIs
News API
Blogs API
Forums API
API Reference
Query Syntax
Time Range & History
Endpoints & Authentication
Request Parameters
Response Format
Pagination
Segmentation API
Errors, Rate Limits & Credits
Facts Check API
Request Sources API
Reviews API
News Search API
Firehose
Cyber API
Data Breaches API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Webz.io logo
Overview
Start Here
News, Blogs, Forums & Reviews APIs
What Are the News, Blogs & Forums APIs
News API
Blogs API
Forums API
API Reference
Query Syntax
Time Range & History
Endpoints & Authentication
Request Parameters
Response Format
Pagination
Segmentation API
Errors, Rate Limits & Credits
Facts Check API
Request Sources API
Reviews API
News Search API
Firehose
Cyber API
Data Breaches API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)

On this page

No sections

Webz.io DocumentationContact our team© 2026

Endpoints & Authentication

One base URL, six endpoints, one token - that is the whole surface area.

Base URL

https://api.webz.io

All endpoints are GET only.

Search endpoints

Return matching posts as JSON.

ProductEndpoint
News/api/news
Blogs/api/blogs
Forums/api/forums

Segmentation endpoints

Return aggregate counts instead of posts - see Segmentation API.

ProductEndpoint
News/seg_api/news
Blogs/seg_api/blogs
Forums/seg_api/forums

Authentication

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

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

or as a Bearer header:

Authorization: Bearer YOUR_TOKEN

A missing or unknown token returns 401 Unauthorized.

Each product needs its own permission on your account. Calling an endpoint you are not subscribed to returns 401 with a permission error - contact [email protected] to add products.

Last updated: July 28, 2026
PreviousTime Range & HistoryNextRequest Parameters