YannOffcl

Modern & Elegant REST API Interface

WhatsApp React
TikTok Downloader
WormGPT
Response...

Endpoint WhatsApp React

GET/api/react

link : URL postingan WhatsApp
emoji : Emoji reaksi (pisahkan koma untuk multiple)
Contoh request & response
GET /api/react?link=https://whatsapp.com/channel/xxx/123&emoji=😂,❤️

{
  "status": 200,
  "message": "React berhasil dikirim",
  "reacts": ["😂","❤️"]
}
Response...

Endpoint TikTok Downloader

GET/api/tiktok

url : URL video TikTok
mode : json (metadata) atau redirect (langsung download)
Contoh request & response
GET /api/tiktok?url=https://www.tiktok.com/@user/video/123&mode=json

{
  "status": 200,
  "author": "@user",
  "desc": "Video description",
  "play": "https://example.com/video.mp4",
  "cover": "https://example.com/cover.jpg"
}
Response...

Endpoint WormGPT

GET/api/wormgpt

message : Pesan / pertanyaan untuk AI
Contoh request & response
GET /api/wormgpt?message=buatkan script python hello world

{
  "status": 200,
  "reply": "print('Hello, World!')"
}