Modern & Elegant REST API Interface
Response...
GET/api/react
GET /api/react?link=https://whatsapp.com/channel/xxx/123&emoji=😂,❤️
{
"status": 200,
"message": "React berhasil dikirim",
"reacts": ["😂","❤️"]
}
Response...
GET/api/tiktok
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...
GET/api/wormgpt
GET /api/wormgpt?message=buatkan script python hello world
{
"status": 200,
"reply": "print('Hello, World!')"
}