Versions Compared

Key

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

The high-level JSON page analysis response structure is summarized as follows:

...

For JSON field definitions, see JSON Response Reference.

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"
  }
}


Code Block
{
  "dataAvailable": true,
  "status": "PROCESSED",
  "pageUrl": "https://www.foodsafetynews.com/2017/01/mother-son-sue-eatery-for-thanksgiving-dinner-food-poisoning/",
  "verityData": {
    "languageCode": "en",
    "iab": {
      "v1": [
        {
          "id": "IAB8",
          "category": "Food & Drink",
          "score": 0.33
        },
        {
          "id": "IAB11",
          "category": "Law, Gov't & Politics",
          "score": 0.28
        },
        {
          "id": "IAB11-2",
          "category": "Legal Issues",
          "score": 0.22
        },
        {
          "id": "IAB8-1",
          "category": "American Cuisine",
          "score": 0.12
        }
      ],
      "v2": [
        {
          "id": "379",
          "category": "News and Politics",
          "score": 0.43
        },
        {
          "id": "150",
          "category": "Events and Attractions",
          "score": 0.28
        },
        {
          "id": "383",
          "category": "Law",
          "score": 0.16
        },
        {
          "id": "157",
          "category": "National & Civic Holidays",
          "score": 0.09
        }
      ]
    },
    "keywords": [
      "long pond road",
      "thanksgiving dinner",
      "thanksgiving day",
      "reporters clostridium perfringens",
      "golden ponds",
      "john ricci",
      "natalie woods",
      "poisoning",
      "wynn",
      "pollish",
      "party house",
      "clostridium perfringens",
      "connor wynn",
      "perfringens",
      "seattle",
      "paul v. nunes",
      "golden pond",
      "food poisoning",
      "food safety news",
      "monroe county department of public health",
      "bill marler",
      "italian",
      "ralph rinaudo",
      "rochester democrat",
      "food safety",
      "eatery",
      "rochester",
      "monroe county health department",
      "golden ponds restaurant",
      "marler",
      "monroe county",
      "thanksgiving",
      "rinaudo",
      "county health department",
      "chronicle"
    ],
    "safe": false,
    "threats": [
      {
        "id": "GGT9",
        "category": "Medical",
        "confidence": "VERY_HIGH"
      }
    ],
    "events": [
      {
        "id": "GGE24-4",
        "category": "Thanksgiving",
        "score": 0.96
      }
    ],
    "sentiments": [
      {
        "sentiment": "neu",
        "score": 0.53
      },
      {
        "sentiment": "neg",
        "score": 0.41
      },
      {
        "sentiment": "pos",
        "score": 0.06
      }
    ]
  }
}


...