线路类型一[普通集群负载-IP接口]
说明:直接访问https://api.apihz.cn/getapi.php获取当前最优IP接口地址。由普通负载集群服务器组成,通过IP接口地址调用,如果单个服务器过载可自行切换IP接口地址尝试其他负载服务器。
线路类型二[普通集群负载-域名接口]
说明:域名接口会自动分发请求到普通集群服务器均衡负载,该域名TTL值为60秒,表示你的请求会每60秒实现自动轮换负载服务器,但也可能因你的网络服务商存在DNS缓存造成短时间内无法自动切换负载。如果某个负载服务器出现故障,也可能会造成个别地区存在一定时间的故障期。
线路类型三[VIP集群负载-VIP线路接口]
说明:VIP专属大带宽服务器独立集群组,每次请求自动均衡负载,自动故障切换,抗攻击,全球智能CDN加速。超高稳定性!最低30¥/月,彩钻以上会员专属,登录后购买。注:VIP线路是指调用接口的线路更有保障以及每分钟拥有更高的调用频次等,并非收费接口包月使用。
请求示例
[GET]请求示例:(以下为公共KEY,共享每分钟调用频次,请登录后使用自己的KEY独享频次)

复制全部

复制参数 

[POST]请求示例:(请根据开发语言自行POST,参考【GET/POST教程】。)

