Vroxify Developers

← API reference

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

MethodPathDescription
GET/vroxify/catalog/homeFeatured rails, hero series, and promotional blocks.
GET/vroxify/catalog/trendingTrending titles ranked by engagement.
GET/vroxify/catalog/rankingLeaderboards for series and creators.
GET/vroxify/catalog/calendarUpcoming 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}/episodesEpisode list with thumbnails and durations.
GET/vroxify/series/{id}/watchWatch UI payload (progress, next episode).
GET/vroxify/episodes/{id}/streamSigned HLS/MP4 stream URL.
GET/vroxify/episodes/{id}/commentsEpisode comment thread.
POST/vroxify/episodes/{id}/commentsPost comment (auth required).