Versions Compared

Key

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

The following example JSON is returned for the webpage https://www.nytimes.com/1972/02/13/archives/cleveland-cuts-city-employe-pay-police-and-firemen-to-lose-a-day.html. See the JSON Response Reference for definitions of the fields in the response.

Code Block
languagejson
{
  "dataAvailable": true,
  "status": "PROCESSED",
  "pageUrl": "https://www.nytimes.com/1972/02/13/archives/cleveland-cuts-city-employe-pay-police-and-firemen-to-lose-a-day.html",
  "uuid": "efe076d8-8cec-475e-a121-4e0388316b8f",
  "verityData": {
    "processedAt": "2022-02-08T01:05:39.231Z",
    "expiresAt": "2022-03-10T01:05:39.231Z",
    "languageCode": "en",
    "iab": {
      "v1": [
        {
          "id": "IAB12",
          "category": "News",
          "score": 0.75
        },
        {
          "id": "IAB11",
          "category": "Law, Gov't & Politics",
          "score": 0.28
        },
        {
          "id": "IAB11-4",
          "category": "Politics",
          "score": 0.26
        }
      ],
      "v2": [
        {
          "id": "379",
          "category": "News and Politics",
          "score": 0.75
        },
        {
          "id": "387",
          "category": "Elections",
          "score": 0.41,
          "parent": {
            "id": "386",
            "category": "Politics",
            "parent": {
              "id": "379",
              "category": "News and Politics"
            }
          }
        },
        {
          "id": "383",
          "category": "Law",
          "score": 0.28,
          "parent": {
            "id": "379",
            "category": "News and Politics"
          }
        },
        {
          "id": "386",
          "category": "Politics",
          "score": 0.26,
          "parent": {
            "id": "379",
            "category": "News and Politics"
          }
        }
      ]
    },
    "keywords": [
      "cleveland",
      "cleveland cuts city employe pay",
      "mayor",
      "city",
      "order",
      "city employes",
      "action",
      "city council",
      "per cent cut",
      "year",
      "representatives",
      "cabinet",
      "cutback",
      "work reduction",
      "per cent income tax"
    ],
    "safe": false,
    "threats": [
      {
        "id": "GGT2",
        "category": "Criminal",
        "confidence": "VERY_HIGH",
        "risk": "HIGH"
      }
    ],
    "events": [],
    "sentiments": [
      {
        "sentiment": "neutral",
        "score": 0.72
      },
      {
        "sentiment": "negative",
        "score": 0.24
      },
      {
        "sentiment": "positive",
        "score": 0.03
      }
    ]
  }
}