📡 SIMKL Service
Caching proxy for SIMKL trending and DVD release lists.
Endpoints
GET /stats — cache status & item counts
GET /trending/today/small — today top-100
GET /trending/today/large — today top-500
GET /trending/week/small — week top-100
GET /trending/week/large — week top-500
GET /trending/month/small — month top-100
GET /trending/month/large — month top-500
GET /dvd/small — DVD releases top-100
GET /dvd/large — DVD releases top-500
GET /movies/{simkl_id} — individual movie
GET /tv/{simkl_id} — individual TV show
GET /anime/{simkl_id} — individual anime
GET /movies/find?imdb=&tmdb=&tvdb=
GET /tv/find?imdb=&tmdb=&tvdb=
GET /anime/find?imdb=&tmdb=&tvdb=&mal=&anilist=&anidb=&kitsu=
📖 Interactive API docs
← Back to Home