Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.aniquotes.myproj.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Welcome to Anime Quotes API

The Anime Quotes API provides programmatic access to a curated collection of anime quotes. Whether you’re building a Discord bot, a mobile app, or a website widget — our API makes it easy to fetch quotes, filter by anime or character, and search by text.

Features

  • 10,000+ curated quotes from hundreds of anime series
  • Full-text search across all quotes
  • Filter by anime, character, tags, or language
  • Random quote endpoint for quick integrations
  • Cursor-based pagination for reliable data traversal
  • Rate limit headers on every response — never guess your quota

Quick Example

curl -H "X-API-Key: YOUR_KEY" \
  https://api.aniquotes.myproj.xyz/api/v1/quotes/random
{
  "status": "success",
  "data": {
    "id": "a1b2c3d4-...",
    "quote_text": "If you don't take risks, you can't create a future.",
    "anime": { "name": "One Piece", "slug": "one-piece" },
    "character": { "name": "Monkey D. Luffy", "slug": "monkey-d-luffy" },
    "tags": ["motivational", "adventure"]
  }
}

Plans & Pricing

PlanRate LimitMonthly QuotaPrice
Free30 req/min5,000/month$0
Starter60 req/min50,000/month$4.99/mo
Pro200 req/min500,000/month$14.99/mo
Enterprise1,000 req/min5,000,000/month$49.99/mo

Quickstart

Get your API key and make your first request in under 2 minutes.

API Reference

Explore all available endpoints.