Openhandle · Schema

TikTokMusic

Social DataInstagramTikToktwitterRedditPublic Datasocial-media-apiMCPcreator-analyticsSocial Listening

Properties

Name Type Description
album stringnull
appleMusicSongId stringnull
artistName stringnull
artists arraynull
audio object
beatData object
chartContext object
classification object
covers arraynull
createdAt stringnull
duration numbernull
durations object
externalSongs arraynull
grouping object
hasBehindTheSong booleannull
hasHumanVoice booleannull
hasMatchedMetadata booleannull
id string
isAuthorArtist booleannull
isAuthorDeleted booleannull
isOriginal booleannull
isOriginalSound booleannull
isPgc booleannull
isPlayMusic booleannull
lyricAssets arraynull
matchedCatalogTrack object
matchedSong object
matchedSound object
metrics object
mid stringnull
owner object
preview object
recommendationStatusCode integernull
release object
searchContext object
similarTracks arraynull
source object
streamingLinks arraynull
title stringnull
url stringnull
View JSON Schema on GitHub

JSON Schema

openhandle-tik-tok-music-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/openhandle/main/json-schema/openhandle-tik-tok-music-schema.json",
  "title": "TikTokMusic",
  "x-generated": "2026-09-21",
  "x-method": "derived",
  "x-generator": "derive-json-schema.py",
  "x-source": "openapi/openhandle-openapi.yml#/components/schemas/TikTokMusic",
  "additionalProperties": false,
  "properties": {
    "album": {
      "minLength": 1,
      "type": [
        "string",
        "null"
      ]
    },
    "appleMusicSongId": {
      "minLength": 1,
      "type": [
        "string",
        "null"
      ]
    },
    "artistName": {
      "minLength": 1,
      "type": [
        "string",
        "null"
      ]
    },
    "artists": {
      "items": {
        "$ref": "#/$defs/TikTokProfileReference"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "audio": {
      "anyOf": [
        {
          "$ref": "#/$defs/TikTokAsset"
        },
        {
          "type": "null"
        }
      ]
    },
    "beatData": {
      "anyOf": [
        {
          "$ref": "#/$defs/TikTokBeatData"
        },
        {
          "type": "null"
        }
      ]
    },
    "chartContext": {
      "$ref": "#/$defs/TikTokMusicChartContext"
    },
    "classification": {
      "$ref": "#/$defs/TikTokMusicClassification"
    },
    "covers": {
      "items": {
        "$ref": "#/$defs/TikTokAsset"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "createdAt": {
      "format": "date-time",
      "minLength": 1,
      "type": [
        "string",
        "null"
      ]
    },
    "duration": {
      "type": [
        "number",
        "null"
      ]
    },
    "durations": {
      "$ref": "#/$defs/TikTokMusicDurations"
    },
    "externalSongs": {
      "items": {
        "$ref": "#/$defs/TikTokUnspecified"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "grouping": {
      "$ref": "#/$defs/TikTokMusicGrouping"
    },
    "hasBehindTheSong": {
      "type": [
        "boolean",
        "null"
      ]
    },
    "hasHumanVoice": {
      "type": [
        "boolean",
        "null"
      ]
    },
    "hasMatchedMetadata": {
      "type": [
        "boolean",
        "null"
      ]
    },
    "id": {
      "minLength": 1,
      "type": "string"
    },
    "isAuthorArtist": {
      "type": [
        "boolean",
        "null"
      ]
    },
    "isAuthorDeleted": {
      "type": [
        "boolean",
        "null"
      ]
    },
    "isOriginal": {
      "type": [
        "boolean",
        "null"
      ]
    },
    "isOriginalSound": {
      "type": [
        "boolean",
        "null"
      ]
    },
    "isPgc": {
      "type": [
        "boolean",
        "null"
      ]
    },
    "isPlayMusic": {
      "type": [
        "boolean",
        "null"
      ]
    },
    "lyricAssets": {
      "items": {
        "$ref": "#/$defs/TikTokLyricAsset"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "matchedCatalogTrack": {
      "anyOf": [
        {
          "$ref": "#/$defs/TikTokMusicReference"
        },
        {
          "type": "null"
        }
      ]
    },
    "matchedSong": {
      "anyOf": [
        {
          "$ref": "#/$defs/TikTokMatchedTrack"
        },
        {
          "type": "null"
        }
      ]
    },
    "matchedSound": {
      "anyOf": [
        {
          "$ref": "#/$defs/TikTokMatchedTrack"
        },
        {
          "type": "null"
        }
      ]
    },
    "metrics": {
      "$ref": "#/$defs/TikTokMusicMetrics"
    },
    "mid": {
      "minLength": 1,
      "type": [
        "string",
        "null"
      ]
    },
    "owner": {
      "anyOf": [
        {
          "$ref": "#/$defs/TikTokProfileReference"
        },
        {
          "type": "null"
        }
      ]
    },
    "preview": {
      "$ref": "#/$defs/TikTokMusicPreview"
    },
    "recommendationStatusCode": {
      "type": [
        "integer",
        "null"
      ]
    },
    "release": {
      "$ref": "#/$defs/TikTokMusicRelease"
    },
    "searchContext": {
      "$ref": "#/$defs/TikTokMusicSearchContext"
    },
    "similarTracks": {
      "items": {
        "$ref": "#/$defs/TikTokMusicReference"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "source": {
      "$ref": "#/$defs/TikTokMusicSource"
    },
    "streamingLinks": {
      "items": {
        "$ref": "#/$defs/TikTokStreamingLink"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "title": {
      "minLength": 1,
      "type": [
        "string",
        "null"
      ]
    },
    "url": {
      "format": "uri",
      "minLength": 1,
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "id",
    "mid",
    "title",
    "artistName",
    "album",
    "url",
    "duration",
    "createdAt",
    "isOriginal",
    "isOriginalSound",
    "isAuthorArtist",
    "hasHumanVoice",
    "isAuthorDeleted",
    "isPgc",
    "hasMatchedMetadata",
    "recommendationStatusCode",
    "isPlayMusic",
    "owner",
    "artists",
    "metrics",
    "audio",
    "covers",
    "beatData",
    "durations",
    "release",
    "preview",
    "matchedSong",
    "matchedSound",
    "classification",
    "grouping",
    "streamingLinks",
    "lyricAssets",
    "source",
    "appleMusicSongId",
    "searchContext",
    "chartContext",
    "matchedCatalogTrack",
    "hasBehindTheSong",
    "similarTracks",
    "externalSongs"
  ],
  "type": "object",
  "$defs": {
    "TikTokAsset": {
      "additionalProperties": false,
      "properties": {
        "bitrate": {
          "type": [
            "integer",
            "null"
          ]
        },
        "codecCode": {
          "type": [
            "integer",
            "null"
          ]
        },
        "covers": {
          "items": {
            "$ref": "#/$defs/TikTokAsset"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "duration": {
          "type": [
            "number",
            "null"
          ]
        },
        "expiresAt": {
          "format": "date-time",
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "format": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "frameRate": {
          "type": [
            "number",
            "null"
          ]
        },
        "hasWatermark": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "hash": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "height": {
          "type": [
            "integer",
            "null"
          ]
        },
        "id": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "isAutoGenerated": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "isBytevc1": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "isOriginal": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "label": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "language": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "locale": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "previewThumbnails": {
          "items": {
            "$ref": "#/$defs/TikTokPreviewThumbnails"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "qualityCode": {
          "type": [
            "integer",
            "null"
          ]
        },
        "qualityLabel": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "renditions": {
          "items": {
            "$ref": "#/$defs/TikTokAsset"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "role": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "size": {
          "type": [
            "integer",
            "null"
          ]
        },
        "subtitles": {
          "items": {
            "$ref": "#/$defs/TikTokAsset"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "type": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "url": {
          "format": "uri",
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "variants": {
          "items": {
            "$ref": "#/$defs/TikTokAsset"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "version": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "volumeInfo": {
          "$ref": "#/$defs/TikTokVolumeInfo"
        },
        "width": {
          "type": [
            "integer",
            "null"
          ]
        }
      },
      "required": [
        "volumeInfo",
        "id",
        "type",
        "url",
        "width",
        "height",
        "size",
        "hash",
        "role",
        "label",
        "duration",
        "hasWatermark",
        "qualityLabel",
        "qualityCode",
        "bitrate",
        "frameRate",
        "isBytevc1",
        "codecCode",
        "format",
        "language",
        "locale",
        "isAutoGenerated",
        "isOriginal",
        "version",
        "expiresAt",
        "renditions",
        "covers",
        "subtitles",
        "previewThumbnails",
        "variants"
      ],
      "type": "object"
    },
    "TikTokBeatData": {
      "additionalProperties": false,
      "properties": {
        "bitrate": {
          "type": [
            "integer",
            "null"
          ]
        },
        "codecCode": {
          "type": [
            "integer",
            "null"
          ]
        },
        "covers": {
          "items": {
            "$ref": "#/$defs/TikTokAsset"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "duration": {
          "type": [
            "number",
            "null"
          ]
        },
        "expiresAt": {
          "format": "date-time",
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "format": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "frameRate": {
          "type": [
            "number",
            "null"
          ]
        },
        "hasWatermark": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "hash": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "height": {
          "type": [
            "integer",
            "null"
          ]
        },
        "id": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "isAutoGenerated": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "isBytevc1": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "isOriginal": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "label": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "language": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "locale": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "previewThumbnails": {
          "items": {
            "$ref": "#/$defs/TikTokPreviewThumbnails"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "qualityCode": {
          "type": [
            "integer",
            "null"
          ]
        },
        "qualityLabel": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "renditions": {
          "items": {
            "$ref": "#/$defs/TikTokAsset"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "resources": {
          "items": {
            "$ref": "#/$defs/TikTokAsset"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "role": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "size": {
          "type": [
            "integer",
            "null"
          ]
        },
        "subtitles": {
          "items": {
            "$ref": "#/$defs/TikTokAsset"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "type": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "url": {
          "format": "uri",
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "variants": {
          "items": {
            "$ref": "#/$defs/TikTokAsset"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "version": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "volumeInfo": {
          "$ref": "#/$defs/TikTokVolumeInfo"
        },
        "width": {
          "type": [
            "integer",
            "null"
          ]
        }
      },
      "required": [
        "volumeInfo",
        "id",
        "type",
        "url",
        "width",
        "height",
        "size",
        "hash",
        "role",
        "label",
        "duration",
        "hasWatermark",
        "qualityLabel",
        "qualityCode",
        "bitrate",
        "frameRate",
        "isBytevc1",
        "codecCode",
        "format",
        "language",
        "locale",
        "isAutoGenerated",
        "isOriginal",
        "version",
        "expiresAt",
        "renditions",
        "covers",
        "subtitles",
        "previewThumbnails",
        "variants",
        "resources"
      ],
      "type": "object"
    },
    "TikTokLyricAsset": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "typeCode": {
          "type": [
            "integer",
            "null"
          ]
        },
        "url": {
          "format": "uri",
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        }
      },
      "required": [
        "id",
        "typeCode",
        "url"
      ],
      "type": "object"
    },
    "TikTokMatchedTrack": {
      "additionalProperties": false,
      "properties": {
        "artistName": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "artists": {
          "items": {
            "$ref": "#/$defs/TikTokProfileReference"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "chorus": {
          "$ref": "#/$defs/TikTokMusicPreview"
        },
        "cover": {
          "anyOf": [
            {
              "$ref": "#/$defs/TikTokAsset"
            },
            {
              "type": "null"
            }
          ]
        },
        "duration": {
          "type": [
            "number",
            "null"
          ]
        },
        "id": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "mixedArtistName": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "mixedTitle": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "release": {
          "$ref": "#/$defs/TikTokMusicRelease"
        },
        "title": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "url": {
          "format": "uri",
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        }
      },
      "required": [
        "id",
        "title",
        "artistName",
        "mixedTitle",
        "mixedArtistName",
        "cover",
        "duration",
        "chorus",
        "url",
        "artists",
        "release"
      ],
      "type": "object"
    },
    "TikTokMusicChartContext": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "position": {
          "type": [
            "integer",
            "null"
          ]
        },
        "trendCode": {
          "type": [
            "integer",
            "null"
          ]
        }
      },
      "required": [
        "id",
        "position",
        "trendCode"
      ],
      "type": "object"
    },
    "TikTokMusicClassification": {
      "additionalProperties": false,
      "properties": {
        "languageLabel": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "styleCodes": {
          "items": {
            "type": "integer"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "themeCodes": {
          "items": {
            "type": "integer"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "themes": {
          "items": {
            "minLength": 1,
            "type": "string"
          },
          "type": [
            "array",
            "null"
          ]
        }
      },
      "required": [
        "themes",
        "themeCodes",
        "styleCodes",
        "languageLabel"
      ],
      "type": "object"
    },
    "TikTokMusicDurations": {
      "additionalProperties": false,
      "properties": {
        "shoot": {
          "type": [
            "number",
            "null"
          ]
        },
        "video": {
          "type": [
            "number",
            "null"
          ]
        }
      },
      "required": [
        "shoot",
        "video"
      ],
      "type": "object"
    },
    "TikTokMusicGrouping": {
      "additionalProperties": false,
      "properties": {
        "groupIds": {
          "items": {
            "minLength": 1,
            "type": "string"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "sameGroupId": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "similarGroupId": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "ugid": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        }
      },
      "required": [
        "sameGroupId",
        "similarGroupId",
        "ugid",
        "groupIds"
      ],
      "type": "object"
    },
    "TikTokMusicMetrics": {
      "additionalProperties": false,
      "properties": {
        "groupUses": {
          "type": [
            "integer",
            "null"
          ]
        },
        "posts": {
          "type": [
            "integer",
            "null"
          ]
        },
        "ugidUses": {
          "type": [
            "integer",
            "null"
          ]
        }
      },
      "required": [
        "posts",
        "groupUses",
        "ugidUses"
      ],
      "type": "object"
    },
    "TikTokMusicPreview": {
      "additionalProperties": false,
      "properties": {
        "duration": {
          "type": [
            "number",
            "null"
          ]
        },
        "endTime": {
          "type": [
            "number",
            "null"
          ]
        },
        "startTime": {
          "type": [
            "number",
            "null"
          ]
        }
      },
      "required": [
        "startTime",
        "endTime",
        "duration"
      ],
      "type": "object"
    },
    "TikTokMusicReference": {
      "additionalProperties": false,
      "properties": {
        "album": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "appleMusicSongId": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "artistName": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "artists": {
          "items": {
            "$ref": "#/$defs/TikTokProfileReference"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "audio": {
          "anyOf": [
            {
              "$ref": "#/$defs/TikTokAsset"
            },
            {
              "type": "null"
            }
          ]
        },
        "beatData": {
          "anyOf": [
            {
              "$ref": "#/$defs/TikTokBeatData"
            },
            {
              "type": "null"
            }
          ]
        },
        "chartContext": {
          "$ref": "#/$defs/TikTokMusicChartContext"
        },
        "classification": {
          "$ref": "#/$defs/TikTokMusicClassification"
        },
        "covers": {
          "items": {
            "$ref": "#/$defs/TikTokAsset"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "createdAt": {
          "format": "date-time",
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "duration": {
          "type": [
            "number",
            "null"
          ]
        },
        "durations": {
          "$ref": "#/$defs/TikTokMusicDurations"
        },
        "externalSongs": {
          "items": {
            "$ref": "#/$defs/TikTokUnspecified"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "grouping": {
          "$ref": "#/$defs/TikTokMusicGrouping"
        },
        "hasBehindTheSong": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "hasHumanVoice": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "hasMatchedMetadata": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "id": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "isAuthorArtist": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "isAuthorDeleted": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "isOriginal": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "isOriginalSound": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "isPgc": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "isPlayMusic": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "lyricAssets": {
          "items": {
            "$ref": "#/$defs/TikTokLyricAsset"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "matchedCatalogTrack": {
          "anyOf": [
            {
              "$ref": "#/$defs/TikTokMusicReference"
            },
            {
              "type": "null"
            }
          ]
        },
        "matchedSong": {
          "anyOf": [
            {
              "$ref": "#/$defs/TikTokMatchedTrack"
            },
            {
              "type": "null"
            }
          ]
        },
        "matchedSound": {
          "anyOf": [
            {
              "$ref": "#/$defs/TikTokMatchedTrack"
            },
            {
              "type": "null"
            }
          ]
        },
        "metrics": {
          "$ref": "#/$defs/TikTokMusicMetrics"
        },
        "mid": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "owner": {
          "anyOf": [
            {
              "$ref": "#/$defs/TikTokProfileReference"
            },
            {
              "type": "null"
            }
          ]
        },
        "preview": {
          "$ref": "#/$defs/TikTokMusicPreview"
        },
        "recommendationStatusCode": {
          "type": [
            "integer",
            "null"
          ]
        },
        "release": {
          "$ref": "#/$defs/TikTokMusicRelease"
        },
        "searchContext": {
          "$ref": "#/$defs/TikTokMusicSearchContext"
        },
        "similarTracks": {
          "items": {
            "$ref": "#/$defs/TikTokMusicReference"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "source": {
          "$ref": "#/$defs/TikTokMusicSource"
        },
        "streamingLinks": {
          "items": {
            "$ref": "#/$defs/TikTokStreamingLink"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "title": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "url": {
          "format": "uri",
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        }
      },
      "required": [
        "id",
        "mid",
        "title",
        "artistName",
        "album",
        "url",
        "duration",
        "createdAt",
        "isOriginal",
        "isOriginalSound",
        "isAuthorArtist",
        "hasHumanVoice",
        "isAuthorDeleted",
        "isPgc",
        "hasMatchedMetadata",
        "recommendationStatusCode",
        "isPlayMusic",
        "owner",
        "artists",
        "metrics",
        "audio",
        "covers",
        "beatData",
        "durations",
        "release",
        "preview",
        "matchedSong",
        "matchedSound",
        "classification",
        "grouping",
        "streamingLinks",
        "lyricAssets",
        "source",
        "appleMusicSongId",
        "searchContext",
        "chartContext",
        "matchedCatalogTrack",
        "hasBehindTheSong",
        "similarTracks",
        "externalSongs"
      ],
      "type": "object"
    },
    "TikTokMusicRelease": {
      "additionalProperties": false,
      "properties": {
        "date": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "isNewRelease": {
          "type": [
            "boolean",
            "null"
          ]
        }
      },
      "required": [
        "isNewRelease",
        "date"
      ],
      "type": "object"
    },
    "TikTokMusicSearchContext": {
      "additionalProperties": false,
      "properties": {
        "description": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "name": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "relatedQuery": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        }
      },
      "required": [
        "name",
        "description",
        "relatedQuery"
      ],
      "type": "object"
    },
    "TikTokMusicSource": {
      "additionalProperties": false,
      "properties": {
        "audioAssetId": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "sourcePostId": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        }
      },
      "required": [
        "sourcePostId",
        "audioAssetId"
      ],
      "type": "object"
    },
    "TikTokPreviewThumbnails": {
      "additionalProperties": false,
      "properties": {
        "columns": {
          "type": [
            "integer",
            "null"
          ]
        },
        "duration": {
          "type": [
            "number",
            "null"
          ]
        },
        "format": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "imageCount": {
          "type": [
            "integer",
            "null"
          ]
        },
        "imageIds": {
          "items": {
            "minLength": 1,
            "type": "string"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "images": {
          "items": {
            "$ref": "#/$defs/TikTokAsset"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "interval": {
          "type": [
            "number",
            "null"
          ]
        },
        "rows": {
          "type": [
            "integer",
            "null"
          ]
        },
        "tileHeight": {
          "type": [
            "integer",
            "null"
          ]
        },
        "tileWidth": {
          "type": [
            "integer",
            "null"
          ]
        }
      },
      "required": [
        "duration",
        "interval",
        "imageCount",
        "columns",
        "rows",
        "tileWidth",
        "tileHeight",
        "format",
        "images",
        "imageIds"
      ],
      "type": "object"
    },
    "TikTokProfileMetrics": {
      "additionalProperties": false,
      "properties": {
        "followers": {
          "type": [
            "integer",
            "null"
          ]
        },
        "following": {
          "type": [
            "integer",
            "null"
          ]
        },
        "likedPosts": {
          "type": [
            "integer",
            "null"
          ]
        },
        "likes": {
          "type": [
            "integer",
            "null"
          ]
        },
        "posts": {
          "type": [
            "integer",
            "null"
          ]
        },
        "visiblePosts": {
          "type": [
            "integer",
            "null"
          ]
        }
      },
      "required": [
        "followers",
        "following",
        "posts",
        "visiblePosts",
        "likes",
        "likedPosts"
      ],
      "type": "object"
    },
    "TikTokProfileReference": {
      "additionalProperties": false,
      "properties": {
        "accountType": {
          "type": [
            "integer",
            "null"
          ]
        },
        "avatar": {
          "anyOf": [
            {
              "$ref": "#/$defs/TikTokAsset"
            },
            {
              "type": "null"
            }
          ]
        },
        "bio": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "category": {
          "minLength": 1,
          "type": [
            "string",
            "null"
          ]
        },
        "commerce": {
          "additionalProperties": false,
          "properties": {
            "hasLiveCommerce": {
              "type": [
                "boolean",
                "null"
              ]
            },
            "hasNewProducts": {
      

# --- truncated at 32 KB (43 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/openhandle/refs/heads/main/json-schema/openhandle-tik-tok-music-schema.json

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/openhandle-tik-tok-music"
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.