<img src="https://github.com/Shineii86/AniQuotesAPI/blob/main/assets/LogoSD.png" LOGO" width="200" height="200"/>
*A Multilingual Anime Quotes API With Image Generation.*
Creator •
Documentation •
Organizations •
Status
[](https://aniquotesapi.vercel.app)
[](CONTRIBUTING.md)
[](LICENSE)

 [](https://github.com/Shineii86/AniQuotesAPI/stargazers) [](https://github.com/Shineii86/AniQuotesAPI/fork)
[](https://aniquotesapi.vercel.app)
Features
- 🔀 Random, Anime, and Character Searchable Endpoints
- 🌍 Multilingual Support: English, Japanese, Hindi, and more
- 🖼️ Quote Image Generator: Beautiful PNGs with watermark, perfect for social media
- ⚡ Fast, Serverless Deployment (Vercel-ready)
- 👥 Community-Driven: Add your favorite anime quotes via Pull Requests
- 📜 Clean API Response with Developer Credit on Every Quote
- 🧠 Error Handling with HTTP Codes: 400, 404, 429, 500
Use Case Examples
- 🎌 Build anime bots (Discord, Telegram, etc.)
- 🌈 Share quote cards on Instagram, X (Twitter), or Threads
- ✍️ Write fan blogs or anime content with embedded quotes
- 💬 Learn languages using multilingual quote responses
- 🧩 Create quote guessing games or character quizzes
Project Structure
AniQuotesAPI
├── api/
│ ├── v1/
│ │ ├── random.js
│ │ ├── anime.js
│ │ └── character.js
│ ├── v2/
│ │ ├── languages.js
│ │ └── image.js
│ └── index.js
├── data/
│ ├── quotes.json
│ └── languages/
│ ├── en.json
│ ├── jp.json
│ └── hi.json
├── fonts/
│ ├── NotoSans/
│ ├── NotoSans-Regular.ttf
│ ├── NotoSans-Bold.ttf
│ └── NotoSans-Italic.ttf
│ ├── NotoSansJP/
│ ├── NotoSansJP-Regular.ttf
│ └── NotoSansJP-Bold.ttf
│ ├── Anime/
│ └── AnimeAce.ttf
│ └── AnimeFont.ttf
├── utils/
│ ├── helpers.js
│ ├── errors.js
│ └── imageGenerator.js
├── public/
│ └── images/
├── vercel.json
├── package.json
└── README.md
API Endpoints
V1
| Endpoint | Params | Description |
|———-|——–|————-|
| api/v1/random
| None | Random quote |
| api/v1/anime
| ?name=
| Quotes by anime |
| api/v1/character
| ?name=
| Quotes by character |
V2
| Endpoint | Params | Description |
|———-|——–|————-|
| api/v2/languages
| ?lang=&anime=&character=
| Multilingual quotes |
| api/v2/image
| ?id=&lang=
| Generate quote image |
Deploy Your Own API

- Click the Deploy button
- Clone the repository
npm install
vercel deploy
Add New Quotes
- Fork this repository
- Add quotes to
data/quotes.json
or language-specific files:
{
"id": 123,
"quote": "Your quote here",
"anime": "Anime Title",
"character": "Character Name",
"language": "en"
}
- Submit a Pull Request
Contribution Guide
We accept contributions in:
- Adding new quotes
- Translating existing quotes
- Improving documentation
- Enhancing API functionality
Contributors
Thanks to these amazing people:

License
This project is licensed under the MIT License - see the LICENSE file for details.
Loved My Work?
Give a star to this project
Follow me on GitHub
Wondering where to get these animated emojis?
Visit here! You also should look around my other github repos. Maybe you’ll find some cool useful stuff there.
*For inquiries or collaborations:*
[](https://telegram.me/Shineii86 "Contact on Telegram")
[](https://instagram.com/ikx7.a "Follow on Instagram")
[](https://pinterest.com/ikx7a "Follow on Pinterest")
[](mailto:ikx7a@hotmail.com "Send an Email")
Copyright © 2025 Shinei Nouzen All Rights Reserved