Anime Recommender
An anime recommending API that gives recommendations based on a liked anime. Uses cross-content filtering, ML, and Natural language processing in order to make recommendations as well as other features. This API gives back loads on info on each anime that is being recommended, meaning it is ready to be used in real app situations.
Anime Recommender endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
GET Recommendation / |
Basic Recommendation Request Takes : Name of Anime + amount |
| GET |
GET Anime Titles /get_titles |
Get Anime titles |
| GET |
GET Anime Info /get_anime_info |
Get info on a specific anime returns general ready-to-use info on an anime. |
| GET |
GET Anime_Title_Exists /title_exists |
Returns Boolean to represent if anime title exists |
| GET |
GET Auto Complete /auto_complete |
Auto Complete, as name implies, auto complete of a search, returns up to the desired amount. |
Anime Recommender pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $50 / month | — |
|
| MEGA | $100 / month | — |
|