Skip to content

FearlessTech/anichin-rest-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

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
}

About

Anichin Official Rest-Api using Multiple Platform API

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors