Tenrai Logo
Tenrai Beta

Changelog

v1.0.19 August 16, 2026
Deleted Media Endpoints

Added deleted entries lists for deleted IDs

  • GET /v1/anime/deleted (Browse deleted anime entries)
  • GET /v1/manga/deleted (Browse deleted manga entries)
v1.0.18 August 12, 2026
📚 Interest Stacks

Interest Stacks have been added to Tenrai v1, bringing public MyAnimeList Interest Stack browsing to the API.

New Main Interest Stacks Category:

  • GET /v1/stacks (Browse/search all public interest stacks)
  • GET /v1/stacks/:id (Get full interest stack details, including entries in source order)

New Entity-Linked Interest Stack Endpoints:

  • GET /v1/anime/:id/stacks (Get all public interest stacks for an anime)
  • GET /v1/manga/:id/stacks (Get all public interest stacks for a manga)
v1.0.17 July 28, 2026
Public Rate Limit Increase

Public rate limits have increased to 120 requests per minute and 4 requests per second.

v1.0.16 July 23, 2026
📰 Featured Articles

Featured Articles have been added. While originally planned for Jikan v5, we've brought them forward to Tenrai v1.

New Main Articles Category:

  • GET /v1/articles (Browse/search all featured articles)
  • GET /v1/articles/tags (Get all article tags & counts)
  • GET /v1/articles/:id (Get full article details)

New Entity-Linked Article Endpoints:

  • GET /v1/anime/:id/articles
  • GET /v1/manga/:id/articles
  • GET /v1/people/:id/articles
  • GET /v1/characters/:id/articles
💬 Anime Forum (GET /v1/anime/:id/forum)

The Anime Forum endpoint is now live. Manga /forum will come soon.

  • Episode Threads Only: Currently returns episode discussion threads.
  • Jikan v4 Compatible: Uses the exact same schema as Jikan v4 (supports filter=episode).
🖼️ Episode Cover Images (GET /v1/anime/:id/episodes)

