cURL
curl --request GET \ --url https://api.example.com/api/v1/quotes/search
{ "status": "success", "data": [ { "id": "...", "quote_text": "A dream is worth less than nothing if you don't have someone else to share it.", "anime": { "id": "...", "name": "One Piece", "slug": "one-piece" }, "character": { "id": "...", "name": "Kaidou", "slug": "kaidou", "role": "antagonist" }, "tags": ["dreams"] } ] }
Full-text search across all quotes
Documentation IndexFetch the complete documentation index at: https://docs.aniquotes.myproj.xyz/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.aniquotes.myproj.xyz/llms.txt
Use this file to discover all available pages before exploring further.