REST API

TikTok data,
returned in full.

Query profiles, followers, videos, comments, stories, live chat and search over a simple REST API.

GET /api/v1/profile?username=tiktok&key=…

{
  "status": "success",
  "data": {
    "user": {
      "uniqueId": "tiktok",
      "id": "107955",
      "region": "US",
      "verified": true
    },
    "stats": { "followerCount": 88300000 }
  }
}

Exclusive endpoints

Endpoints and data no other unofficial TikTok API gives you.

Accurate data

Precise, reliable results you can build on with confidence.

High uptime

Runs 24/7 and almost never goes down — barring rare network outages.

Fast & flexible

Quick, low-latency responses that fit any project or workflow.

Plans

Pricing

All plans include every endpoint. Billing and cancellation are handled on Patreon.

Lite

$5.99 / month
  • 10 requests / minute
  • 3,000 requests / day
  • Unlimited total requests
  • All endpoints
Subscribe

Basic

$25 / month
  • 40 requests / minute
  • 10,000 requests / day
  • Unlimited total requests
  • All endpoints
Subscribe
Popular

Pro

$35 / month
  • 70 requests / minute
  • 25,000 requests / day
  • Unlimited total requests
  • All endpoints
Subscribe

Premium +

$50 / month
  • 150 requests / minute
  • 50,000 requests / day
  • Unlimited total requests
  • All endpoints
Subscribe

Enterprise

$100 / month
  • 500 requests / minute
  • 150,000 requests / day
  • Unlimited total requests
  • All endpoints
Subscribe

Want to pay with crypto / digital currency? Message me on Telegram @f1ifb2.

Get started

Three steps

1

Subscribe

Choose a plan on Patreon. Your tier maps to a plan by price.

2

Receive your key

An API key is created and emailed to your Patreon address.

3

Call the API

Add your key to any request. See the documentation.