Free REST API for Anime Recommendations

Powered by machine learning algorithms and curated anime data to deliver personalized recommendations for anime enthusiasts and developers.

Get Started on GitHub

Powerful Features

Designed for developers and anime enthusiasts alike

Lightning Fast

Our API delivers responses in under 100ms, ensuring smooth integration with your applications.

🔓

Free Forever

Completely free to use with generous rate limits. No credit card required.

📚

Comprehensive Database

Access recommendations from over 10,000 anime titles with detailed metadata.

🤖

AI-Powered

Advanced recommendation algorithms that learn from user preferences and ratings.

🔐

Secure & Reliable

HTTPS encryption and 99.9% uptime guarantee for your production needs.

🔄

Regular Updates

Database updated weekly with new releases and seasonal anime.

API Documentation

Simple integration with clear endpoints and examples

GET

Get Random Recommendations

Retrieve personalized recommendations based on a specific anime title.

https://anirecommend.vercel.app/api/v1/random
Try It Now

Example Response:

{
  "status": "success",
  "data": [
    {
      "id": 5114,
      "title": "Fullmetal Alchemist: Brotherhood",
      "score": 9.25,
      "episodes": 64,
      "similarity": 0.92
    },
    // ... additional recommendations
  ]
}

Open Source & Community

Contribute to the project and help improve anime recommendations

👨‍💻

GitHub Repository

AniRecommendAPI is completely open source. Visit our GitHub repository to view the source code, report issues, contribute to the project, or download the latest release.

Shineii86/AniRecommendAPI

Created with ❤️ by Shinei Nouzen