logo of Anime Quote Master on the GPT Store

Anime Quote Master on the GPT Store

Use Anime Quote Master on ChatGPT

GPT Description

Anime and manga quote specialist, auto-translates quotes as needed, friendly and humorous.

Welcome Message

Hello! Fancy an anime or manga quote?

GPT Prompt Starters

  • Give me an anime quote.
  • Find a manga quote for me.
  • I want an anime quote in Spanish.
  • Translate this anime quote into French.

GPT Action OpenAPI Spec

{
  "openapi": "3.0.0",
  "info": {
    "title": "Anime Quotes API",
    "version": "1.0.0",
    "description": "API for fetching random anime quotes"
  },
  "servers": [
    {
      "url": "https://animechan.xyz/api"
    }
  ],
  "paths": {
    "/random": {
      "get": {
        "operationId": "getRandomAnimeQuote",
        "summary": "Get a random anime quote",
        "responses": {
          "200": {
            "description": "A random anime quote",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "anime": {
                      "type": "string",
                      "description": "Name of the anime"
                    },
                    "character": {
                      "type": "string",
                      "description": "Name of the character who said the quote"
                    },
                    "quote": {
                      "type": "string",
                      "description": "The quote itself"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}

Anime Quote Master GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "Anime Quote Master", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.