Ranked provider candidates for an episode (canonical resource path)
GET
/api/v1/anime/{contentId}/episodes/{season}/{episode}/sources
const url = 'http://localhost:8080/api/v1/anime/1/episodes/1/1/sources';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url http://localhost:8080/api/v1/anime/1/episodes/1/1/sourcesReturns episode_source + episode_video rows joined and scored by MultiSourceRanker (AP-7, ADR 0008). Higher score = better choice. This is the canonical resource-style path; the legacy alias is GET /api/v1/sources/{contentId}/{season}/{episode}.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” contentId
required
integer format: int64
season
required
integer format: int32
episode
required
integer format: int32
Query Parameters
Section titled “Query Parameters ” prefer
string
Optional comma-separated provider order override (e.g. ANIBOOM,KODIK,SIBNET,JUTSU)
Responses
Section titled “ Responses ”OK
Media type */*
object
key
additional properties