OpenTV ENTera & OpenTV Platform Documentation

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 Retrieving channel lists.

See also

For full details of this API, see the Metadata Server (MDS) API Documentation.