# MangaDex API **Provider:** MangaDex **Category:** entertainment **Base URL:** `https://api.mangadex.org` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 5 req/s per user **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.mangadex.org/docs.html ## Description Manga Database and Community ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.mangadex.org/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://api.mangadex.org' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open. Community-run manga reading API with no paid tiers. --- *Source: [API Map](https://apimap.dev/apis/mangadex/) — CC BY 4.0*