请求参数说明
注意:请求编码为UTF8,否则带中文请求可能失败。一般参数不能带+号,会被自动替换为空格。参数内容较大的必须用POST,不能GET。
提示:如发现接口有BUG,可加服务QQ群500700444,及时向我们反馈。
提示:请求参数里的开发者ID与KEY,登录后台菜单【个人资料】里查看。
名称 参数 必填 说明
开发者IDid用户中心的数字ID,例:id=10000000
开发者KEYkey用户中心通讯秘钥,例:key=15he5h15ty854j5sr152hs2
频道type1=cctv1综合,2=cctv2财经,3=cctv3综艺,4=cctv4亚洲,5=cctv5体育,6=cctv6电影,7=cctv7国防军事,8=cctv8电视剧,9=cctv9纪录,10=cctv10科教,11=cctv11戏剧,12=cctv12社会与法,13=cctv13新闻,14=cctv14少儿,15=cctv15音乐,16=cctv16奥林匹克,17=cctv17农业农村,101=cctv5+体育赛事,102=cctv4欧洲,103=cctv4美洲。默认1。例:type=1
nian年,默认当前年。例:nian=2026
yue月,默认当前月。例:yue=06
ri日,默认当日。获取日期一般不能超过前21天与后7天。例:ri=08
动态秘钥dkey开发者开启动态秘钥验证后需传此参数,主要针对直接在客户端调用接口的场景。请在官网后台菜单【个人资料】里配置。例:dkey=0cd2a494831736587c33f30d1e544371
用户IPuip接口调用者IP,用于后台统计IP地域分布,ISP运营商,时段IP数统计等,如不传该参数则默认为接口请求端IP,该参数主要用于使用后端服务器/中间件请求接口的方式使用。例:uip=123.123.123.123。该参数彩钻/炫钻/焱钻会员专享。
返回参数说明
名称 参数 说明
状态码code200成功,400错误。
信息提示msg返回提示。
频道名称channelName频道名称。
播放地址playurl官方播放网页,注意是网页而非直链播放链接。
VIP标识vipflagVIP标识 0=免费。
节目列表数据集list节目列表数据集。
节目名称list.title节目名称。
开播时间戳list.startTime开播时间戳。
开播时间格式化list.startTime2开播时间格式化。
结束时间戳list.endTime结束时间戳。
结束时间格式化list.endTime2结束时间格式化。
开播时间几点几分list.showTime开播时间几点几分。
特殊标记list.eventType通常为空,可能用于标记特殊直播(如体育赛事、晚会)。
特殊标记IDlist.eventId与 eventType配套,用于内部关联。
节目时长list.length节目时长,单位秒。
栏目主页list.column_url官方栏目主页链接。
栏目主页2list.columnBackvideourl官方栏目主页链接2。
权重标识list.top权重标识。
返回数据示例
示例:{"code":400,"msg":"通讯秘钥错误。"}
示例:
{
    "code": 200,
    "channelName": "CCTV-1 综合",
    "playurl": "https://tv.cctv.com/live/cctv1",
    "vipflag": 0,
    "list": [{
        "title": "本草流芳-黄连",
        "startTime": 1780848750,
        "startTime2": "2026-06-08 00:12:30",
        "endTime": 1780850760,
        "endTime2": "2026-06-08 00:46:00",
        "showTime": "00:12",
        "eventType": "",
        "eventId": "",
        "length": 2010,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "生活早参考-特别节目(生活圈)2026-153",
        "startTime": 1780850760,
        "startTime2": "2026-06-08 00:46:00",
        "endTime": 1780853400,
        "endTime2": "2026-06-08 01:30:00",
        "showTime": "00:46",
        "eventType": "",
        "eventId": "",
        "length": 2640,
        "column_url": "https://tv.cctv.com/lm/shq/index.shtml",
        "columnBackvideourl": "https://tv.cctv.com/lm/shq/index.shtml",
        "top": ""
    }, {
        "title": "晚间新闻",
        "startTime": 1780853400,
        "startTime2": "2026-06-08 01:30:00",
        "endTime": 1780855320,
        "endTime2": "2026-06-08 02:02:00",
        "showTime": "01:30",
        "eventType": "",
        "eventId": "",
        "length": 1920,
        "column_url": "https://tv.cctv.com/lm/wjxw/index.shtml",
        "columnBackvideourl": "https://tv.cctv.com/lm/wjxw/index.shtml",
        "top": ""
    }, {
        "title": "开讲啦-2026-16",
        "startTime": 1780855320,
        "startTime2": "2026-06-08 02:02:00",
        "endTime": 1780858200,
        "endTime2": "2026-06-08 02:50:00",
        "showTime": "02:02",
        "eventType": "",
        "eventId": "",
        "length": 2880,
        "column_url": "https://tv.cctv.com/lm/kjl/index.shtml",
        "columnBackvideourl": "https://tv.cctv.com/lm/kjl/videoset/",
        "top": ""
    }, {
        "title": "宗师列传·大唐诗人传-李商隐",
        "startTime": 1780858200,
        "startTime2": "2026-06-08 02:50:00",
        "endTime": 1780863600,
        "endTime2": "2026-06-08 04:20:00",
        "showTime": "02:50",
        "eventType": "",
        "eventId": "",
        "length": 5400,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "本草流芳-葛根",
        "startTime": 1780863600,
        "startTime2": "2026-06-08 04:20:00",
        "endTime": 1780865580,
        "endTime2": "2026-06-08 04:53:00",
        "showTime": "04:20",
        "eventType": "",
        "eventId": "",
        "length": 1980,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "新闻联播",
        "startTime": 1780865580,
        "startTime2": "2026-06-08 04:53:00",
        "endTime": 1780867620,
        "endTime2": "2026-06-08 05:27:00",
        "showTime": "04:53",
        "eventType": "",
        "eventId": "",
        "length": 2040,
        "column_url": "https://tv.cctv.com/lm/xwlb/index.shtml",
        "columnBackvideourl": "https://tv.cctv.com/lm/xwlb/index.shtml",
        "top": ""
    }, {
        "title": "寻古中国-古国良渚1",
        "startTime": 1780867620,
        "startTime2": "2026-06-08 05:27:00",
        "endTime": 1780869600,
        "endTime2": "2026-06-08 06:00:00",
        "showTime": "05:27",
        "eventType": "",
        "eventId": "",
        "length": 1980,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "朝闻天下",
        "startTime": 1780869600,
        "startTime2": "2026-06-08 06:00:00",
        "endTime": 1780878945,
        "endTime2": "2026-06-08 08:35:45",
        "showTime": "06:00",
        "eventType": "",
        "eventId": "",
        "length": 9345,
        "column_url": "https://tv.cctv.com/lm/zwtx/index.shtml",
        "columnBackvideourl": "https://tv.cctv.com/lm/zwtx/index.shtml",
        "top": ""
    }, {
        "title": "生活早参考-特别节目(生活圈)2026-154",
        "startTime": 1780878945,
        "startTime2": "2026-06-08 08:35:45",
        "endTime": 1780881690,
        "endTime2": "2026-06-08 09:21:30",
        "showTime": "08:35",
        "eventType": "",
        "eventId": "",
        "length": 2745,
        "column_url": "https://tv.cctv.com/lm/shq/index.shtml",
        "columnBackvideourl": "https://tv.cctv.com/lm/shq/index.shtml",
        "top": ""
    }, {
        "title": "青山是故乡第18集",
        "startTime": 1780881690,
        "startTime2": "2026-06-08 09:21:30",
        "endTime": 1780884720,
        "endTime2": "2026-06-08 10:12:00",
        "showTime": "09:21",
        "eventType": "",
        "eventId": "",
        "length": 3030,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "青山是故乡第19集",
        "startTime": 1780884720,
        "startTime2": "2026-06-08 10:12:00",
        "endTime": 1780887690,
        "endTime2": "2026-06-08 11:01:30",
        "showTime": "10:12",
        "eventType": "",
        "eventId": "",
        "length": 2970,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "青山是故乡第20集",
        "startTime": 1780887690,
        "startTime2": "2026-06-08 11:01:30",
        "endTime": 1780890585,
        "endTime2": "2026-06-08 11:49:45",
        "showTime": "11:01",
        "eventType": "",
        "eventId": "",
        "length": 2895,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "非遗里的中国-MV",
        "startTime": 1780890585,
        "startTime2": "2026-06-08 11:49:45",
        "endTime": 1780890825,
        "endTime2": "2026-06-08 11:53:45",
        "showTime": "11:49",
        "eventType": "",
        "eventId": "",
        "length": 240,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "秘境之眼-2026-138",
        "startTime": 1780890825,
        "startTime2": "2026-06-08 11:53:45",
        "endTime": 1780891200,
        "endTime2": "2026-06-08 12:00:00",
        "showTime": "11:53",
        "eventType": "",
        "eventId": "",
        "length": 375,
        "column_url": "https://tv.cctv.com/lm/dwsj/index.shtml",
        "columnBackvideourl": "https://tv.cctv.com/lm/dwsj/index.shtml",
        "top": ""
    }, {
        "title": "新闻30分",
        "startTime": 1780891200,
        "startTime2": "2026-06-08 12:00:00",
        "endTime": 1780893255,
        "endTime2": "2026-06-08 12:34:15",
        "showTime": "12:00",
        "eventType": "",
        "eventId": "",
        "length": 2055,
        "column_url": "https://tv.cctv.com/lm/xw30f/index.shtml",
        "columnBackvideourl": "https://tv.cctv.com/lm/xw30f/index.shtml",
        "top": ""
    }, {
        "title": "今日说法-2026-100",
        "startTime": 1780893255,
        "startTime2": "2026-06-08 12:34:15",
        "endTime": 1780895235,
        "endTime2": "2026-06-08 13:07:15",
        "showTime": "12:34",
        "eventType": "",
        "eventId": "",
        "length": 1980,
        "column_url": "https://tv.cctv.com/lm/jrsf/index.shtml",
        "columnBackvideourl": "https://tv.cctv.com/lm/jrsf/videoset/",
        "top": ""
    }, {
        "title": "家业第15集",
        "startTime": 1780895235,
        "startTime2": "2026-06-08 13:07:15",
        "endTime": 1780898100,
        "endTime2": "2026-06-08 13:55:00",
        "showTime": "13:07",
        "eventType": "",
        "eventId": "",
        "length": 2865,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "家业第16集",
        "startTime": 1780898100,
        "startTime2": "2026-06-08 13:55:00",
        "endTime": 1780900905,
        "endTime2": "2026-06-08 14:41:45",
        "showTime": "13:55",
        "eventType": "",
        "eventId": "",
        "length": 2805,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "家业第17集",
        "startTime": 1780900905,
        "startTime2": "2026-06-08 14:41:45",
        "endTime": 1780903845,
        "endTime2": "2026-06-08 15:30:45",
        "showTime": "14:41",
        "eventType": "",
        "eventId": "",
        "length": 2940,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "家业第18集",
        "startTime": 1780903845,
        "startTime2": "2026-06-08 15:30:45",
        "endTime": 1780906800,
        "endTime2": "2026-06-08 16:20:00",
        "showTime": "15:30",
        "eventType": "",
        "eventId": "",
        "length": 2955,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "家业第19集",
        "startTime": 1780906800,
        "startTime2": "2026-06-08 16:20:00",
        "endTime": 1780909740,
        "endTime2": "2026-06-08 17:09:00",
        "showTime": "16:20",
        "eventType": "",
        "eventId": "",
        "length": 2940,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "第一动画乐园-2026-149",
        "startTime": 1780909740,
        "startTime2": "2026-06-08 17:09:00",
        "endTime": 1780911420,
        "endTime2": "2026-06-08 17:37:00",
        "showTime": "17:09",
        "eventType": "",
        "eventId": "",
        "length": 1680,
        "column_url": "https://tv.cctv.com/lm/dydhly/index.shtml",
        "columnBackvideourl": "https://tv.cctv.com/lm/dydhly/index.shtml",
        "top": ""
    }, {
        "title": "生活早参考-特别节目(生活圈)2026-154",
        "startTime": 1780911420,
        "startTime2": "2026-06-08 17:37:00",
        "endTime": 1780914015,
        "endTime2": "2026-06-08 18:20:15",
        "showTime": "17:37",
        "eventType": "",
        "eventId": "",
        "length": 2595,
        "column_url": "https://tv.cctv.com/lm/shq/index.shtml",
        "columnBackvideourl": "https://tv.cctv.com/lm/shq/index.shtml",
        "top": ""
    }, {
        "title": "文脉春秋-2025-19",
        "startTime": 1780914015,
        "startTime2": "2026-06-08 18:20:15",
        "endTime": 1780915845,
        "endTime2": "2026-06-08 18:50:45",
        "showTime": "18:20",
        "eventType": "",
        "eventId": "",
        "length": 1830,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "秘境之眼-2026-167",
        "startTime": 1780915845,
        "startTime2": "2026-06-08 18:50:45",
        "endTime": 1780916400,
        "endTime2": "2026-06-08 19:00:00",
        "showTime": "18:50",
        "eventType": "",
        "eventId": "",
        "length": 555,
        "column_url": "https://tv.cctv.com/lm/dwsj/index.shtml",
        "columnBackvideourl": "https://tv.cctv.com/lm/dwsj/index.shtml",
        "top": ""
    }, {
        "title": "新闻联播",
        "startTime": 1780916400,
        "startTime2": "2026-06-08 19:00:00",
        "endTime": 1780918720,
        "endTime2": "2026-06-08 19:38:40",
        "showTime": "19:00",
        "eventType": "",
        "eventId": "",
        "length": 2320,
        "column_url": "https://tv.cctv.com/lm/xwlb/index.shtml",
        "columnBackvideourl": "https://tv.cctv.com/lm/xwlb/index.shtml",
        "top": ""
    }, {
        "title": "焦点访谈",
        "startTime": 1780918720,
        "startTime2": "2026-06-08 19:38:40",
        "endTime": 1780919910,
        "endTime2": "2026-06-08 19:58:30",
        "showTime": "19:38",
        "eventType": "",
        "eventId": "",
        "length": 1190,
        "column_url": "https://tv.cctv.com/lm/jdft/index.shtml",
        "columnBackvideourl": "https://tv.cctv.com/lm/jdft/index.shtml",
        "top": ""
    }, {
        "title": "前情提要-主角-第47集",
        "startTime": 1780919910,
        "startTime2": "2026-06-08 19:58:30",
        "endTime": 1780920120,
        "endTime2": "2026-06-08 20:02:00",
        "showTime": "19:58",
        "eventType": "",
        "eventId": "",
        "length": 210,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "主角第47集",
        "startTime": 1780920120,
        "startTime2": "2026-06-08 20:02:00",
        "endTime": 1780923175,
        "endTime2": "2026-06-08 20:52:55",
        "showTime": "20:02",
        "eventType": "",
        "eventId": "",
        "length": 3055,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "前情提要-主角-第48集",
        "startTime": 1780923175,
        "startTime2": "2026-06-08 20:52:55",
        "endTime": 1780923380,
        "endTime2": "2026-06-08 20:56:20",
        "showTime": "20:52",
        "eventType": "",
        "eventId": "",
        "length": 205,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "主角第48集",
        "startTime": 1780923380,
        "startTime2": "2026-06-08 20:56:20",
        "endTime": 1780926175,
        "endTime2": "2026-06-08 21:42:55",
        "showTime": "20:56",
        "eventType": "",
        "eventId": "",
        "length": 2795,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "非遗里的中国-MV",
        "startTime": 1780926175,
        "startTime2": "2026-06-08 21:42:55",
        "endTime": 1780926730,
        "endTime2": "2026-06-08 21:52:10",
        "showTime": "21:42",
        "eventType": "",
        "eventId": "",
        "length": 555,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "三餐四季(第二季)-宣传片",
        "startTime": 1780926730,
        "startTime2": "2026-06-08 21:52:10",
        "endTime": 1780927200,
        "endTime2": "2026-06-08 22:00:00",
        "showTime": "21:52",
        "eventType": "",
        "eventId": "",
        "length": 470,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }, {
        "title": "晚间新闻",
        "startTime": 1780927200,
        "startTime2": "2026-06-08 22:00:00",
        "endTime": 1780929360,
        "endTime2": "2026-06-08 22:36:00",
        "showTime": "22:00",
        "eventType": "",
        "eventId": "",
        "length": 2160,
        "column_url": "https://tv.cctv.com/lm/wjxw/index.shtml",
        "columnBackvideourl": "https://tv.cctv.com/lm/wjxw/index.shtml",
        "top": ""
    }, {
        "title": "宗师列传?唐宋八大家-韩愈上",
        "startTime": 1780929360,
        "startTime2": "2026-06-08 22:36:00",
        "endTime": 1780934340,
        "endTime2": "2026-06-08 23:59:00",
        "showTime": "22:36",
        "eventType": "",
        "eventId": "",
        "length": 4980,
        "column_url": "",
        "columnBackvideourl": "",
        "top": ""
    }]
}
更新记录
2026-06-08 14:12:33 - 新增接口。

 视听娱乐-CCTV节目单-2026-06-08 15:29:07

获取CCTV各频道播放节目单。一般可查询约21天前至未来7天内节目单。

调用限制
调用权限 非定制接口直接使用
单价/次 免费[无上限]
单日[所有用户之和] 999999999
1分钟并发[所有用户之和] 100000
1小时并发[所有用户之和] 999999999
频次限制[注册用户] 10次/分钟|每日无上限
频次限制[钻石会员] 最高8000+次/分钟|每日无上限
频次限制[定制频次] 联系我们定制
调用方法
请求方式 GET/POST
返回格式 JSON
编码格式 UTF-8
调用信息
浏览量 31
今日总计调用 0
昨日总计调用 88
历史总计调用 147
今日排名 494
总排名 425
自检信息
自检启用状态 未开启
自检节点 /
自检线路 彩钻接口线路
自检时间 /
自检耗时 / 毫秒
自检状态 /
历史自检成功数 / 次
历史自检失败数 / 次
历史自检成功率 / %
今日自检成功数 / 次
今日自检失败数 / 次
今日自检成功率 / %