Agorapulse · Schema

TikTokContentReportInsight

TikTok Specific Content Report Insights

Social Media ManagementSocial-MediaCRMAnalyticsPublishingInbox ManagementSocial Listening

Properties

Name Type Description
completionRate integer Average viewing time relative to total video duration
commentCount integer Number of comments
engagementRatePerView number Ratio of engagement to view as a percentage
engagementRatePerReach number Ratio of engagement to reach as a percentage
viewsCount integer Number of views
likeCount integer Number of likes
reachCount integer Number of reach
shareCount integer Number of shares
videoCompletedCount integer Number of times the video is watched fully
videoReplaysCount integer Number of video replays
videoViewsTimeWatchedCount integer Total viewing time in seconds
videoViewersRateByGender object Video viewers rate by gender
videoViewersRateByCountry object Video viewers rate by country
videoViewersRateByCity object Video viewers rate by city
View JSON Schema on GitHub

JSON Schema

tiktokcontentreportinsight.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TikTokContentReportInsight",
  "type": "object",
  "properties": {
    "completionRate": {
      "type": "integer",
      "description": "Average viewing time relative to total video duration",
      "format": "int64",
      "example": null
    },
    "commentCount": {
      "type": "integer",
      "description": "Number of comments",
      "format": "int64",
      "example": 583
    },
    "engagementRatePerView": {
      "type": "number",
      "description": "Ratio of engagement to view as a percentage",
      "format": "double",
      "example": 78.3
    },
    "engagementRatePerReach": {
      "type": "number",
      "description": "Ratio of engagement to reach as a percentage",
      "format": "double",
      "example": 67.5
    },
    "viewsCount": {
      "type": "integer",
      "description": "Number of views",
      "format": "int64",
      "example": 928
    },
    "likeCount": {
      "type": "integer",
      "description": "Number of likes",
      "format": "int64",
      "example": 583
    },
    "reachCount": {
      "type": "integer",
      "description": "Number of reach",
      "format": "int64",
      "example": 583
    },
    "shareCount": {
      "type": "integer",
      "description": "Number of shares",
      "format": "int64",
      "example": 583
    },
    "videoCompletedCount": {
      "type": "integer",
      "description": "Number of times the video is watched fully",
      "format": "int64",
      "example": 76
    },
    "videoReplaysCount": {
      "type": "integer",
      "description": "Number of video replays",
      "format": "int64",
      "example": 45
    },
    "videoViewsTimeWatchedCount": {
      "type": "integer",
      "description": "Total viewing time in seconds",
      "format": "int64",
      "example": 12
    },
    "videoViewersRateByGender": {
      "type": "object",
      "additionalProperties": {
        "type": "number",
        "format": "double"
      },
      "description": "Video viewers rate by gender",
      "example": {
        "Female": 0.457,
        "Male": 0.403,
        "Other": 0.14
      }
    },
    "videoViewersRateByCountry": {
      "type": "object",
      "additionalProperties": {
        "type": "number",
        "format": "double"
      },
      "description": "Video viewers rate by country",
      "example": {
        "CA": 0.0132,
        "GB": 0.7303,
        "US": 0.2565
      }
    },
    "videoViewersRateByCity": {
      "type": "object",
      "additionalProperties": {
        "type": "number",
        "format": "double"
      },
      "description": "Video viewers rate by city",
      "example": {
        "US Cincinnati": 0.597,
        "US Los Angeles": 0.403
      }
    }
  },
  "description": "TikTok Specific Content Report Insights",
  "allOf": [
    {
      "$ref": "#/components/schemas/ContentReportData"
    }
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tiktokcontentreportinsight"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.