接口简介:
获取CCTV各频道播放节目单。一般可查询约21天前至未来7天内节目单。
请求地址:
https://cn.apihz.cn/api/fun/cctv.php
请求方式:
POST或GET。
请求参数:
【名称】【参数】【必填】【说明】
【用户ID】【id】【是】【用户中心的数字ID,例:id=10000000】
【用户KEY】【key】【是】【用户中心通讯秘钥,例:key=15he5h15ty854j5sr152hs2】
【频道】【type】【否】【1=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】
返回参数:
【名称】【参数】【说明】
【状态码】【code】【200成功,400错误。】
【信息提示】【msg】【返回提示。】
【频道名称】【channelName】【频道名称。】
【播放地址】【playurl】【官方播放网页,注意是网页而非直链播放链接。】
【VIP标识】【vipflag】【VIP标识 0=免费。】
【节目列表数据集】【list】【节目列表数据集。】
【节目名称】【list.title】【节目名称。】
【开播时间戳】【list.startTime】【开播时间戳。】
【开播时间格式化】【list.startTime2】【开播时间格式化。】
【结束时间戳】【list.endTime】【结束时间戳。】
【结束时间格式化】【list.endTime2】【结束时间格式化。】
【开播时间几点几分】【list.showTime】【开播时间几点几分。】
【特殊标记】【list.eventType】【通常为空,可能用于标记特殊直播(如体育赛事、晚会)。】
【特殊标记ID】【list.eventId】【与 eventType配套,用于内部关联。】
【节目时长】【list.length】【节目时长,单位秒。】
【栏目主页】【list.column_url】【官方栏目主页链接。】
【栏目主页2】【list.columnBackvideourl】【官方栏目主页链接2。】
【权重标识】【list.top】【权重标识。】
GET请求示例:
https://cn.apihz.cn/api/fun/cctv.php?id=88888888&key=88888888&type=1&nian=2026&yue=06&ri=08
注意:示例里的ID与KEY为公共ID与KEY,共享每分钟调用频次限制,接口本身免费,请使用自己的ID与KEY,独享每分钟调用频次。每日调用无上限。
POST请求示例:
请根据开发语言自行POST。
返回数据示例:
示例:{"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": ""
}]
}
参考资料(版权):
https://www.apihz.cn/api/funcctv.html