[Deprecated] use /api/v1/anime/{contentId}/episodes/{s}/{e}/sources
Deprecated
GET
/api/v1/sources/{contentId}/{season}/{episode}
const url = 'http://localhost:8080/api/v1/sources/1/1/1';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/sources/1/1/1Legacy short path kept so the demo UI keeps working during the API/module split. Same response shape, same semantics. Remove after the new path is documented and consumers migrate.
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
Responses
Section titled “ Responses ”OK
Media type */*
object
key
additional properties