Endpoint Index

Endpoint Index (IPTV)

All IPTV API endpoints are prefixed with /api/iptv:

  • GET /channels — list available channels with optional filtering and pagination
  • GET /countries — list available countries for filters
  • GET /types — list available channel categories/types
  • GET /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.