Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 1.31 KB

File metadata and controls

52 lines (44 loc) · 1.31 KB

OFFICIAL ANICHIN API

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 install

START SERVER COMMAND:

npm start
npm run nodemon

RUN IN LOCALHOST:3000

ENDPOINT

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

SAMPLE RESPONSE

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
}