ShinTosho API Documentation

High-performance, RESTful API providing structured anime torrent metadata and AniList mapping.

Production Base URLs
API Base URLhttps://shintosho-api.vercel.app
Web Applicationhttps://shintosho-frontend.vercel.app
Interactive Swagger UI

Explore endpoints and test queries directly in the browser.

Open Swagger Docs

Core Endpoints

GET/api/v1/latest

Returns paginated list of recent torrents matched to anime metadata.

Example: https://shintosho-api.vercel.app/api/v1/latest?page=1&limit=30&quality=1080p
GET/api/v1/search

Full-text search across anime titles, synonyms, and English titles.

Example: https://shintosho-api.vercel.app/api/v1/search?q=jujutsu&type=TV&year=2020&page=1&limit=20
GET/api/v1/anime/:id

Get anime metadata by ObjectId or prefix (anidb:123, anilist:123, mal:123).

Example: https://shintosho-api.vercel.app/api/v1/anime/:id/api/v1/anime/anilist:20
GET/api/v1/episodes/:episodeId/torrents

Get all matched torrent releases for a specific episode with magnet URIs.

Example: https://shintosho-api.vercel.app/api/v1/episodes/:episodeId/torrents?quality=1080p&sort=seeders:desc