# Yu-Gi-Oh! API **Provider:** Yu-Gi-Oh! **Category:** entertainment **Base URL:** `https://db.ygoprodeck.com` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://db.ygoprodeck.com/api-guide/ ## Description YGOPRODeck, your ultimate Yu-Gi-Oh! Database and Deck Share Site. Features a Deck Builder, Price Checker and hundreds of Yu-Gi-Oh! decks! We also host the most comprehensive Yu-Gi-Oh! Card Database available. For all things Yu-Gi-Oh!, check out YGOPRODeck.com ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://db.ygoprodeck.com/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://db.ygoprodeck.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/yu-gi-oh/) — CC BY 4.0*