Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

For JSON field definitions, see JSON Response ReferenceThe following example JSON is returned for the webpage https://www.voanews.com/usa/people-magazine-reveals-its-2020-people-year. See the JSON Response Reference for definitions of the fields in the response.

Code Block
{
  "dataAvailable": true,
  "status": "PROCESSED",
  "pageUrl": "https://www.voanews.com/usa/people-magazine-reveals-its-2020-people-year",
  "uuid": "8c139bec-cad2-407f-9272-94f6ac0cf166",
  "verityData": {
    "languageCode": "en",
    "iab": {
      "v1": [
        {
          "id": "IAB1",
          "category": "Arts & Entertainment",
          "score": 0.32
        },
        {
          "id": "IAB11",
          "category": "Law, Gov't & Politics",
          "score": 0.3
        },
        {
          "id": "IAB11-4",
          "category": "Politics",
          "score": 0.17
        },
        {
          "id": "IAB1-7",
          "category": "Television",
          "score": 0.16
        }
      ],
      "v2": [
        {
          "id": "379",
          "category": "News and Politics",
          "score": 0.35
        },
        {
          "id": "286",
          "category": "Medical Health",
          "score": 0.3
        },
        {
          "id": "308",
          "category": "Sexual Conditions",
          "score": 0.12,
          "parent": {
            "id": "307",
            "category": "Sexual Health",
            "parent": {
              "id": "287",
              "category": "Diseases and Conditions",
              "parent": {
                "id": "286",
                "category": "Medical Health"
              }
            }
          }
        },
        {
          "id": "386",
          "category": "Politics",
          "score": 0.09,
          "parent": {
            "id": "379",
            "category": "News and Politics"
          }
        },
        {
          "id": "301",
          "category": "Mental Health",
          "score": 0.09,
          "parent": {
            "id": "287",
            "category": "Diseases and Conditions",
            "parent": {
              "id": "286",
              "category": "Medical Health"
            }
          }
        }
      ]
    },
    "keywords": [
      "covid",
      "covid-19",
      "pandemic",
      "reveals",
      "people magazine",
      "magazine",
      "magazine reveals",
      "voice of america",
      "hbo max",
      "fauci",
      "voice",
      "anthony fauci",
      "america",
      "selena gomez",
      "english",
      "clooney",
      "italy",
      "the national institute of allergy and infectious diseases"
    ],
    "safe": true,
    "threats": [
      {
        "id": "GGT9",
        "category": "Medical",
        "confidence": "HIGH"
      },
      {
        "id": "GGT2",
        "category": "Criminal",
        "confidence": "MODERATE"
      }
    ],
    "events": [],
    "sentiments": [
      {
        "sentiment": "neutral",
        "score": 0.47
      },
      {
        "sentiment": "positive",
        "score": 0.35
      },
      {
        "sentiment": "negative",
        "score": 0.18
      }
    ],
    "processedAt": "2020-12-03T00:08:10.488Z"
  }
}

...