Countries & Types

Countries & Types: These helper endpoints return available filter values for building IPTV browsers, dashboards, and selector UIs.

1. Countries Endpoint:GET /countries

curl "https://umva.net/api/iptv/countries"

Countries Response Example:

{
"success": true,
"data": [
"France",
"Rwanda",
"United Kingdom",
"United States"
]
}

2. Types Endpoint:GET /types

curl "https://umva.net/api/iptv/types"

Types Response Example:

{
"success": true,
"data": [
"Entertainment",
"Movies",
"Music",
"News",
"Sports"
]
}

Notes:

  • These endpoints return distinct non-empty values from the active channel dataset.
  • They are useful for preloading filters before calling /channels.