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.
Find your API token in your Webz.io dashboard. Every request needs it.
GET
https://api.webz.io/filterWebContent?token=YOUR_TOKEN&q=title:bitcoin language:english
In real requests, URL-encode the q value.
The JSON response contains a posts array plus paging fields:
{
"posts": [ ... ],
"totalResults": 12453,
"moreResultsAvailable": 12353,
"next": "/filterWebContent?token=YOUR_TOKEN&ts=1748000000000&q=...",
"requestsLeft": 989
}Append the next value to https://api.webz.io and call it again. See Pagination.
Default coverage is the last 3 days. To go further back set ts, and beyond 31 days set allowNewsHistory=true - see Time Range & News History.