One base URL, six endpoints, one token - that is the whole surface area.
https://api.webz.io
All endpoints are GET only.
Return matching posts as JSON.
| Product | Endpoint |
|---|---|
| News | /api/news |
| Blogs | /api/blogs |
| Forums | /api/forums |
Return aggregate counts instead of posts - see Segmentation API.
| Product | Endpoint |
|---|---|
| News | /seg_api/news |
| Blogs | /seg_api/blogs |
| Forums | /seg_api/forums |
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.