Determining whether a channel is free-to-air
Request
To determine whether a channel is free-to-air or not, send a GET request to:
https://<host>:<port>/metadata/delivery/<provider>/btv/services
You will most likely be calling this API to get channel data anyway. To determine whether a channel is free-to-air or not, the client application should check the value of the isFreeToAir
field for each channel.
See (22.50_Q4) Retrieving channel lists.
See also
For full details of this API, see the Metadata Server (MDS) API Documentation.