Cinetaro API

TMDB-powered JSON API with Webshare Proxy

v1.1.0

Proxy Status

Checking proxy...

Endpoints

GET /api/home Homepage (all sections)
GET /api/details/:id?type=movie|tv Content details
GET /api/watch/:id?type=movie|tv&s=1 Watch page + episodes
GET /api/search?keyword=xxx&page=1 Search multi
GET /api/filter?type=movie|tv&page=1&genre=28&year=2024 Discover / Filter
GET /api/azlist?letter=A&page=1 A-Z listing
GET /api/proxy Proxy health check
Click an endpoint above to test

Proxy Config

Provider: Webshare Rotating Proxy

Host: p.webshare.io:80

Mode: Every TMDB request routes through proxy via https-proxy-agent

Env vars needed on Vercel:

    TMDB_API_KEY = your TMDB key

Dependencies:

    node-fetch + https-proxy-agent

Response Structure (home)

{ "success": true, "results": { "spotlights": [...], "trending": [...], "topAiring": [...], "mostPopular": [...], "mostFavorite": [...], "latestCompleted": [...], "latestReleases": [...], "popularMovies": [...], "popularTVSeries": [...], "top10": { "day": [...], "week": [...], "month": [...] }, "upcoming": [...] } }