Endpoint Index
Endpoint Index (IPTV)
All IPTV API endpoints are prefixed with /api/iptv:
GET /channels— list available channels with optional filtering and paginationGET /countries— list available countries for filtersGET /types— list available channel categories/typesGET /stream/{channel}— validate subscription and redirect to the real stream URL
Important:/channels returns a proxied channel URL pointing to /api/iptv/stream/{channel}. This lets UMVA re-check subscription status before playback.