• Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
Kou

Kou

Api

Public
Like
Api
Home
Code
3
allanime
1
README.md
H
main.ts
Environment variables
Branches
1
Pull requests
Remixes
History
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
README.md
Code
/
README.md
Search
…
Viewing readonly version of main branch: v8
View latest version
README.md

Anime REST API

A REST API that wraps the AllAnime GraphQL API, providing easy-to-use JSON endpoints for searching anime, getting episode lists, and fetching streaming/m3u8 sources.

Endpoints

MethodPathDescription
GET/API documentation (JSON)
GET/api/search?q=:querySearch anime by name
GET/api/info/:idGet anime details
GET/api/episodes/:idGet episode list
GET/api/sources/:id/:episodeGet streaming sources (m3u8, direct, embed)
GET/sourceView source code

Query Parameters

/api/search

  • q (required) — search query
  • type — sub or dub
  • page — page number (default: 1)
  • limit — results per page (default: 20, max: 40)

/api/sources/:id/:episode

  • type — sub (default) or dub

Architecture

Rendering mermaid diagram...

Response Examples

Search

{ "total": 100, "results": [ { "id": "abc123", "name": "Anime Name", "englishName": "English Name", "thumbnail": "https://...", "genres": ["Action"], "availableEpisodes": { "sub": ["1","2"], "dub": ["1"] } } ] }

Sources

{ "id": "abc123", "episode": "1", "translationType": "sub", "title": "Episode Title", "sources": [ { "name": "Default", "url": "https://...master.m3u8", "type": "hls", "quality": 1080, "subtitles": [], "audioTracks": [] } ] }
FeaturesVersion controlCode intelligenceCLIMCP
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
AboutAlternativesPricingBlogNewsletterCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Open Source Pledge
Terms of usePrivacy policyAbuse contact
© 2026 Val Town, Inc.