XFiles API

Anime, Donghua & Manga Streaming API

Anime & Donghua
GET /api/home

Get latest updated anime & donghua list

GET /api/home
GET /api/detail/:id

Get series detail with episodes list

NameTypeDescription
idrequireduuidSeries ID (from search/home)
GET /api/detail/4698c72a-438b-4fd2-9cd4-55f0de113127
GET /api/episode/:id

Get episode detail information

NameTypeDescription
idrequireduuidEpisode ID (from detail)
GET /api/episode/0008b5e6-5d8d-4581-8052-0069ce39e454
GET /api/episode/:id/videos

Get streaming URLs for episode

NameTypeDescription
idrequireduuidEpisode ID
GET /api/episode/0008b5e6-5d8d-4581-8052-0069ce39e454/videos
GET /api/browse

Browse anime & donghua with filters

NameTypeDescription
pageoptionalintegerPage number (default: 1)
genreoptionaluuidFilter by genre ID (from /api/genres)
seasonoptionaluuidFilter by season ID (from /api/seasons)
typeoptionalstringTV, ONA, OVA, Movie
sortoptionalstring-date_updated, title, -rating
GET /api/browse?page=1&type=TV&sort=-rating
GET /api/genres

Get all available genres

GET /api/genres
GET /api/seasons

Get all available seasons (Winter 2025, Fall 2024, etc)

GET /api/seasons
GET /api/ongoing

Get currently airing anime & donghua

NameTypeDescription
pageoptionalintegerPage number (default: 1)
limitoptionalintegerResults per page (default: 100)
GET /api/ongoing?page=1&limit=50
GET /api/schedule

Get anime schedule grouped by day (Monday, Tuesday, etc)

GET /api/schedule
Baca Komik
GET /api/manga/home

Get popular & latest updates

GET /api/manga/home
GET /api/manga/latest

Get latest updated manga with pagination

NameTypeDescription
pageoptionalintegerPage number (default: 1)
limitoptionalintegerResults per page (default: 24)
GET /api/manga/latest?page=1&limit=24
GET /api/manga/browse

Browse manga with filters

NameTypeDescription
pageoptionalintegerPage number (default: 1)
typeoptionalstringmanga, manhwa, manhua, comic
statusoptionalstringongoing, completed, hiatus
genreoptionalstringGenre ID
GET /api/manga/browse?type=manhwa&status=ongoing&page=1
GET /api/manga/genres

Get all available manga genres

GET /api/manga/genres
GET /api/manga/detail/:id

Get manga detail information

NameTypeDescription
idrequireduuidManga ID (from search/home)
GET /api/manga/detail/4bd83a57-3677-425e-bce7-c86431ca5c35
GET /api/manga/chapters/:id

Get chapter list for a manga with pagination

NameTypeDescription
idrequireduuidManga ID
pageoptionalintegerPage number (default: 1)
limitoptionalintegerResults per page (default: 50)
sort_orderoptionalstringasc or desc (default: desc)
GET /api/manga/chapters/4bd83a57-3677-425e-bce7-c86431ca5c35?page=1
GET /api/manga/chapter/:id/:chapterId

Get chapter images for reading

NameTypeDescription
idrequireduuidManga ID
chapterIdrequireduuidChapter ID (from chapters list)
GET /api/manga/chapter/4bd83a57-3677-425e-bce7-c86431ca5c35/035f60fe-66e1-405b-b036-df463a428e1e