A viewset for viewing and editing radio server channels.

GET /api/v2/channels/?server=1
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
[
    {
        "id": 1,
        "listeners_current": 11,
        "listeners_peak": 31,
        "traffic": "283.60 Gb",
        "state": 2,
        "links_html": {
            "WindowsMedia": {
                "link": "https://rdopanel.cobrasoftwares.org:1050/cobrafm/1/wmp.asx",
                "img": "/media/static/images/listener/mplayer.png"
            },
            "Winamp": {
                "link": "https://rdopanel.cobrasoftwares.org:1050/cobrafm/1/winamp.m3u",
                "img": "/media/static/images/listener/winamp.png"
            },
            "iTunes": {
                "link": "https://rdopanel.cobrasoftwares.org:1050/cobrafm/1/itunes.pls",
                "img": "/media/static/images/listener/itunes.png"
            },
            "RealPlayer": {
                "link": "https://rdopanel.cobrasoftwares.org:1050/cobrafm/1/realplayer.ram",
                "img": "/media/static/images/listener/realplayer.png"
            },
            "WebPlayer": {
                "link": "https://rdopanel.cobrasoftwares.org:1050/cobrafm/1/web",
                "img": "/media/static/images/listener/web.png"
            }
        },
        "stream_url": "http://rdopanel.cobrasoftwares.org:1060/stream",
        "secure_stream_url": "https://rdopanel.cobrasoftwares.org:1065/stream",
        "admin_link": "https://127.0.0.1:1065/index.html",
        "active": true,
        "bitrate": "128",
        "listeners": "10000",
        "s_type": "icecast-kh",
        "s_format": "mp3",
        "ip_address": "127.0.0.1",
        "port": 1060,
        "ssl_port": 1065,
        "mount_point": "/stream",
        "public": true,
        "traf": 297375876,
        "traf_month": 12,
        "autodj_enabled": true,
        "centovacast_compatible": true,
        "youtube_stream_image": null,
        "youtube_stream_image_resolution": null,
        "fb_stream_image": null,
        "fb_stream_image_resolution": null,
        "vk_stream_image": null,
        "vk_stream_image_resolution": null,
        "telegram_stream_image": null,
        "telegram_stream_image_resolution": null,
        "proxy_enabled": false,
        "proxy_status": 0,
        "proxy_url_path": null,
        "ssl_proxy_enabled": false,
        "ssl_proxy_status": 0,
        "ssl_proxy_url_path": null,
        "allow_auth_listeners_only": false,
        "server": 1
    },
    {
        "id": 4,
        "listeners_current": 0,
        "listeners_peak": 2,
        "traffic": "1.38 Mb",
        "state": 2,
        "links_html": {
            "WindowsMedia": {
                "link": "https://rdopanel.cobrasoftwares.org:1050/cobrafm/4/wmp.asx",
                "img": "/media/static/images/listener/mplayer.png"
            },
            "Winamp": {
                "link": "https://rdopanel.cobrasoftwares.org:1050/cobrafm/4/winamp.m3u",
                "img": "/media/static/images/listener/winamp.png"
            },
            "iTunes": {
                "link": "https://rdopanel.cobrasoftwares.org:1050/cobrafm/4/itunes.pls",
                "img": "/media/static/images/listener/itunes.png"
            },
            "RealPlayer": {
                "link": "https://rdopanel.cobrasoftwares.org:1050/cobrafm/4/realplayer.ram",
                "img": "/media/static/images/listener/realplayer.png"
            },
            "WebPlayer": {
                "link": "https://rdopanel.cobrasoftwares.org:1050/cobrafm/4/web",
                "img": "/media/static/images/listener/web.png"
            }
        },
        "stream_url": "http://rdopanel.cobrasoftwares.org:1240/stream",
        "secure_stream_url": "https://rdopanel.cobrasoftwares.org:1250/stream",
        "admin_link": "https://127.0.0.1:1250/index.html",
        "active": true,
        "bitrate": "16",
        "listeners": "10000",
        "s_type": "icecast-kh",
        "s_format": "mp3",
        "ip_address": "127.0.0.1",
        "port": 1240,
        "ssl_port": 1250,
        "mount_point": "/stream",
        "public": true,
        "traf": 1415,
        "traf_month": 12,
        "autodj_enabled": true,
        "centovacast_compatible": true,
        "youtube_stream_image": null,
        "youtube_stream_image_resolution": null,
        "fb_stream_image": null,
        "fb_stream_image_resolution": null,
        "vk_stream_image": null,
        "vk_stream_image_resolution": null,
        "telegram_stream_image": null,
        "telegram_stream_image_resolution": null,
        "proxy_enabled": false,
        "proxy_status": 0,
        "proxy_url_path": null,
        "ssl_proxy_enabled": false,
        "ssl_proxy_status": 0,
        "ssl_proxy_url_path": null,
        "allow_auth_listeners_only": false,
        "server": 1
    }
]