Anitop is an open source project and simple unofficial API from Anitrendz's site to get the current data of anime trending. For the datas was scrapped from many pages in menu charts in that website, for the routes, you can see it below.
For the tech stack, Anitop was using :
- Typescript
- NodeJS
- Axios
- Cheerio
- Vercel
- and many utilities
For now, Anitop has a seven routes to get the current data of anime trending and each endpoints, that is has a one query params named limit
, that query params can make a limitation display data and the value is a type data number
Name API | Description | Route |
---|---|---|
Index | Get all list and info about this API | / |
Top Anime | Get all the current trending data anime in this season | /api/v1/top-anime |
Music Chart | Get all the current trending data chart of music anime or jpop | /api/v1/music-chart |
Couple | Get all the current trending data of couple ship | /api/v1/couple-ship |
Male Character | Get all the current trending data of male characters | /api/v1/male-character |
Female Character | Get all the current trending data of female characters | /api/v1/female-character |
Opening OST song | Get all the current trending data of opening OST songs | /api/v1/opening-song |
Ending OST song | Get all the current trending data of ending OST songs | /api/v1/ending-song |
If you want to add this project in your own machine, you can install this project by following the steps below
- Clone this repository
git clone https://github.com/satyawikananda/anitop.git
- Install dependencies
In my case, i'm using pnpm as my package manager, you can adjust with your favorite package manager
pnpm install
To run my program, you can see object scripts in file
package.json
If you use this API to your project application, you can register your project in this showcase below :
Want to make this project better? You can contribute this project, I am very open if there are contributions to this project.
Powered by Typescipt and vercel. Code licensed under MIT License.