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"
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.
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.#api?="Bleach"&visual?="BARCHART_STATS"&zoom=1.2&lockZoom=true&accent=true&bg=true
Programmatically fetch data and visuals by appending parameters to the URL hash.
poster - Main poster URLcover - Large cover URLname_en - English Titlename_jp - Japanese/Native Titlesynopsis - Show descriptiongenres - Array of genresscore_anilist - AniList % scorescore_mal - MyAnimeList score (out of 10)score_kitsu - Kitsu rating %themes - Array of OP/ED themespics_array - Array of gallery URLsstats_watching - Jikan active watchersstats_completed - Jikan completed watchersPIECHART_RATINGS - Cross-platform score comparisonBARCHART_STATS - Jikan user interaction statisticsLINECHART_TRENDS - Master trajectory over time