{"name":"Spün MovieBox API (Pages Edition)","description":"An unofficial REST API built by Spün for MovieBox — now running on Cloudflare Pages Functions.","version":"2.0.0","routes":[{"method":"GET","path":"/","auth":false,"description":"API info and route listing"},{"method":"GET","path":"/health","auth":false,"description":"Worker health check"},{"method":"POST","path":"/search","auth":true,"description":"Search for movies, TV shows, and shorts. Body: { keyword, page?, perPage? }"},{"method":"GET","path":"/info/:subjectId","auth":true,"description":"Get detail for a subject. Requires ?detailPath= query param (from search/home results)."},{"method":"GET","path":"/season/:subjectId","auth":true,"description":"Get season and episode structure for a TV show or shorts series. Requires ?detailPath=."},{"method":"GET","path":"/stream/:subjectId","auth":true,"description":"Stream URLs for a specific episode. Params: se, ep, detailPath (required). Use se=0&ep=0 for movies."},{"method":"GET","path":"/stream/:subjectId/all","auth":true,"description":"All stream URLs for all episodes grouped by episode. Requires ?detailPath=."},{"method":"GET","path":"/download/:subjectId","auth":true,"description":"Full download pack grouped by season → episode → quality. Requires ?detailPath=."},{"method":"GET","path":"/home","auth":true,"description":"MovieBox homepage rows with subjects (Africa/Lagos feed)"},{"method":"GET","path":"/home/rows","auth":true,"description":"All homepage row titles and opIds — use to discover rows before fetching subjects"},{"method":"GET","path":"/home/subjects?opId=X","auth":true,"description":"Subjects for a specific homepage row by opId"},{"method":"GET","path":"/movie/:tmdbId","auth":true,"description":"TMDB metadata + All Multi-Language MovieBox streams for a movie"},{"method":"GET","path":"/tv/:tmdbId/:season/:episode","auth":true,"description":"TMDB episode metadata + All Multi-Language MovieBox streams for an episode"}]}