GET /api/v3/station-buses/bylocation/:location
[{
"sn": "公交站",
"lc": 5,
"slc": 1,
"l":"23.001,113.002",
"lines": [{
"no": "25",
"dir": "0",
"adir": "1",
"ssn": "起始站",
"esn":"终点站",
"nsn":"下一站",
"o": 12,
"buses":[{
"o": 10,
"s": 0.5,
"l": "23.001,113.002",
"d": 34
},{
"o": 10,
"s": 1,
"l": "23.001,113.002",
"d": 34
},{
"o": 11,
"s": 0.5,
"l": "23.001,113.002",
"d": 34
}]
}]
}]
GET /api/v3/station-buses/byline/:city/:sn
同附近线路
返回结果
GET /api/v3/lines/:city/:line/:dir
字段 | 类型 | 说明 |
---|---|---|
bus | bool | 是否带有实时公交信息,默认为 true |
{
"no": "25",
"id": "xxxxxx",
"adir": "1",
"dir": "0",
"ssn": "起始站",
"esn": "终点站",
"price": "1元",
"ftime": "06:20",
"ltime": "22:30",
"ss":[{
"o": 1,
"sn":"起始站",
"l": "36.20105,120.5255"
},{
"o": 2,
"sn":"站点1",
"l": "36.20105,120.5255"
}],
"buses": [{
"o": 10,
"s": 0.5,
"l": "23.001,113.002",
"d": 34
}]
}
GET /api/v3/search/:city/:keyword
[{
"no": "25",
"id": "xxxxxx",
"adir": "1",
"dir": "0",
"ssn": "起始站",
"esn": "终点站",
"price": "1元",
"ftime": "06:20",
"ltime": "22:30",
"ss":[{
"o": 1,
"sn":"起始站",
"l": "36.20105,120.5255"
},{
"o": 2,
"sn":"站点1",
"l": "36.20105,120.5255"
}],
"buses": [{
"o": 10,
"s": 0.5,
"l": "23.001,113.002",
"d": 34
}]
}]
GET /api/v3/lines/:city/:line/:dir/buses
字段 | 类型 | 说明 |
---|---|---|
order | string | 公交站 |
[{
"o": 10,
"s": 0.5,
"l": "23.001,113.002",
"d": 34
},{
"o": 10,
"s": 0.5,
"l": "23.001,113.002",
"d": 34
}]