火车查票 维护中
查询火车票余票功能
该接口当前正在维护中,无法正常使用
请求参数
-
from_station
类型:string
必填:是
说明:出发站
-
to_station
类型:string
必填:是
说明:到达站
-
date
类型:string
必填:是
说明:日期,格式xxxx-xx-xx(年-月-日)
-
mode
类型:string
必填:是
说明:换乘/直达(z为直达,h为换乘)
-
age_type
类型:string
必填:否
说明:成人/学生票(可不填,默认成人,adult成人,student学生)
请求示例
https://www.cunyuapi.top/railway?from_station=成都&to_station=西宁&date=2025-03-30&mode=z&age_type=student
返回示例
自行测试