# Magic The Gathering API **Provider:** Magic The Gathering **Category:** entertainment **Base URL:** `http://magicthegathering.io` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not enforced; fair use requested **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://magicthegathering.io/ ## Description Magic The Gathering Game Information | No | No | Unknown | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://magicthegathering.io/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'http://magicthegathering.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open. No paid tiers; community-maintained MTG card data. --- *Source: [API Map](https://apimap.dev/apis/magic-the-gathering/) — CC BY 4.0*