Multi-character role-play, real-time updates, quotes, images, and personalized recommendations – all in one free REST API.
View on GitHubEverything you need to build an interactive anime chatbot experience.
Switch between popular anime personalities (Gojo, Levi, Megumin…) with unique personas.
Fetch current seasonal anime and news via Jikan API to keep chats fresh.
Random anime quotes from AnimeChan to spice up conversations.
Get random safe-for-work anime images (waifu, neko…) via Waifu.pics.
Leverage OpenAI GPT & Google Gemini for dynamic, context-aware dialogues.
Use recommendation engine to suggest anime based on user preferences.
Simple endpoints, clear examples—get started in seconds.
Talk to your chosen anime character.
{
"character": "Levi",
"reply": "Stay focused.",
"timestamp": "Jul 31, 2025, 7:00 PM"
}
Fetch a random anime quote.
{
"quote": "I’ll become Hokage!",
"character": "Naruto Uzumaki"
}
Get personalized anime recommendations.
{
"recommendations": [
{
"title": "Attack on Titan",
"score": 8.9
}
]
}
Fetch current seasonal anime.
Contribute on GitHub and help shape AniChat.
AniChat API is fully open source. Fork, star, or raise issues to get involved!
Shineii86/AniChatAPI