前後のダイヤ探索
指定された経路シリアライズデータ、 区間インデックスパラメータを元に、指定された区間インデックス以降の経路を探索します。
なお、平均待ち時間による探索の経路シリアライズデータは利用できません。
GET /v1/{format}/search/course/pattern
parameters
※ Requiredの「△」は、特定の条件においてそのパラメータが必須になることを示します。詳しくはパラメータのDescriptionを参照してください。
Name | Type | Required | Description |
---|---|---|---|
format | string | ◯ | レスポンスのデータ形式の指定。必須。 指定できる値: - xml: xml形式のデータ - json: json形式のデータ ※クエリパラメータではなくパスに値を指定します。 |
key | string | ◯ | アクセスキー。必須 |
serializeData | string | ◯ | 経路シリアライズデータ。必須 |
sectionIndex | int | ◯ | 区間インデックス。必須。 指定する区間についての注意事項はこちらを参照。 |
answerCount | int | --- | 最大回答数。最大20件。省略可。 Default: 5 |
previousCount | int | --- | 出発日時が基準の経路の出発日時より前となる経路の回答数。 省略可。 0以上answerCount未満 (0 < answerCount) の値が指定可能です。 Default: (answerCount - 1) / 2 の小数点を切り捨てた整数。基準となる経路は必ず回答に含まれるため、割り切れない場合は、指定経路より後方の経路を1経路多く回答します。 (例:answerCountが5の場合、previousCountのデフォルト値は2になります。前の経路数2, 指定経路数1, 後ろの経路数2です。) (例:answerCountが4の場合、previousCountのデフォルト値は1になります。前の経路数1, 指定経路数1, 後ろの経路数2です。) |
assignInstruction | string | --- | 前後のダイヤにおける再探索モード。省略可。 指定できる値: - SearchAll: 経路全体を再探索 - SearchAfter: sectionIndexで指定した区間より後ろの区間を再探索 Default: SearchAfter |
resultDetail | string | --- | 結果に詳細情報を付加します。省略可。省略時は通常の結果となります。 指定できる値: - addCorporation: 路線に会社を付加 |
addOperationLinePattern | string | --- | 結果に経路の区間に紐づく運行路線パターンを付加します。省略可。 指定できる値: - true: 付加します - false: 付加しません Default: false |
addChange | string | --- | 結果に次の路線への乗り換えに便利な乗車位置情報を付加します。ダイヤによる探索時のみ有効。省略可。 指定できる値: - true: 付加します - false: 付加しません Default: false |
addStop | string | --- | 経路の区間に停車駅一覧を付加する。ダイヤによる探索時のみ有効。省略可。 指定できる値: - true: 付加します - false: 付加しません Default: false |
checkEngineVersion | string | --- | 完全な経路の再現を行う場合は、経路シリアライズデータ作成時のエンジンバージョンと再現時のエンジンバージョンが同一かのチェックを有効にします。エンジンバージョンが異なる場合は、エラーを返します。省略可。 指定できる値: - true: チェックする - false: チェックしない Default: true |
gcs | string | --- | リクエストやレスポンスに座標が含まれる場合、座標の測地系を指定することができます。また、リクエストパラメータの座標情報はgcsパラメータとは別の測地系を個別に指定可能です。省略可。 指定できる値: - tokyo: 日本測地系 - wgs84: 世界測地系 Default: tokyo |
sectionIndexに指定する区間について
sectionIndexには、区間の交通種別(ResultSet / Course / Route / Line / Type
)がtrain、plane、ship、busの区間を指定してください。
また、出発時の駅の状態(ResultSet / Course / Route / Line / DepartureState / Type
)が乗り入れ(extension)または通過(pass)の区間は指定しないでください。
response
以下の要素は前後のダイヤ探索のみで返却されます。それ以外の要素は経路探索と同等。
Name | Description |
---|---|
ResultSet / Course / selected | 経路を表す要素が、基準の経路(シリアライズデータから再現された経路)であるかどうかを返す。 - true: 基準の経路 - false: 基準以外の経路 |
※ 1件も経路が取得できなかった場合、空のレスポンスが返却されます。
example
GET /v1/xml/search/course/pattern?key=アクセスキーを入力してください&serializeData=VkV4QaECpxLIAsMCpgE0ZNcDpgE0ZNYEkcIBQwAAAAKmATRk1gPJAQECAQMBBAEHAQgBCgIPQv9_EKX_9wWYwQKlWI_BAqVY1cECpVfxwQKlVpvBAqVZLMECpVl5wQKlVePBAqVV5waTwwEBAgEDxwGlguoCEAMSBQMGRTExOTRUBwUIBMMBAQIBA8cBpXroAgEDAgWkeQZFMTI4OUsHAQgGwwEBAgEDxgGmAAHHKwIBAwMFAwcCCAcHk8UBpgE0ZIkDpQLVBKUC3AUACADGAaYBNGSJAgEDpQLhBKUC5wUACADGAaYBNGSJAgIDpQLuBKUC|wUACAAIk8QEAQUBB6RtCAHGAgEEAgUBBgEHpGoIAsYCAgQDBQEGAQelARcIAwmSwgIBAwHDAQICAgMBD5HFAZQAAQIDApPDAQACAAMAwwEBAgEDAcMBAgICAwIDk8MBAAIAAwDDAQECAQMBwwECAgIDAgSSAAEFkgAA--T32212332323191:F3321122120000:A23121141:--e50486a93182226e9dca3247d0392c3e68d92e71--0--0--0--366§ionIndex=2&answerCount=5&assignInstruction=SearchAfter&checkEngineVersion=false
<?xml version="1.0" encoding="UTF-8"?>
<ResultSet apiVersion="1.27.0.0" engineVersion="202109_03a">
<!-- 経路1 -->
<!-- 基準の経路(シリアライズデータから再現された経路)以外は、Course要素のselected属性はfalseとなる -->
<Course selected="false" dataType="onTimetable">
<Route index="1" ...>
<Point index="1">
<Station code="22671">
<Name>高円寺</Name>
<Type>train</Type>
<Yomi>こうえんじ</Yomi>
</Station>
...
</Point>
<!-- 1区間目 -->
<!-- sectionIndexで指定した区間(2区間目)より後ろの区間を再探索(assignInstruction=SearchAfter)したが、基準の経路(経路3)よりも前のダイヤの場合、移動可能な経路を返すために、sectionIndexで指定した区間より前の区間の経路も変更となる -->
<!-- 高円寺駅 11:58発JR中央線快速 に変更 -->
<Line index="1" ...>
<Name>JR中央線快速・東京行</Name>
<Type>train</Type>
<ArrivalState no="8">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:04:00+09:00</Datetime>
</ArrivalState>
<Destination>東京</Destination>
<TimeReliability>onTimetable</TimeReliability>
<DepartureState no="4">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T11:58:00+09:00</Datetime>
</DepartureState>
...
</Line>
<Point index="2">
<Station code="22741">
<Name>新宿</Name>
<Type>train</Type>
<Yomi>しんじゅく</Yomi>
</Station>
...
</Point>
<!-- 基準の経路(経路3)の2区間目(新宿駅 12:17発JR埼京線)に対して、2本前の列車(新宿駅 12:10発 JR湘南新宿ライン快速)に変更 -->
<Line index="2" ...>
<Name>JR湘南新宿ライン快速・宇都宮行</Name>
<Type>train</Type>
<ArrivalState no="3">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:15:00+09:00</Datetime>
</ArrivalState>
<Destination>宇都宮</Destination>
<TimeReliability>onTimetable</TimeReliability>
<DepartureState no="4">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:10:00+09:00</Datetime>
</DepartureState>
...
</Line>
<Point index="3">
<Station code="22513">
<Name>池袋</Name>
<Type>train</Type>
<Yomi>いけぶくろ</Yomi>
</Station>
...
</Point>
<Line index="3" ...>
<Name>東武東上線準急・川越市行</Name>
<Type>train</Type>
<ArrivalState no="1">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:37:00+09:00</Datetime>
</ArrivalState>
<Destination>川越市</Destination>
<TimeReliability>onTimetable</TimeReliability>
<DepartureState isStarting="True" no="1">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:25:00+09:00</Datetime>
</DepartureState>
...
</Line>
<Point index="4">
<Station code="22171">
<Name>和光市</Name>
<Type>train</Type>
<Yomi>わこうし</Yomi>
</Station>
...
</Point>
</Route>
...
</Course>
<!-- 経路2 -->
<!-- 基準の経路(シリアライズデータから再現された経路)以外は、Course要素のselected属性はfalseとなる -->
<Course selected="false" dataType="onTimetable">
<Route index="2" ...>
<Point index="1">
<Station code="22671">
<Name>高円寺</Name>
<Type>train</Type>
<Yomi>こうえんじ</Yomi>
</Station>
...
</Point>
<!-- 1区間目 -->
<!-- 基準の経路(経路3)よりも前のダイヤの場合でも、基準の経路と同一の列車(高円寺駅 12:05発 JR中央線快速)で移動が可能な経路の場合は、sectionIndexで指定した区間(2区間目)より前の区間の経路は固定される -->
<Line index="1" ...>
<Name>JR中央線快速・東京行</Name>
<Type>train</Type>
<ArrivalState no="8">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:12:00+09:00</Datetime>
</ArrivalState>
<Destination>東京</Destination>
<TimeReliability>onTimetable</TimeReliability>
<DepartureState no="4">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:05:00+09:00</Datetime>
</DepartureState>
...
</Line>
<Point index="2">
<Station code="22741">
<Name>新宿</Name>
<Type>train</Type>
<Yomi>しんじゅく</Yomi>
</Station>
...
</Point>
<!-- 基準の経路(経路3)の2区間目(新宿駅 12:17発JR埼京線)に対して、1本前の列車(新宿駅 12:14発 JR埼京線快速)に変更 -->
<Line index="2" ...>
<Name>JR埼京線快速・川越行</Name>
<Type>train</Type>
<ArrivalState no="4">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:20:00+09:00</Datetime>
</ArrivalState>
<Destination>川越</Destination>
<TimeReliability>onTimetable</TimeReliability>
<DepartureState no="4">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:14:00+09:00</Datetime>
</DepartureState>
...
</Line>
<Point index="3">
<Station code="22513">
<Name>池袋</Name>
<Type>train</Type>
<Yomi>いけぶくろ</Yomi>
</Station>
...
</Point>
<Line index="3" ...>
<Name>東武東上線準急・川越市行</Name>
<Type>train</Type>
<ArrivalState no="1">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:37:00+09:00</Datetime>
</ArrivalState>
<Destination>川越市</Destination>
<TimeReliability>onTimetable</TimeReliability>
<DepartureState isStarting="True" no="1">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:25:00+09:00</Datetime>
</DepartureState>
...
</Line>
<Point index="4">
<Station code="22171">
<Name>和光市</Name>
<Type>train</Type>
<Yomi>わこうし</Yomi>
</Station>
...
</Point>
</Route>
...
</Course>
<!-- 経路3 -->
<!-- 基準の経路(シリアライズデータから再現された経路)は、Course要素のselected属性はtrueとなる -->
<Course selected="true" dataType="onTimetable">
<Route index="3" ...>
<Point index="1">
<Station code="22671">
<Name>高円寺</Name>
<Type>train</Type>
<Yomi>こうえんじ</Yomi>
</Station>
...
</Point>
<!-- 1区間目 -->
<!-- 高円寺駅 12:05発 JR中央線快速 -->
<Line index="1" ...>
<Name>JR中央線快速・東京行</Name>
<Type>train</Type>
<ArrivalState no="8">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:12:00+09:00</Datetime>
</ArrivalState>
<Destination>東京</Destination>
<TimeReliability>onTimetable</TimeReliability>
<DepartureState no="4">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:05:00+09:00</Datetime>
</DepartureState>
...
</Line>
<Point index="2">
<Station code="22741">
<Name>新宿</Name>
<Type>train</Type>
<Yomi>しんじゅく</Yomi>
</Station>
...
</Point>
<!-- 2区間目(sectionIndexで指定した区間) -->
<!-- 新宿駅 12:17発 JR埼京線 -->
<Line index="2" ...>
<Name>JR埼京線・大宮行</Name>
<Type>train</Type>
<ArrivalState no="4">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:23:00+09:00</Datetime>
</ArrivalState>
<Destination>大宮</Destination>
<TimeReliability>onTimetable</TimeReliability>
<DepartureState isStarting="True" no="3">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:17:00+09:00</Datetime>
</DepartureState>
...
</Line>
<Point index="3">
<Station code="22513">
<Name>池袋</Name>
<Type>train</Type>
<Yomi>いけぶくろ</Yomi>
</Station>
...
</Point>
<Line index="3" ...>
<Name>東武東上線快速・小川町行</Name>
<Type>train</Type>
<ArrivalState no="1">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:43:00+09:00</Datetime>
</ArrivalState>
<Destination>小川町</Destination>
<TimeReliability>onTimetable</TimeReliability>
<DepartureState isStarting="True" no="2">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:30:00+09:00</Datetime>
</DepartureState>
...
</Line>
<Point index="4">
<Station code="22171">
<Name>和光市</Name>
<Type>train</Type>
<Yomi>わこうし</Yomi>
</Station>
...
</Point>
</Route>
...
</Course>
<!-- 経路4 -->
<!-- 基準の経路(シリアライズデータから再現された経路)以外は、Course要素のselected属性はfalseとなる -->
<Course selected="false" dataType="onTimetable">
<Route index="4" ...>
<Point index="1">
<Station code="22671">
<Name>高円寺</Name>
<Type>train</Type>
<Yomi>こうえんじ</Yomi>
</Station>
...
</Point>
<!-- 1区間目 -->
<!-- sectionIndexで指定した区間(2区間目)より後ろの区間を再探索(assignInstruction=SearchAfter)したため、sectionIndexで指定した区間(2区間目)より前の区間の経路は、基準の経路と同一の列車(高円寺駅 12:05発 JR中央線快速)に固定される -->
<Line index="1" ...>
<Name>JR中央線快速・東京行</Name>
<Type>train</Type>
<ArrivalState no="8">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:12:00+09:00</Datetime>
</ArrivalState>
<Destination>東京</Destination>
<TimeReliability>onTimetable</TimeReliability>
<DepartureState no="4">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:05:00+09:00</Datetime>
</DepartureState>
...
</Line>
<Point index="2">
<Station code="22741">
<Name>新宿</Name>
<Type>train</Type>
<Yomi>しんじゅく</Yomi>
</Station>
...
</Point>
<!-- 基準の経路(経路3)の2区間目(新宿駅 12:17発JR埼京線)に対して、1本後の列車(新宿駅 12:20発 JR湘南新宿ライン特別快速)に変更 -->
<Line index="2" ...>
<Name>JR湘南新宿ライン特別快速・高崎行</Name>
<Type>train</Type>
<ArrivalState no="3">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:25:00+09:00</Datetime>
</ArrivalState>
<Destination>高崎</Destination>
<TimeReliability>onTimetable</TimeReliability>
<DepartureState no="4">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:20:00+09:00</Datetime>
</DepartureState>
...
</Line>
<Point index="3">
<Station code="22513">
<Name>池袋</Name>
<Type>train</Type>
<Yomi>いけぶくろ</Yomi>
</Station>
...
</Point>
<Line index="3" ...>
<Name>東武東上線快速・小川町行</Name>
<Type>train</Type>
<ArrivalState no="1">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:43:00+09:00</Datetime>
</ArrivalState>
<Destination>小川町</Destination>
<TimeReliability>onTimetable</TimeReliability>
<DepartureState isStarting="True" no="2">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:30:00+09:00</Datetime>
</DepartureState>
...
</Line>
<Point index="4">
<Station code="22171">
<Name>和光市</Name>
<Type>train</Type>
<Yomi>わこうし</Yomi>
</Station>
...
</Point>
</Route>
...
</Course>
<!-- 経路5 -->
<!-- 基準の経路(シリアライズデータから再現された経路)以外は、Course要素のselected属性はfalseとなる -->
<Course selected="false" dataType="onTimetable">
<Route index="5" ...>
<Point index="1">
<Station code="22671">
<Name>高円寺</Name>
<Type>train</Type>
<Yomi>こうえんじ</Yomi>
</Station>
...
</Point>
<!-- 1区間目 -->
<!-- sectionIndexで指定した区間(2区間目)より後ろの区間を再探索(assignInstruction=SearchAfter)したため、sectionIndexで指定した区間(2区間目)より前の区間の経路は、基準の経路と同一の列車(高円寺駅 12:05発 JR中央線快速)に固定される -->
<Line index="1" ...>
<Name>JR中央線快速・東京行</Name>
<Type>train</Type>
<ArrivalState no="8">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:12:00+09:00</Datetime>
</ArrivalState>
<Destination>東京</Destination>
<TimeReliability>onTimetable</TimeReliability>
<DepartureState no="4">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:05:00+09:00</Datetime>
</DepartureState>
...
</Line>
<Point index="2">
<Station code="22741">
<Name>新宿</Name>
<Type>train</Type>
<Yomi>しんじゅく</Yomi>
</Station>
</Point>
<!-- 基準の経路(経路3)の2区間目(新宿駅 12:17発JR埼京線)に対して、2本後の列車(新宿駅 12:27発 JR埼京線)に変更 -->
<Line index="2" ...>
<Name>JR埼京線・武蔵浦和行</Name>
<Type>train</Type>
<ArrivalState no="4">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:33:00+09:00</Datetime>
</ArrivalState>
<Destination>武蔵浦和</Destination>
<TimeReliability>onTimetable</TimeReliability>
<DepartureState isStarting="True" no="3">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:27:00+09:00</Datetime>
</DepartureState>
...
</Line>
<Point index="3">
<Station code="22513">
<Name>池袋</Name>
<Type>train</Type>
<Yomi>いけぶくろ</Yomi>
</Station>
...
</Point>
<Line index="3" ...>
<Name>東武東上線急行・森林公園行</Name>
<Type>train</Type>
<ArrivalState no="1">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:52:00+09:00</Datetime>
</ArrivalState>
<Destination>森林公園</Destination>
<TimeReliability>onTimetable</TimeReliability>
<DepartureState isStarting="True" no="2">
<Type>normal</Type>
<Datetime operation="today">2021-08-25T12:40:00+09:00</Datetime>
</DepartureState>
...
</Line>
<Point index="4">
<Station code="22171">
<Name>和光市</Name>
<Type>train</Type>
<Yomi>わこうし</Yomi>
</Station>
...
</Point>
</Route>
...
</Course>
</ResultSet>
GET /v1/json/search/course/pattern?key=アクセスキーを入力してください&serializeData=VkV4QaECpxLIAsMCpgE0ZNcDpgE0ZNYEkcIBQwAAAAKmATRk1gPJAQECAQMBBAEHAQgBCgIPQv9_EKX_9wWYwQKlWI_BAqVY1cECpVfxwQKlVpvBAqVZLMECpVl5wQKlVePBAqVV5waTwwEBAgEDxwGlguoCEAMSBQMGRTExOTRUBwUIBMMBAQIBA8cBpXroAgEDAgWkeQZFMTI4OUsHAQgGwwEBAgEDxgGmAAHHKwIBAwMFAwcCCAcHk8UBpgE0ZIkDpQLVBKUC3AUACADGAaYBNGSJAgEDpQLhBKUC5wUACADGAaYBNGSJAgIDpQLuBKUC|wUACAAIk8QEAQUBB6RtCAHGAgEEAgUBBgEHpGoIAsYCAgQDBQEGAQelARcIAwmSwgIBAwHDAQICAgMBD5HFAZQAAQIDApPDAQACAAMAwwEBAgEDAcMBAgICAwIDk8MBAAIAAwDDAQECAQMBwwECAgIDAgSSAAEFkgAA--T32212332323191:F3321122120000:A23121141:--e50486a93182226e9dca3247d0392c3e68d92e71--0--0--0--366§ionIndex=2&answerCount=5&assignInstruction=SearchAfter&checkEngineVersion=false
{
"ResultSet": {
"apiVersion": "1.27.0.0",
"engineVersion": "202109_03a",
"Course": [
{
"selected": "false",
"dataType": "onTimetable",
:
"Route": {
"timeOther": "16",
"timeOnBoard": "23",
:
"Line": [
{
:
"Name": "JR中央線快速・東京行",
"Type": "train",
"ArrivalState": {
"no": "8",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:04:00+09:00",
"operation": "today"
}
},
"Destination": "東京",
"TimeReliability": "onTimetable",
"DepartureState": {
"no": "4",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T11:58:00+09:00",
"operation": "today"
}
},
:
},
{
:
"Name": "JR湘南新宿ライン快速・宇都宮行",
"Type": "train",
"ArrivalState": {
"no": "3",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:15:00+09:00",
"operation": "today"
}
},
"Destination": "宇都宮",
"TimeReliability": "onTimetable",
"DepartureState": {
"no": "4",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:10:00+09:00",
"operation": "today"
}
},
:
},
{
:
"Name": "東武東上線準急・川越市行",
"Type": "train",
"ArrivalState": {
"no": "1",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:37:00+09:00",
"operation": "today"
}
},
"Destination": "川越市",
"TimeReliability": "onTimetable",
"DepartureState": {
"isStarting": "True",
"no": "1",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:25:00+09:00",
"operation": "today"
}
},
:
}
],
"Point": [
{
"Station": {
"code": "22671",
"Name": "高円寺",
"Type": "train",
"Yomi": "こうえんじ"
},
:
},
{
"Station": {
"code": "22741",
"Name": "新宿",
"Type": "train",
"Yomi": "しんじゅく"
},
:
},
{
"Station": {
"code": "22513",
"Name": "池袋",
"Type": "train",
"Yomi": "いけぶくろ"
},
:
},
{
"Station": {
"code": "22171",
"Name": "和光市",
"Type": "train",
"Yomi": "わこうし"
},
:
}
]
}
:
},
{
"selected": "false",
"dataType": "onTimetable",
:
"Route": {
"timeOther": "7",
"timeOnBoard": "25",
:
"Line": [
{
:
"Name": "JR中央線快速・東京行",
"Type": "train",
"ArrivalState": {
"no": "8",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:12:00+09:00",
"operation": "today"
}
},
"Destination": "東京",
"TimeReliability": "onTimetable",
"DepartureState": {
"no": "4",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:05:00+09:00",
"operation": "today"
}
},
:
},
{
:
"Name": "JR埼京線快速・川越行",
"Type": "train",
"ArrivalState": {
"no": "4",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:20:00+09:00",
"operation": "today"
}
},
"Destination": "川越",
"TimeReliability": "onTimetable",
"DepartureState": {
"no": "4",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:14:00+09:00",
"operation": "today"
}
},
:
},
{
:
"Name": "東武東上線準急・川越市行",
"Type": "train",
"ArrivalState": {
"no": "1",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:37:00+09:00",
"operation": "today"
}
},
"Destination": "川越市",
"TimeReliability": "onTimetable",
"DepartureState": {
"isStarting": "True",
"no": "1",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:25:00+09:00",
"operation": "today"
}
},
:
}
],
"Point": [
{
"Station": {
"code": "22671",
"Name": "高円寺",
"Type": "train",
"Yomi": "こうえんじ"
},
:
},
{
"Station": {
"code": "22741",
"Name": "新宿",
"Type": "train",
"Yomi": "しんじゅく"
},
:
},
{
"Station": {
"code": "22513",
"Name": "池袋",
"Type": "train",
"Yomi": "いけぶくろ"
},
:
},
{
"Station": {
"code": "22171",
"Name": "和光市",
"Type": "train",
"Yomi": "わこうし"
},
:
}
]
}
:
},
{
"selected": "true",
"dataType": "onTimetable",
:
"Route": {
"timeOther": "12",
"timeOnBoard": "26",
:
"Line": [
{
:
"Name": "JR中央線快速・東京行",
"Type": "train",
"ArrivalState": {
"no": "8",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:12:00+09:00",
"operation": "today"
}
},
"Destination": "東京",
"TimeReliability": "onTimetable",
"DepartureState": {
"no": "4",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:05:00+09:00",
"operation": "today"
}
},
:
},
{
:
"Name": "JR埼京線・大宮行",
"Type": "train",
"ArrivalState": {
"no": "4",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:23:00+09:00",
"operation": "today"
}
},
"Destination": "大宮",
"TimeReliability": "onTimetable",
"DepartureState": {
"isStarting": "True",
"no": "3",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:17:00+09:00",
"operation": "today"
}
},
:
},
{
:
"Name": "東武東上線快速・小川町行",
"Type": "train",
"ArrivalState": {
"no": "1",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:43:00+09:00",
"operation": "today"
}
},
"Destination": "小川町",
"TimeReliability": "onTimetable",
"DepartureState": {
"isStarting": "True",
"no": "2",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:30:00+09:00",
"operation": "today"
}
},
:
}
],
"Point": [
{
"Station": {
"code": "22671",
"Name": "高円寺",
"Type": "train",
"Yomi": "こうえんじ"
},
:
},
{
"Station": {
"code": "22741",
"Name": "新宿",
"Type": "train",
"Yomi": "しんじゅく"
},
:
},
{
"Station": {
"code": "22513",
"Name": "池袋",
"Type": "train",
"Yomi": "いけぶくろ"
},
:
},
{
"Station": {
"code": "22171",
"Name": "和光市",
"Type": "train",
"Yomi": "わこうし"
},
:
}
]
}
},
{
"selected": "false",
"dataType": "onTimetable",
:
"Route": {
"timeOther": "13",
"timeOnBoard": "25",
:
"Line": [
{
:
"Name": "JR中央線快速・東京行",
"Type": "train",
"ArrivalState": {
"no": "8",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:12:00+09:00",
"operation": "today"
}
},
"Destination": "東京",
"TimeReliability": "onTimetable",
"DepartureState": {
"no": "4",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:05:00+09:00",
"operation": "today"
}
},
:
},
{
:
"Name": "JR湘南新宿ライン特別快速・高崎行",
"Type": "train",
"ArrivalState": {
"no": "3",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:25:00+09:00",
"operation": "today"
}
},
"Destination": "高崎",
"TimeReliability": "onTimetable",
"DepartureState": {
"no": "4",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:20:00+09:00",
"operation": "today"
}
},
:
},
{
:
"Name": "東武東上線快速・小川町行",
"Type": "train",
"ArrivalState": {
"no": "1",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:43:00+09:00",
"operation": "today"
}
},
"Destination": "小川町",
"TimeReliability": "onTimetable",
"DepartureState": {
"isStarting": "True",
"no": "2",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:30:00+09:00",
"operation": "today"
}
},
:
}
],
"Point": [
{
"Station": {
"code": "22671",
"Name": "高円寺",
"Type": "train",
"Yomi": "こうえんじ"
},
:
},
{
"Station": {
"code": "22741",
"Name": "新宿",
"Type": "train",
"Yomi": "しんじゅく"
},
:
},
{
"Station": {
"code": "22513",
"Name": "池袋",
"Type": "train",
"Yomi": "いけぶくろ"
},
:
},
{
"Station": {
"code": "22171",
"Name": "和光市",
"Type": "train",
"Yomi": "わこうし"
},
:
}
]
}
},
{
"selected": "false",
"dataType": "onTimetable",
:
"Route": {
"timeOther": "22",
"timeOnBoard": "25",
:
"Line": [
{
:
"Name": "JR中央線快速・東京行",
"Type": "train",
"ArrivalState": {
"no": "8",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:12:00+09:00",
"operation": "today"
}
},
"Destination": "東京",
"TimeReliability": "onTimetable",
"DepartureState": {
"no": "4",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:05:00+09:00",
"operation": "today"
}
},
:
},
{
:
"Name": "JR埼京線・武蔵浦和行",
"Type": "train",
"ArrivalState": {
"no": "4",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:33:00+09:00",
"operation": "today"
}
},
"Destination": "武蔵浦和",
"TimeReliability": "onTimetable",
"DepartureState": {
"isStarting": "True",
"no": "3",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:27:00+09:00",
"operation": "today"
}
},
:
},
{
:
"Name": "東武東上線急行・森林公園行",
"Type": "train",
"ArrivalState": {
"no": "1",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:52:00+09:00",
"operation": "today"
}
},
"Destination": "森林公園",
"TimeReliability": "onTimetable",
"DepartureState": {
"isStarting": "True",
"no": "2",
"Type": "normal",
"Datetime": {
"text": "2021-08-25T12:40:00+09:00",
"operation": "today"
}
},
:
}
],
"Point": [
{
"Station": {
"code": "22671",
"Name": "高円寺",
"Type": "train",
"Yomi": "こうえんじ"
},
:
},
{
"Station": {
"code": "22741",
"Name": "新宿",
"Type": "train",
"Yomi": "しんじゅく"
},
:
},
{
"Station": {
"code": "22513",
"Name": "池袋",
"Type": "train",
"Yomi": "いけぶくろ"
},
:
},
{
"Station": {
"code": "22171",
"Name": "和光市",
"Type": "train",
"Yomi": "わこうし"
},
:
}
]
}
}
]
}
}