Skip to main content
GET
/
api
/
tiktok-resolver
TikTok Resolver
curl --request GET \
  --url https://www.osintcat.net/api/tiktok-resolver \
  --header 'X-API-KEY: <x-api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.osintcat.net/llms.txt

Use this file to discover all available pages before exploring further.

Resolve a TikTok short link (vm.tiktok.com / vt.tiktok.com) to the user who shared it — including username, nickname, region, follower count, total likes, bio and the share timestamp.

Parameters

A TikTok short link, e.g. https://vm.tiktok.com/ZGdHhUjhW/

Headers

X-API-KEY
string
required
Your API key

Response

Returns the sharer profile pulled from the redirect target, with success, sharer.{username, nickname, region, follower_count, heart_count, user_id, timestamp, bio, avatar} and _meta usage info.

Example Request

curl "https://www.osintcat.net/api/tiktok-resolver?link=https%3A%2F%2Fvm.tiktok.com%2FZGdHhUjhW%2F" \
     -H "X-API-KEY: YOUR_API_KEY"