MovieBox API
MovieBox API is an unofficial Moviebox api scrapper, provides access to movies, TV shows, and anime with detailed metadata and direct media download links. Built for developers who want content data fast, clean, and usable without jumping through hoops.
MovieBox API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Get movies or tv series | ||
| GET |
Get movies by filtering. /movie-or-tv/list |
Returns a list of subjects filtered by category and optional filters. |
| GET |
Get filter categories /movie-or-tv/filter-items |
Returns a list of items which you can pass to the /movie-or-tv/list's filter query parameter . |
| preview | ||
| GET |
Get Episodes Info. /preview/{id}/episode-info |
Returns episode info metadata for a given subject id. The metadata entails detail like: resolutions, number of episodes per resolution |
| GET |
Get related movies. /preview/{subjectId}/related |
Returns related movies,tv series and animes for the for a given subject id. *You will call it recommendations* |
| GET |
Get Movie Details /preview/{id} |
Returns preview details for a given subject id. |
| GET |
Get episode lists /preview/{subjectId}/episode-list |
Returns the list of episodes for a given subject id. Make sure the subject id belongs to a TV Show. The fetched contains downloadable urls. |
| search | ||
| GET |
/search /Search |
Searches Moviebox by keyword and tab (Movie/TV) with pagination. |
MovieBox API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $24.99 / month | — |
|
| MEGA | $79.99 / month | — |
|