Skip to main content

DracinAPI — Satu REST API untuk 42 Platform Drama China & Drama Pendek. Akses data drama, episode, streaming HLS dari DramaBox, ShortMax, ReelShort, iDrama, FlexTV, dan 37 provider lainnya.

Project description

DracinAPI — Python SDK

Satu API untuk 42 Platform Drama China & Drama Pendek

WebsiteDokumentasiHargaDaftar Gratis


PyPI API Status Providers Python

Apa Itu DracinAPI?

DracinAPI adalah REST API terpadu untuk mengakses data drama China (dracin) dan drama pendek dari 42 platform sekaligus. Satu API key untuk akses ke DramaBox, ShortMax, ReelShort, iDrama, FlexTV, dan 37 provider lainnya.

Package ini adalah SDK Python resmi untuk DracinAPI.

Fitur Utama

  • 42 provider drama pendek & drama China
  • 100.000+ judul drama terindeks
  • 8.000.000+ episode tersedia
  • 40+ bahasa subtitle & audio
  • Streaming HLS (.m3u8) siap putar
  • CDN global via cdn.dracinapi.com

Instalasi

pip install dracinapi

Mulai Cepat

from dracinapi import DracinAPI

# Daftar gratis di https://dracinapi.com/register
api = DracinAPI("API_KEY_KAMU")

# Cari drama di DramaBox
results = api.search("dramabox", "cinta")
for drama in results:
    print(f"{drama['title']}{drama['episodes']} episode")

# Ambil detail drama
drama = api.detail("dramabox", "2047")
print(drama["title"], drama["desc"])

# Ambil daftar episode
eps = api.episodes("dramabox", "2047")
print(f"Total episode: {eps['total']}")

# Play streaming HLS
stream = api.play("dramabox", "2047", 1)
print(f"HLS URL: {stream['hlsUrl']}")

# Trending drama
trending = api.feed("shortmax")
for drama in trending:
    print(drama["title"])

# Cek status provider
status = api.status()

API Reference

DracinAPI(api_key, base_url="https://dracinapi.com")

Buat instance DracinAPI. Dapatkan API key gratis di dracinapi.com/register.

api.search(provider, keyword) → list

Cari drama di provider tertentu. Docs →

api.detail(provider, drama_id) → dict

Ambil detail drama lengkap. Docs →

api.episodes(provider, drama_id) → dict

Ambil daftar episode. Docs →

api.play(provider, drama_id, episode) → dict

Ambil URL streaming HLS. Docs →

api.feed(provider) → list

Ambil drama trending. Docs →

api.status() → dict

Cek status 42 provider. Docs →

Provider yang Didukung (42)

# Provider # Provider # Provider
1 StarShort 15 Velolo 29 Reelife
2 DramaBite 16 ReelShort 30 PineDrama
3 FreeReels 17 FlickReels 31 FlexTV
4 FunDrama 18 Stardusttv 32 Reelala
5 MicroDrama 19 Serial+ 33 Anyreel
6 Vigloo 20 DotDrama 34 RaptDrama
7 BiliTV 21 RapidTV 35 BonusTV
8 DramaBox 22 ShortsWave 36 MiniTV
9 DramaWave 23 DramaNova 37 Gold Drama
10 NetShort 24 CubeTV 38 IQIYI
11 iDrama 25 ReelBuzz 39 Bstation
12 ShortMax 26 FlareFlow 40 Joyreels
13 GoodShort 27 MoboReels 41 KalosTV
14 Melolo 28 HappyShort 42 Vibeshort

Harga API Dracin

Paket Harga Request/Bulan
Gratis Rp 0 1.000
Basic Rp 99rb/bln 100.000
Pro Rp 199rb/bln 1.000.000
3 Bulan Rp 499rb 100JT/bln
1 Tahun Rp 900rb 100JT/bln

Lihat harga lengkap →

Links

License

MIT © DracinAPI

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dracinapi-1.0.0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dracinapi-1.0.0-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file dracinapi-1.0.0.tar.gz.

File metadata

  • Download URL: dracinapi-1.0.0.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for dracinapi-1.0.0.tar.gz
Algorithm Hash digest
SHA256 4fb20f68dd4ac648e40326c8d71d8caddfbb894c3ab3e72a2faf826a0a49d927
MD5 aa9ce6cdff3d14a8b62df4e8a1090b48
BLAKE2b-256 f57c908e2def001d181a8f336a1692ffc7daa28c23e480eb33086884e8232c52

See more details on using hashes here.

File details

Details for the file dracinapi-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: dracinapi-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 4.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for dracinapi-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 10be9ecd1f5fc4a497fcd5391f25de9ae5338b3f98b4b65f6a816fbdfbfaac1b
MD5 b60323bdff055544346bcafde6ad4938
BLAKE2b-256 16c69c62e0ff7ab544505f59ac48c60bad46229b5ae6b7763aeec953930e65ac

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page