Anime episodes now expose individual cover images where available.

  • Source: Cover images are sourced from Crunchyroll (since that's what MAL uses and links on their pages).
  • Note: If an anime isn't available on Crunchyroll, cover images may be missing for now. We are working on expanding image coverage for titles beyond Crunchyroll catalogue in future, along with higher quality covers.

We've removed the 3 character minimum limit from all search endpoints.

v1.0.15 July 17, 2026

Server keys now have their own separate cache. All responses are cached for 10 mins. Meaning server key users will be able to access updated information slightly quicker than public api users.

We've also optimized and accelerated the top and seasons endpoints. These endpoints are frequently used in home pages of many applications, so improvements are very meaningful here. Your apps should hopefully be a little snappier now.

Expanded SFW filtering

SFW filtering is now available for:

  • Search and browse endpoints:
    • GET /v1/anime
    • GET /v1/anime/ids
    • GET /v1/manga
    • GET /v1/manga/ids
    • GET /v1/seasons/{year}/{season}
    • GET /v1/seasons/now
    • GET /v1/seasons/upcoming
    • GET /v1/schedules
  • Top and random endpoints:
    • GET /v1/top/anime
    • GET /v1/top/manga
    • GET /v1/top/reviews
    • GET /v1/random/anime
    • GET /v1/random/manga
  • Anime and manga related-content endpoints:
    • GET /v1/anime/{id}/full
    • GET /v1/anime/{id}/relations
    • GET /v1/anime/{id}/recommendations
    • GET /v1/anime/{id}/news
    • GET /v1/manga/{id}/full
    • GET /v1/manga/{id}/relations
    • GET /v1/manga/{id}/recommendations
    • GET /v1/manga/{id}/news
  • Character endpoints:
    • GET /v1/characters/{id}/anime
    • GET /v1/characters/{id}/manga
    • GET /v1/characters/{id}/full
  • People endpoints:
    • GET /v1/people/{id}/anime
    • GET /v1/people/{id}/manga
    • GET /v1/people/{id}/voices
    • GET /v1/people/{id}/full
  • Recommendation and review feeds:
    • GET /v1/recommendations/anime
    • GET /v1/recommendations/manga
    • GET /v1/reviews/anime
    • GET /v1/reviews/manga
SFW behavior
  • Normal SFW filtering excludes:
    • Anime rated R+ or Rx
    • Hentai-tagged content
    • Erotica-tagged content
  • Added a new sfw-strict flag wherever SFW filtering is available. Strict mode adds Ecchi filtering on top of the normal SFW exclusions.
  • Strict filtering only takes effect when SFW filtering is enabled.
  • Full/detail endpoints continue returning the requested root anime, manga, character, or person. SFW filtering applies to referenced media returned inside relations, recommendations, appearances, voice roles, and news relationships etc...

These changes should allow for much better fine control over the contents you want displayed within your apps.

We've also updated Ratings filters in all endpoints that have them to support use of multiple ratings within a single request, same as we currently allow with types.

v1.0.14 July 11, 2026
Fixes
Optimizations & Bug Fixes
Bugfixes and general performance optimizations.
v1.0.13 July 10, 2026
Features
Top-level News Endpoints
Added new endpoints under /v1/news: GET /v1/news for paginated news lists with search and tag filtering, GET /v1/news/:id for full news details with related anime/manga details, and GET /v1/news/tags to list news categories with counts.
v1.0.12 July 10, 2026
Features
Extended YouTube Video Statistics
Exposed detailed YouTube video metadata (title, views, likes, dislikes, comment_count, published_at, duration, privacy_status, region_restriction, and embeddable) for trailers and promotional/music videos in the /anime/:id, /anime/:id/full, and /anime/:id/videos endpoints.
Features
Relations Cover Images
Added cover images (images object containing JPG and WebP paths) to related entries in the /anime/:id/relations and /anime/:id/full endpoints.
v1.0.11 July 9, 2026
Features
Relations Media Type
Added the specific media_type of related entries (e.g. Light Novel, Manga, Novel, TV, etc.) to the /anime/:id/full, /anime/:id/relations, /manga/:id/full, and /manga/:id/relations endpoint responses.
v1.0.10 July 8, 2026
Features
Episode Replies Count
Added the replies count (number of forum replies) to the /anime/:id/episodes and /anime/:id/episodes/:episode_id endpoint responses.
Fixes
Random Endpoints
Fixed /random/anime, /random/manga, /random/characters, and /random/people returning the same result on every request. Responses are no longer cached.
v1.0.9 July 8, 2026
Features
Full Anime More Info
Added the moreinfo field containing trivia and detailed notes to the /anime/:id/full endpoint response.
Features
Episode Synopses
Added individual episode synopses (synopsis) to the /anime/:id/episodes endpoint response.
v1.0.8 July 8, 2026
Features
IDs Endpoints Enhancements
Added filters (type, status, sfw, rating), optional field inclusion (include=title,type), result totals, and updated_at filtering by ISO 8601 date-time or Unix timestamp in the /anime/ids and /manga/ids endpoints. Corrected manga IDs example schema metadata.
Features
Voice Actor Favorites
Added the favorites count to the person schema inside the /anime/:id/characters endpoint response.
v1.0.7 July 8, 2026
Features
Multi-type filters
Added support for multiple comma-separated query parameters (e.g. ?filter=tv,ona or ?type=TV,Movie) across the seasons, search, and top endpoints.
Features
Episode durations
Added duration field to /anime/:id/episodes endpoint response.
v1.0.6 July 7, 2026
Fixes
Genre filtering
Fixed a bug where search filtering by certain genres returned empty results.
Fixes
Manga role titles
Fixed incorrect titles for manga roles in the people endpoint.
Fixes
Reviewer profile images
Fixed a bug with incorrect image urls.
v1.0.5
Fixes
Search updates
Fixed search pagination behavior and made fixes to query sorting.
v1.0.4 July 6, 2026
Fixes
Producer CDN Image URLs
Fixed a bug where producer/studio logo image URLs (with /s/ paths) were missing the cdn. prefix. They now correctly resolve to https://cdn.myanimelist.net.
v1.0.3 July 6, 2026
Search sorting
People favorites and birthdays
People search now orders favorites correctly by default and keeps missing favorites or birthdays at the end when sorting descending.
Search sorting
Character name and ID defaults
Character search now defaults name and MAL ID ordering to ascending while keeping favorites ordered by most favorited first.
v1.0.2 July 6, 2026
Rate limits
Public daily request limit increased
Public access now includes 40,000 requests per day, up from 20,000.
v1.0.1
Responses
CDN image URLs
Image response URLs now use https://cdn.myanimelist.net/images.