首页 交通出行 长途汽车
长途汽车

长途汽车

  • 2274
  • 2747
提供全国主要城市的长途汽车时刻查询API,汽车站查询API。
750.00/50000次
申请就送20次
https://api.jisuapi.com/bus/city2c
JSON,JSONP
GET POST
https://api.jisuapi.com/bus/city2c?appkey=yourappkey&start=杭州&end=上海

请求参数:

API在线测试
参数名称类型必填说明
start string 出发城市
end string 到达城市

返回参数:

参数名称类型说明
startcity string 出发城市
endcity string 到达城市
startstation string 出发车站
endstation string 到达车站
starttime string 出发时间
price string 票价
bustype string 车型
distance string 距离

请求代码:

查看代码
<?php

require_once 'curl.func.php';

$appkey = 'your_appkey_here';//你的appkey
$start = '杭州';//utf8
$end = '上海';//utf8
$url = "https://api.jisuapi.com/bus/city2c?appkey=$appkey&start=$start&end=$end";
$result = curlOpen($url, ['ssl'=>true]);
$jsonarr = json_decode($result, true);
//exit(var_dump($jsonarr));
if($jsonarr['status'] != 0)
{
    echo $jsonarr['msg'];
    exit();
}

foreach($jsonarr['result'] as $val)
{
    echo $val['startcity'].' '.$val['endcity'].' '.$val['startstation'].' '.$val['endstation'].' '.$val['starttime'].' '.$val['price'].' '.$val['bustype'].' '.$val['distance'].'
'; }

JSON返回示例 :

{
    "status": 0,
    "msg": "ok",
    "result": [
        {
            "startcity": "杭州",
            "endcity": "上海",
            "startstation": "客运中心站",
            "endstation": "上海",
            "starttime": "06:50",
            "price": "68",
            "bustype": "大高3",
            "distance": "181"
        },
        {
            "startcity": "杭州",
            "endcity": "上海",
            "startstation": "客运中心站",
            "endstation": "上海南站",
            "starttime": "07:10",
            "price": "68",
            "bustype": "大高3",
            "distance": "181"
        },
        {
            "startcity": "杭州",
            "endcity": "上海",
            "startstation": "杭州南站",
            "endstation": "上海南站",
            "starttime": "07:10",
            "price": "68",
            "bustype": "大高2",
            "distance": "181"
        }
    ]
}
                    

API错误码:

代号说明
201 出发或到达城市为空
202 城市为空
203 没有信息

系统错误码:

代号说明
101 APPKEY为空或不存在
102 APPKEY已过期
103 APPKEY无请求此数据权限
104 请求超过次数限制
105 IP被禁止
106 IP请求超过限制
107 接口维护中
108 接口已停用
计次套餐套餐规格价格
免费套餐 20次 0.00 元  ≈0元/次
Level3 50000次 750.00 元  ≈0.015元/次
Level4 100000次 1000.00 元  ≈0.01元/次
* 包月套餐和计次套餐不可同时购买,不可叠加使用。
包月套餐套餐规格价格
Level1
特惠
1000次/天 10.00元 ≈0.00033元/次
Level2 3000次/天 52.00元 ≈0.00058元/次
Level3 6000次/天 99.00元 ≈0.00055元/次
Level4 10000次/天 160.00元 ≈0.00053元/次
* 套餐使用时限为订购之日起30日。

活动推荐ACTIVITY 更多

  • orc活动

其它推荐RECOMMENDED DATA 更多