提供全国火车票时刻查询、火车站站查询、火车余票查询等3个接口。
接口地址:https://api.binstd.com/train/station2s
支持格式:JSON,JSONP
请求方法:GET POST
请求参数
参数名称 类型 说明 start string 出发 end string 到达 ishigh int 是否高铁
请求示例:https://api.binstd.com/train/station2s?appkey=yourappkey&start=杭州&end=北京&ishigh=0
返回参数
参数名称 类型 必填 说明 trainno string 是 车次 type string 是 类型 station string 是 出发站 endstation string 是 到达站 departuretime string 是 出发时间 arrivaltime string 是 到达时间 sequenceno string 是 顺序 costtime string 是 用时 distance string 是 距离 isend int 是 是否终点 pricesw string 是 商务座票价 pricetd string 是 特等座票价 pricegr1 string 是 高级软卧上票价 pricegr2 string 是 高级软卧下票价 pricerw1 string 是 软卧上票价 pricerw2 string 是 软卧下票价 priceyw1 string 是 硬卧上票价 priceyw2 string 是 硬卧中票价 priceyw3 string 是 硬卧下票价 priceyd string 是 一等座票价 priceed string 是 二等座票价 pricerz string 是 软座票价 priceyz string 是 硬座票价
返回示例:{ "status": "0", "msg": "ok", "result": [ { "trainno": "G34", "type": "高铁", "station": "杭州东", "endstation": "北京南", "departuretime": "07:18", "arrivaltime": "13:07", "sequenceno": "1", "costtime": "5时49分", "distance": "1279", "isend": "1", "pricesw": "", "pricetd": "", "pricegr1": "", "pricegr2": "", "pricerw1": "0.0", "pricerw2": "0.0", "priceyw1": "0.0", "priceyw2": "0.0", "priceyw3": "0.0", "priceyd": "907.0", "priceed": "538.5" }, { "trainno": "G32", "type": "高铁", "station": "杭州东", "endstation": "北京南", "departuretime": "08:30", "arrivaltime": "13:28", "sequenceno": "1", "costtime": "4时58分", "distance": "1279", "isend": "1", "pricesw": "", "pricetd": "", "pricegr1": "", "pricegr2": "", "pricerw1": "0.0", "pricerw2": "0.0", "priceyw1": "0.0", "priceyw2": "0.0", "priceyw3": "0.0", "priceyd": "907.0", "priceed": "538.5" } ] }
接口地址:https://api.binstd.com/train/line
支持格式:JSON,JSONP
请求方法:GET
请求参数
参数名称 类型 说明 trainno string 车次
请求示例:https://api.binstd.com/train/line?appkey=yourappkey&trainno=G34
返回参数
参数名称 类型 必填 说明 trainno string 是 车次 type string 是 类型 sequenceno string 是 序号 station string 是 车站 day string 是 天数 arrivaltime string 是 到达时间 departuretime string 是 出发时间 stoptime string 是 停留时间 costtime string 是 用时 distance string 是 距离 isend int 是 是否是终点 pricesw string 是 商务座票价 pricetd string 是 特等座票价 pricegr1 string 是 高级软卧上票价 pricegr2 string 是 高级软卧下票价 pricerw1 string 是 软卧上票价 pricerw2 string 是 软卧下票价 priceyw1 string 是 硬卧上票价 priceyw2 string 是 硬卧中票价 priceyw3 string 是 硬卧下票价 priceyd string 是 一等座票价 priceed string 是 二等座票价 pricerz string 是 软座票价 priceyz string 是 硬座票价
返回示例:{ "status": "0", "msg": "ok", "result": { "trainno": "G34", "type": "高铁", "list": [ { "sequenceno": "1", "station": "杭州东", "day": "1", "arrivaltime": "-", "departuretime": "07:18", "stoptime": "0", "costtime": "0", "distance": "0", "isend": "0", "pricesw": "", "pricetd": "", "pricegr1": "", "pricegr2": "", "pricerw1": "0.0", "pricerw2": "0.0", "priceyw1": "0.0", "priceyw2": "0.0", "priceyw3": "0.0", "priceyd": "0.0", "priceed": "0.0" }, { "sequenceno": "2", "station": "湖州", "day": "1", "arrivaltime": "07:39", "departuretime": "07:41", "stoptime": "2", "costtime": "21", "distance": "71", "isend": "0", "pricesw": "", "pricetd": "", "pricegr1": "", "pricegr2": "", "pricerw1": "0.0", "pricerw2": "0.0", "priceyw1": "0.0", "priceyw2": "0.0", "priceyw3": "0.0", "priceyd": "55.0", "priceed": "32.5" } ] } }
接口地址:https://api.binstd.com/train/ticket
支持格式:JSON,JSONP
请求方法:GET POST
请求参数
参数名称 类型 说明 start string 出发 end string 到达 date string 时间
请求示例:https://api.binstd.com/train/ticket?appkey=yourappkey&start=杭州&end=北京&date=2015-10-20
返回参数
参数名称 类型 必填 说明 trainno string 是 车次 type string 是 车型 departstation string 是 始发站 terminalstation string 是 终点站 station string 是 出发站 endstation string 是 到达站 day string 是 天数 departuretime string 是 出发时间 arrivaltime string 是 到达时间 costtime string 是 用时 numsw string 是 商务座数量 numtd string 是 特等座数量 numyd string 是 一等座数量 numed string 是 二等座数量 numrz string 是 软座数量 numyz string 是 硬座数量 numgr string 是 高级软卧数量 numrw string 是 软卧数量 numyw string 是 硬卧数量 numwz string 是 无座数量 numqt string 是 其他数量
返回示例:{ "status": "0", "msg": "ok", "result": [ { "trainno": "G42", "type": "高铁", "departstation": "杭州东", "terminalstation": "北京南", "station": "杭州东", "endstation": "北京南", "day": "0", "departuretime": "09:26", "arrivaltime": "16:06", "costtime": "06:40", "numsw": "6", "numtd": "--", "numyd": "无", "numed": "无", "numrz": "--", "numyz": "--", "numgr": "--", "numrw": "--", "numyw": "--", "numwz": "--", "numqt": "--" }, { "trainno": "G46", "type": "高铁", "departstation": "江山", "terminalstation": "北京南", "station": "杭州东", "endstation": "北京南", "day": "0", "departuretime": "09:52", "arrivaltime": "15:34", "costtime": "05:42", "numsw": "1", "numtd": "--", "numyd": "43", "numed": "无", "numrz": "--", "numyz": "--", "numgr": "--", "numrw": "--", "numyw": "--", "numwz": "--", "numqt": "--" } ] }
电话:173-6457-5198
QQ① 群:792473404
客服 QQ:1643296538
微信客服:binstds
企业和程序员可以通过进制数据封装的API或SDK极速接入其他数据资源,同时进制数据提供数据交易等服务。通过进制数据,不仅开发成本极大降低,而且可以获得其他丰富的数据服务:数据交易,数据分析,区块链Token管理等服务。
电话:173-6457-5198
QQ① 群:792473404
客服 QQ:1643296538
微信客服:binstds
扫描二维码添加客服微信
周一至周五 9:00 - 21:00(其中周三为 9:00 - 18:00)
周六 9:00 - 12:00(节假日除外)
进制数据团队
2020.01.01