Skip to content

Anikoto

The AnikotoProvider connects to anikototv.to (anikoto.cz). It is an excellent provider for both subbed and dubbed content, offering high-quality HLS streams with integrated subtitle tracks.

import { HttpClient, AnikotoProvider } from 'anime-sdk';
const http = new HttpClient();
const provider = new AnikotoProvider(http);
const results = await provider.search('Naruto');
const units = await provider.fetchContentUnits(results[0].id);
// Resolve sub or dub streams
const subStream = await provider.resolveStream(units[0].id, 'sub');
const dubStream = await provider.resolveStream(units[0].id, 'dub');
FeatureDetails
CatalogAnime
Languagessub, dub
Subtitlesyes (Integrated in HLS)
MethodJSON API + Embed Scrape
HLSSingle quality with VTT tracks