
A Multilingual Anime Quotes API With Image Generation.

- 🔀 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
- 🎌 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

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
Endpoint | Params | Description |
---|---|---|
api/v1/random |
None | Random quote |
api/v1/anime |
?name= |
Quotes by anime |
api/v1/character |
?name= |
Quotes by character |
Endpoint | Params | Description |
---|---|---|
api/v2/languages |
?lang=&anime=&character= |
Multilingual quotes |
api/v2/image |
?id=&lang= |
Generate quote image |

- Click the Deploy button
- Clone the repository
npm install
vercel deploy
- 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
We accept contributions in:
- Adding new quotes
- Translating existing quotes
- Improving documentation
- Enhancing API functionality
Thanks to these amazing people:
This project is licensed under the MIT License - see the LICENSE file for details.
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.
