Skip to content

Latest commit

Β 

History

History
126 lines (95 loc) Β· 3.05 KB

File metadata and controls

126 lines (95 loc) Β· 3.05 KB

Dramabox API

πŸš€ Dramabox API Server

Simple & Secure API Server for Dramabox Video Scraper


πŸ“Œ Deskripsi

Dramabox API Server adalah API sederhana untuk mengambil data video, ranking, update terbaru, dan episode dari hasil scraping Dramabox.

Cocok digunakan untuk:

  • Backend aplikasi streaming
  • Data eksperimen & riset
  • Project pembelajaran REST API
  • Integrasi ke web / mobile app

✨ Fitur

  • πŸ” Search Video by Keyword
  • πŸ“Š Top Popular Rank
  • πŸ†• Latest Update Video
  • 🎬 Get All Episode by ID
  • πŸ” License Key Protection

🌐 Preview

πŸ” Search Video

πŸ“ˆ Top Rank

πŸ†• Latest Update


πŸ“¦ API Endpoint Examples (cURL)

API_TOKEN  : 3203fccb29d361eac970918731d68255abc9c7907fba4b54f432743f754f62f3
LICENSE_KEY: AAVB-TW33-6M40-JOLQ

πŸ” Search Video

curl -X GET "https://zmailx.online/dracin/search/?keyword=sulih suara" \
 -H "Authorization: Bearer YOUR_API_TOKEN" \
 -H "X-License-Key: YOUR_LICENSE_KEY"

πŸ“Š Get Top Popular Rank Video

curl -X GET "https://zmailx.online/dracin/rank/?type=1" \
 -H "Authorization: Bearer YOUR_API_TOKEN" \
 -H "X-License-Key: YOUR_LICENSE_KEY"

πŸ†• Get Latest Video

curl -X GET "https://zmailx.online/dracin/latest" \
 -H "Authorization: Bearer YOUR_API_TOKEN" \
 -H "X-License-Key: YOUR_LICENSE_KEY"

🎬 Get All Episode Video

curl -X GET "https://zmailx.online/dracin/{bookId}/episode" \
 -H "Authorization: Bearer YOUR_API_TOKEN" \
 -H "X-License-Key: YOUR_LICENSE_KEY"

πŸ” License System

  • Script tidak dapat dijalankan tanpa License Key
  • License Key bersifat private & terikat user
  • Untuk mendapatkan License Key, silakan hubungi creator (Activation via donation)

πŸš€ Pengembangan

Silakan:

  • Fork 🍴
  • Modifikasi ✍️
  • Kembangkan sesuai kebutuhan 🀝
    Jika API ini bermanfaat, jangan lupa ⭐ Star & Follow GitHub creator-nya πŸ˜„

⚠️ Disclaimer

Project ini dibuat untuk tujuan edukasi & eksperimen. Segala bentuk penyalahgunaan berada di luar tanggung jawab developer.

Silahkan kembangkan lagi sesuka kalian.
Jika berguna api server nya silahkan follow akun github nya ya wkwkwk.

Note

The script runs with the license key, if you don't have a license key then you can't run it, to get a license key you have to ask the creator for its activation for a donation of course, This script blocks multiple user logins so that the script remains safe and secure.

Regards, Iddant ID