ARA IS A REST API WHICH PROVIDES ACCESS TO ANICHIN SHORT DRAMAS & MADE UP WITH EXPRESS. PREVIEW API
USE NPM TO INSTALL ARA'S PKG.
- CLONE REPO
- INSTALL ALL PKG WITH COMMAND
npm installSTART SERVER COMMAND:
npm startnpm run nodemonRUN IN LOCALHOST:3000
| Url | Params | Type | Description |
|---|---|---|---|
| /{source}/trending | source | String | trending dramas |
| /{source}/foryou?page=1 | source, page | String, number | foryou pagination |
| /{source}/search?query= | source, query | String | search drama |
| /{source}/detail?id= | source, id | String | detail drama |
| /{source}/episode?id=&ep= | source, id, ep | String, number | detail episode |
| /ws | - | WebSocket | single-connection stream |
API ENDPOINT : https://api.anichin.bio/dramabox/ HEADER : X-API-KEY: TRIAL-ANICHIN-2026
{
"code": 200,
"items": [
{
"id": "42000007806",
"title": "Contract Marriage",
"cover": "[https://cdn.dramabox.com/](https://cdn.dramabox.com/)...",
"source": "dramabox"
}
],
"total": 20
}