TikTok for Developers · Schema
TikTok User
Schema for a TikTok user profile object
AdvertisingAnalyticsAuthenticationContentSocial-MediaVideo
Properties
| Name | Type | Description |
|---|---|---|
| open_id | string | User's unique identifier within your app |
| union_id | string | Union ID across TikTok applications |
| avatar_url | string | URL of the user's avatar image |
| display_name | string | User's display name |
| bio_description | string | User's biography text |
| profile_deep_link | string | Deep link URL to the user's TikTok profile |
| is_verified | boolean | Whether the user account is verified |
| follower_count | integer | Number of followers |
| following_count | integer | Number of accounts the user follows |
| likes_count | integer | Total number of likes the user has received |
| video_count | integer | Total number of public videos |
| username | string | User's TikTok handle (without @) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/tiktok-for-developers/main/json-schema/tiktok-for-developers-user-schema.json",
"title": "TikTok User",
"description": "Schema for a TikTok user profile object",
"type": "object",
"properties": {
"open_id": {
"type": "string",
"description": "User's unique identifier within your app"
},
"union_id": {
"type": "string",
"description": "Union ID across TikTok applications"
},
"avatar_url": {
"type": "string",
"format": "uri",
"description": "URL of the user's avatar image"
},
"display_name": {
"type": "string",
"description": "User's display name"
},
"bio_description": {
"type": "string",
"description": "User's biography text"
},
"profile_deep_link": {
"type": "string",
"format": "uri",
"description": "Deep link URL to the user's TikTok profile"
},
"is_verified": {
"type": "boolean",
"description": "Whether the user account is verified"
},
"follower_count": {
"type": "integer",
"minimum": 0,
"description": "Number of followers"
},
"following_count": {
"type": "integer",
"minimum": 0,
"description": "Number of accounts the user follows"
},
"likes_count": {
"type": "integer",
"minimum": 0,
"description": "Total number of likes the user has received"
},
"video_count": {
"type": "integer",
"minimum": 0,
"description": "Total number of public videos"
},
"username": {
"type": "string",
"description": "User's TikTok handle (without @)"
}
},
"required": ["open_id"]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tiktok-for-developers-user"
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.