Integration Guides
Each guide covers a single integration pattern with complete, runnable code.
Python Quick Start
Search, paginate, and handle errors with the requests library. Covers natural language search, tag queries, and authenticated calls.
JavaScriptJavaScript & Node.js
Call the API from the browser or a Node.js server with native fetch. Includes artist lookup, pagination helpers, and error handling.
discord.jsDiscord Bot
Build /search and /artist slash commands that return art metadata in rich embeds. Covers command registration, response formatting, and error handling.
ReactReact Search UI
Build a search component with debounced input, tag autocomplete, and live results. Works with any React 18+ project.
All examples work without an API key at the free tier rate limit (30 requests/minute). Authenticated requests use the X-API-Key header. See the API reference for full endpoint documentation.