Modern TikTok downloader website with clean developer-style UI, custom API endpoint, responsive layout, and Vercel-ready deployment.
Professional glassmorphism interface with smooth layout.
Use your own API endpoint hosted on Vercel.
Works perfectly on desktop, tablet, and mobile.
Powered by Tiktok API with fast response.
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": "..."
}
}