Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
What Are the News, Blogs & Forums APIs
News API
Introduction
Quickstart
Filters
Post Data Fields
Topics Reference
News API Lite
Introduction
Output Reference
Error Handling
Blogs API
Forums API
API Reference
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
Introduction
Quickstart
Filters
Post Data Fields
Topics Reference
News API Lite
Introduction
Output Reference
Error Handling
Blogs API
Forums API
API Reference
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

Output Reference

The following table shows the fields returned by the API:

Field NameDescriptionComment
biasShows the detected political bias of the site
claimClaim extracted from the original post text
verifiedIndicates whether the extracted claim has been verifiedpossible values:true, false, unverified
referencesList of sources cited to claim verification
textReference text supporting the claim verification
linkReference link supporting the claim verification

Response example:

json
{
  "bias": "left",
  "claims": [
    {
      "claim": "Iran's Supreme Leader Ayatollah Ali Khamenei has l...",
      "verified": "true",
      "references": [
        {
          "text": "Iran leader Khamenei sees his inner circle hollowed out ...",
          "link": "https://www.reuters.com/world/middle-east/i..."
        }
      ]
    },
    {
      "claim": "The loss of these advisers has created significant..",
      "verified": "true",
      "references": [
        {
          "text": "Iran leader Khamenei sees his inner circle hollowed ou...",
          "link": "https://www.cnn.com/world/middle-east/iran-lead..."
        }
      ]
    }
  ]
}
Last updated: August 19, 2026
PreviousIntroductionNextError Handling