Trace Moe

API

Anime scene recognition API from screenshots

Visit Website

Overview

Trace Moe API lets developers integrate anime scene search into apps/services. It accepts image uploads (POST) or URLs (GET) to return exact scene details: anime title (romaji/English), episode number, timestamp (seconds), similarity score, and preview frames. Responses are JSON-formatted. Use cases include helping users identify unknown anime scenes, content creators verifying clip sources, or building tools for enthusiasts to discover scene contexts. It leverages a large anime episode database for accurate matching.

Example Integration (JavaScript)

script.js JS

fetch('https://soruly.github.io/trace.moe-api/#/')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful
  • JSON responses
  • Image upload/URL support
  • Scene timestamp detection
  • Anime title & episode identification
  • Preview frames included

Frequently Asked Questions

? Is Trace Moe API free to use?

Yes, it offers a free tier with rate limits (100 requests/minute for non-authenticated users). Paid tiers unlock higher limits and additional features.

? Does it require an API Key?

No, but using an API key (via registration) increases rate limits and enables longer preview videos.

? What is the response format?

All responses are in JSON, including anime title, episode number, timestamp, similarity score, and preview frame URLs.

Top Alternatives

WhatAnime API Search Google

People Also Ask about Trace Moe

Trace Moe vs WhatAnime API Trace Moe 2025 review

Tool Info

Pricing Freemium
Category Anime
Platform Public API

Pros

  • Accurate scene matching
  • Easy integration
  • Supports uploads & URLs
  • Free tier available

Cons

  • Rate-limited free tier
  • Limited to anime content
  • No SLA for free users

More Anime Tools