PAnime
PAnime is big project that contains a lot of things, like: - Open and Free API to get anime details and video streaming data for free. - No need for API Key just fetch it and use. - There is a free and open source TUI & mobile and website app available.
API
PAnime contain a Free API that you can use it in your project for
free without any authentication just fetch and use. BASE
URL : https://pi66.xyz/api
Get Anime Page
- GET
/anime
Returns a paginated list of anime Parameters Table
Parameters | Type | Description |
---|---|---|
query |
String | Search term for anime title |
page |
Integer | Page number for pagination |
Example:
# Paginated
GET https://pi66.xyz/api/anime?page=1
# Searching
GET https://pi66.xyz/api/anime?query=naruto
Get Anime Details
- GET
/anime/<slug>
Returns a details information about a specific anime.
Example:
GET https://pi66.xyz/api/anime/naruto
Get Anime Episodes
- GET
/anime/<slug>/episodes
Returns a direct Streaming links about a specific anime.
Example:
GET https://pi66.xyz/api/anime/naruto/episodes
TUI App:
a minimalist python TUI app (supports Vim-Keys) you will find the source code in PAnime Repo on Github
Mobile App:
you will find the source code in PAnime Repo on Github
Technologies
- React:
JS library for building UIs.
- Capacitor:
Native app bridge for JS.
- Tailwindcss:
CSS Framework for styling.