Trace Moe
Trace Moe API is a free REST API that enables developers to identify anime scenes by uploading screenshots or images. It returns detailed metadata about the scene, including the anime title, episode, and timestamps, making it ideal for anime discovery apps, bots, and fan platforms.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
180 requests/minute
Rate Limit
API Endpoints
Finds anime scenes from image or video frames
Full URL
https://api.trace.moe/search
Code Examples
curl -X GET 'https://api.trace.moe/search'
Parameters
{ "url": "https://example.com/anime_frame.jpg" }
Example Response
{
"at": "00:12:45",
"anime": "Sword Art Online",
"episode": 14,
"similarity": 0.956
}
Version
v1
Rate Limit
120 searches/day
Tags
animereverse-search
Technical Details
Authentication
NoneResponse Formats
JSONAvailability
globalStatus
Published Rate Limits
180 requests/minute
Supported Languages
Any
Use Cases
anime identification
content moderation
Related APIs
Discover similar APIs that might interest you