You can transfer as parameter either the numeric id (id), or its short name (titleshort),
that is displayed as URL on the channel page.
Response contains:
cid – numeric id
title – full title
titleshort – short title
status – status (online or offline)
viewers – number of viewers (refreshed once per minute)
bitrate – bitrate in kilobits per second
Request example:
http://aliez.tv/api/api.php?m=getChannelInfo&id=17&key=45-abcdefgh1234567890
http://aliez.tv/api/api.php?m=getChannelInfo&titleshort=livestreamingchannel1&key=45-abcdefgh1234567890
Response example:
{"cid":"17", "title":"Live Streaming Channe l1", "titleshort":"livestreamingchannel1",
"status":"online", "viewers":"2342" "bitrate":"548"}