# MyAnimeList API **Provider:** MyAnimeList **Category:** entertainment **Base URL:** `https://myanimelist.net` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published; ~1 req/s recommended **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://myanimelist.net/clubs.php?cid=13727 ## Description Welcome to MyAnimeList, the world's most active online anime and manga community and database. Join the online community, create your anime and manga list, read reviews, explore the forums, follow news, and so much more! ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://myanimelist.net/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://myanimelist.net' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with MAL account. No paid tiers; community-supported API. --- *Source: [API Map](https://apimap.dev/apis/myanimelist/) — CC BY 4.0*