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.
GET POST
https://api.webz.io/filterWebContent
Both GET and POST are supported with the same parameters. Use POST when your query is long.
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.
JSON by default. Other formats are available with the format parameter - see Output Format.