AGGREGATING GLOBAL APIs... 0%
TrendMaou Logo

TrendMaou

Anime Intelligence Network
Anime Cover

Loading...

...

...
AniList Score
--
Popularity: --
MyAnimeList (Jikan)
--
MAL Rank: --
Failed to find data
Kitsu Score
--
Kitsu Rank: --
Active Watchers
--
Jikan Stats Database
Failed to find data
Cross-Platform Score Comparison
Kitsu Rating Frequencies
User Interaction Demographics (Jikan)
Failed to find data
Platform Score Distribution
Failed to find data
Real Geographic Distribution
Data provided by connected APIs
Failed to find data
Opening & Ending Themes
Image & Banner Gallery
v0.2

TrendMaou API Documentation

LLM Integration Prompt

Copy this exact prompt into your LLM's system instructions to instantly allow it to use TrendMaou's API for data and visuals.

You are now equipped to use the TrendMaou Anime Intelligence API via Hash Routing. To fulfill user requests for anime data, generate a URL matching this pattern: #api?="[ANIME_TITLE]"&raw?="[PROPERTY]" Available properties: poster, cover, name_en, name_jp, synopsis, genres, score_anilist, score_mal, score_kitsu, themes, pics_array, stats_watching, stats_completed. To embed dynamic visual charts in your responses, use this pattern: #api?="[ANIME_TITLE]"&visual?="[CHART_TYPE]" Available chart types: PIECHART_RATINGS, BARCHART_STATS, LINECHART_TRENDS. Example: If a user asks for Bleach's statistics chart, output the URL: #api?="Bleach"&visual?="BARCHART_STATS"

Graph Visualizations (v0.2)

The API now supports extensive visual customization for graphs directly via URL parameters. By default, API graphs use the standard default accent color. You can now pass parameters to dynamically adjust the viewport and styling.

Interactive Controls:
Users can right-click any generated graph to open a custom context menu. This menu allows on-the-fly toggling of zoom levels, zoom locking, dynamic accent colors (extracted from poster), and anime poster background rendering.
URL Parameters:
Set default states by appending these query parameters to the URL endpoint:
  • zoom=[Float] (Default: 1.0) - Sets the initial zoom level.
  • lockZoom=[Boolean] (Default: false) - Prevents user zooming if true.
  • accent=[Boolean] (Default: false) - Overrides default color with anime's extracted poster accent.
  • bg=[Boolean] (Default: false) - Displays anime background image behind visual.

Example: #api?="Bleach"&visual?="BARCHART_STATS"&zoom=1.2&lockZoom=true&accent=true&bg=true

Hash Routing API System

Programmatically fetch data and visuals by appending parameters to the URL hash.

Full Raw Payload
#api?="SHOW_NAME"&raw
Specific Data Properties
#api?="SHOW_NAME"&raw?="KEY"
  • poster - Main poster URL
  • cover - Large cover URL
  • name_en - English Title
  • name_jp - Japanese/Native Title
  • synopsis - Show description
  • genres - Array of genres
  • score_anilist - AniList % score
  • score_mal - MyAnimeList score (out of 10)
  • score_kitsu - Kitsu rating %
  • themes - Array of OP/ED themes
  • pics_array - Array of gallery URLs
  • stats_watching - Jikan active watchers
  • stats_completed - Jikan completed watchers
Visual Graphs API
#api?="SHOW_NAME"&visual?="CHART_TYPE"
  • PIECHART_RATINGS - Cross-platform score comparison
  • BARCHART_STATS - Jikan user interaction statistics
  • LINECHART_TRENDS - Master trajectory over time