リクエストとレスポンス
02.路線毎の時刻表データ
路線番号(1~12)を引数として、路線ごとの時刻表データを取得します。
◆リクエストURL
http://tutujibus.com/timetableLookup.php
◆リクエストパラメーター
No | パラメータ | データ型 | 内容 |
1 | rosenid |
small |
路線番号 |
2 |
callback |
string |
JSONPのコールバック関数名 |
1 |
路線毎のバス停の座標データ |
busstopLookup.php |
◆レスポンスフィールド
フィールド | 内容 | |
timetable(配列) |
||
1 |
binid |
便番号 |
2 | konendaigakucd |
1:開講日運行 2:休講日運行 3:常に運行 |
3 | weekdaycd |
1:平日のみ運行 2:休日のみ運行 3:常に運行 |
4 | wintercd |
1:冬季日のみ運行 2:冬季日以外運行 3:常に運行 |
5 | destination |
行き先 |
list(配列) |
||
6 | time |
発車予定時刻 |
7 | busstopid |
バス停番号 |
1 |
路線毎のバス停の座標データ |
busstopLookup.php |
◆レスポンス形式のサンプル
jsonp_callback({"timetable":[{"binid":"1","konendaigakucd":"3","weekdaycd":"3","wintercd":"3","list":[{"time":"08:05:00","busstopid":"1"},{"time":"08:08:00","busstopid":"35"},{"time":"08:09:00","busstopid":"36"},・・・]}]})