# Potter DB API **Provider:** Potter DB **Category:** entertainment **Base URL:** `https://potterdb.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not enforced; reasonable use requested **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://potterdb.com ## Description Data from the Harry Potter Universe: Characters, Movies, Books, Spells and Potions | No | Yes | Unknown | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://potterdb.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://potterdb.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open-source. No paid tiers; community-maintained Harry Potter API. --- *Source: [API Map](https://apimap.dev/apis/potter-db/) — CC BY 4.0*