🎌 Anime API

Complete documentation for our comprehensive anime data endpoints

AV
Anime Vista API

Custom anime database with filtering capabilities

GET

Get All Anime

Retrieve a complete list of all available anime in the database with comprehensive metadata.

https://anime-vista-api.vercel.app/api/anime-vista-list
GET

Filter Anime

Filter anime by various criteria including season, year, genre, and name. Combine multiple filters for precise results.

https://anime-vista-api.vercel.app/api/anime-vista-filter?season=summer

JK
Jikan API (MyAnimeList)

Official MyAnimeList data through Jikan API Click here for more

GET

Popular Anime

Get the most popular anime based on MyAnimeList popularity rankings and user engagement.

https://api.jikan.moe/v4/top/anime?filter=bypopularity
GET

Currently Airing

Fetch anime that are currently broadcasting with real-time updates.

https://api.jikan.moe/v4/top/anime?filter=airing
GET

Upcoming Anime

Get anime that are scheduled to air in the future with release dates.

https://api.jikan.moe/v4/top/anime?filter=upcoming
GET

Top Rated Anime

Retrieve the highest rated anime based on user scores and reviews.

https://api.jikan.moe/v4/top/anime

📝
Detailed Anime Information

Comprehensive anime details, characters, and staff information

GET

Anime Details

Get comprehensive details about a specific anime including synopsis, ratings, episodes, and complete metadata.

https://api.jikan.moe/v4/anime/1/full
GET

Anime Characters

Get all characters associated with a specific anime, including voice actors and character details.

https://api.jikan.moe/v4/anime/1/characters
GET

Anime Staff

Get staff information including directors, producers, voice actors, and their roles for a specific anime.

https://api.jikan.moe/v4/anime/1/staff

📞
Contact & Support

Get in touch for API support, feedback, or collaboration opportunities

Email

Direct communication

atnumberone61@gmail.com

Phone

Business hours support

+212 0684301801

GitHub

Source code & issues

https://github.com/leodk293/anime-vista-api

Visit Repository

Need Help?

Whether you're having trouble with API integration, need custom endpoints, or want to contribute to the project, we're here to help! Feel free to reach out through any of the channels above.

Built with Next.js and Tailwind CSS

Click on any endpoint to expand and test it directly from this documentation