Modern TikTok Downloader API

Build With Professional Downloader UI

Modern TikTok downloader website with clean developer-style UI, custom API endpoint, responsive layout, and Vercel-ready deployment.

GET /api/tiktok?url=https://vt.tiktok.com/xxxx { "status": true, "result": { "developer": '@wilzchina, "telegram": 'https://t.me/wilzchina', "instagram": 'https://instagram.com/@willzzz_flyy', "tiktok": 'https://tiktok.com/@willzzz_flyy', "title": "...", "nowm": "...", "wm": "..." } }

Features

Modern UI

Professional glassmorphism interface with smooth layout.

Custom Endpoint

Use your own API endpoint hosted on Vercel.

Responsive

Works perfectly on desktop, tablet, and mobile.

Fast Download

Powered by Tiktok API with fast response.

API Usage

Endpoint:
https://wilz.web.id/api/tiktok?url=https://vt.tiktok.com/xxx

Example:
https://wilz.web.id/api/tiktok?url=https://vt.tiktok.com/xxxx

Response:
{
  "status": true,
  "result": {
   "developer": '@wilzchina',
    "telegram": 'https://t.me/wilzchina',
    "instagram": 'https://instagram.com/@willzzz_flyy',
    "tiktok": 'https://tiktok.com/@willzzz_flyy',
    "title": "...",
    "cover": "...",
    "wm": "...",
    "nowm": "..."
  }
}