Catalog API
Vroxify-branded catalog routes under /vroxify/*. Media URLs resolve via cdn.vroxify.com (CNAME to ShoortPlus CDN).
Example request
curl -s "https://api.vroxify.com/api/v1/vroxify/catalog/home" \ -H "Accept: application/json" \ -H "X-Platform: vroxify"
Endpoints
Base: https://api.vroxify.com/api/v1
| Method | Path | Description |
|---|---|---|
| GET | /vroxify/catalog/home | Featured rails, hero series, and promotional blocks. |
| GET | /vroxify/catalog/trending | Trending titles ranked by engagement. |
| GET | /vroxify/catalog/ranking | Leaderboards for series and creators. |
| GET | /vroxify/catalog/calendar | Upcoming and recent release dates. |
| GET | /vroxify/series?page=1&type= | Paginated catalog; optional type filter. |
| GET | /vroxify/series/{id} | Series metadata, cast, and synopsis. |
| GET | /vroxify/series/{id}/episodes | Episode list with thumbnails and durations. |
| GET | /vroxify/series/{id}/watch | Watch UI payload (progress, next episode). |
| GET | /vroxify/episodes/{id}/stream | Signed HLS/MP4 stream URL. |
| GET | /vroxify/episodes/{id}/comments | Episode comment thread. |
| POST | /vroxify/episodes/{id}/comments | Post comment (auth required). |