AniQuotesAPI

<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 [![Deploy](https://img.shields.io/badge/Deployed%20on-Vercel-black?logo=vercel)](https://aniquotesapi.vercel.app) [![Contributions](https://img.shields.io/badge/Contributions-Welcome-brightgreen)](CONTRIBUTING.md) [![License](https://img.shields.io/badge/License-MIT-blue)](LICENSE) ![Last Commit](https://img.shields.io/github/last-commit/Shineii86/AniQuotesAPI?style=for-the-badge) ![Repo Size](https://img.shields.io/github/repo-size/Shineii86/AniQuotesAPI?style=for-the-badge) [![GitHub Stars](https://img.shields.io/github/stars/Shineii86/AniQuotesAPI?style=for-the-badge)](https://github.com/Shineii86/AniQuotesAPI/stargazers) [![GitHub Forks](https://img.shields.io/github/forks/Shineii86/AniQuotesAPI?style=for-the-badge)](https://github.com/Shineii86/AniQuotesAPI/fork) [![API Status](https://img.shields.io/website?down_color=lightgrey&down_message=offline&label=API%20Status&style=for-the-badge&up_color=green&up_message=online&url=https%3A%2F%2Faniquotesapi.vercel.app)](https://aniquotesapi.vercel.app)

Banner

Sparkles Features

Books Use Case Examples

Banner

File Folder 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

Rocket 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 |

Banner

Bomb Deploy Your Own API

Vercel

  1. Click the Deploy button
  2. Clone the repository
  3. npm install
  4. vercel deploy

Writing Hand Add New Quotes

  1. Fork this repository
  2. Add quotes to data/quotes.json or language-specific files:
    {
      "id": 123,
      "quote": "Your quote here",
      "anime": "Anime Title",
      "character": "Character Name",
      "language": "en"
    }
    

    Banner

  3. Submit a Pull Request

Handshake Contribution Guide

We accept contributions in:

Eyes Contributors

Thanks to these amazing people:

Contributors

Identification Card License

This project is licensed under the MIT License - see the LICENSE file for details.

Two Hearts Loved My Work?

Star Give a star to this project
Cherry Blossom Follow me on GitHub

Thinking Face 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.

Banner

Telephone Contact

*For inquiries or collaborations:* [![Telegram Badge](https://img.shields.io/badge/-Telegram-2CA5E0?style=flat&logo=Telegram&logoColor=white)](https://telegram.me/Shineii86 "Contact on Telegram") [![Instagram Badge](https://img.shields.io/badge/-Instagram-C13584?style=flat&logo=Instagram&logoColor=white)](https://instagram.com/ikx7.a "Follow on Instagram") [![Pinterest Badge](https://img.shields.io/badge/-Pinterest-E60023?style=flat&logo=Pinterest&logoColor=white)](https://pinterest.com/ikx7a "Follow on Pinterest") [![Gmail Badge](https://img.shields.io/badge/-Gmail-D14836?style=flat&logo=Gmail&logoColor=white)](mailto:ikx7a@hotmail.com "Send an Email") Copyright © 2025 Shinei Nouzen All Rights Reserved