Complete documentation for our comprehensive anime data endpoints
Custom anime database with filtering capabilities
Retrieve a complete list of all available anime in the database with comprehensive metadata.
https://anime-vista-api.vercel.app/api/anime-vista-list
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
Official MyAnimeList data through Jikan API Click here for more
Get the most popular anime based on MyAnimeList popularity rankings and user engagement.
https://api.jikan.moe/v4/top/anime?filter=bypopularity
Fetch anime that are currently broadcasting with real-time updates.
https://api.jikan.moe/v4/top/anime?filter=airing
Get anime that are scheduled to air in the future with release dates.
https://api.jikan.moe/v4/top/anime?filter=upcoming
Retrieve the highest rated anime based on user scores and reviews.
https://api.jikan.moe/v4/top/anime
Comprehensive anime details, characters, and staff information
Get comprehensive details about a specific anime including synopsis, ratings, episodes, and complete metadata.
https://api.jikan.moe/v4/anime/1/full
Get all characters associated with a specific anime, including voice actors and character details.
https://api.jikan.moe/v4/anime/1/characters
Get staff information including directors, producers, voice actors, and their roles for a specific anime.
https://api.jikan.moe/v4/anime/1/staff
Get in touch for API support, feedback, or collaboration opportunities
Direct communication
atnumberone61@gmail.com
Business hours support
+212 0684301801
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