Get recommendations for a title
get_recommendations_for_mediaFind anime or manga similar to a given title using its AniList ID. Returns user recommendations ranked by rating.
Instructions
List anime/manga AniList users recommend as similar to a given title, ranked by rating (highest first). Use search_media first to resolve the title to its AniList ID. Each result's mediaRecommendation.mediaListEntry (requires login) shows whether it's already on your own list — set excludeInList: true to filter those out server-side instead of checking each one yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entries with an upstream error, so paging that deep fails rather than returning more results. | |
| mediaId | Yes | AniList ID of the anime/manga to get recommendations for. | |
| perPage | No | Results per page (max 25). | |
| excludeInList | No | [Requires login] Omit recommendations already on your own list. Filtered after fetching this page, so a page can come back with fewer than `perPage` results — not an error, just fewer new ones on that page. No-ops (nothing filtered) if not logged in, since there's no list to check against. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recommendations | Yes |