参数名称 | 类型 | 必填 | 说明 |
---|---|---|---|
tvid | int | 是 | 电视频道ID |
date | string | 是 | 日期 |
参数名称 | 类型 | 说明 |
---|---|---|
tvid | int | 电视频道ID |
name | string | 电视频道名称 |
date | string | 日期 |
program | string | 节目列表 |
name | string | 名称 |
starttime | string | 开始时间 |
<?php require_once 'curl.func.php'; $appkey = 'your_appkey_here';//你的appkey $tvid = 435; $date = '2015-10-19'; $url = "https://api.binstd.com/tv/query?appkey=$appkey&tvid=$tvid&date=$date"; $result = curlOpen($url, ['ssl'=>true]); $jsonarr = json_decode($result, true); //exit(var_dump($jsonarr)); if($jsonarr['status'] != 0) { echo $jsonarr['msg']; exit(); } $result = $jsonarr['result']; echo $result['tvid'].' '.$result['name'].' '.$result['date'].'
'; foreach($result['program'] as $val) { echo $val['prizename'].' '.$val['name'].' '.$val['starttime'].'
'; }
{ "status": "0", "msg": "ok", "result": { "tvid": "435", "name": "CCTV-3(综艺)", "date": "2015-08-09", "program": [ { "name": "综艺喜乐汇", "starttime": "01:18" }, { "name": "综艺喜乐汇", "starttime": "02:36" }, { "name": "2014中国梦-我梦最美", "starttime": "03:55" } ] } }
代号 | 说明 |
---|---|
201 | 电视节目频道为空 |
202 | 电视节目频道错误 |
203 | 没有信息 |
代号 | 说明 |
---|---|
101 | APPKEY为空或不存在 |
102 | APPKEY已过期 |
103 | APPKEY无请求此数据权限 |
104 | 请求超过次数限制 |
105 | IP被禁止 |
106 | IP请求超过限制 |
107 | 接口维护中 |
108 | 接口已停用 |
名称 | 权限 | 价格 | |
---|---|---|---|
免费套餐 | 5次 | 免费 | |
Level1 | 20000次 | 230.00元 | |
Level2 | 50000次 | 560.00元 | |
Level3 | 70000次 | 760.00元 |
开通账号: