Route map list
Attention!
This page has not been fully translated into English yet.
It is possible that some parts of description may contains old information.
Please see Japanese Documents if you need the latest and accurate information.
It will acquire a list of route maps.
station code or station name if specified so, the specified station you can get the information on the most detailed route map that exists in it.
The central station of the route map, one of the return values, will be the station recommended by us.
If there was an unintentional deletion or change of station, the central station(ResultSet/RailMap/Point
) will not be returned.
GET /v1/{format}/railmap/list
parameters
Name | Type | Description |
---|---|---|
format | string | Specifying the response data format. Required. Possible values: - xml: xml format data - json: json format data. |
key | string | Your access key. Required. |
id | string | The route map's ID. Mutually exclusive with stationCode, stationName. Optional. When omitted, all route maps are taken into account. |
stationCode | int | station code. Mutually exclusive with id, stationName. Optional. |
stationName | string | station name. Mutually exclusive with id, stationCode. Optional. |
gcs | string | If the request and response include coordinates, the geodetic system for the coordinates can be specified. coordinate information of the request parameters can be set separately from this parameter. Optional. Possible values: - tokyo: Tokyo Geodetic System - wgs84: World Geodetic System Default: tokyo |
response
Name | Description |
---|---|
ResultSet | Root element of response |
ResultSet / apiVersion | Web API version |
ResultSet / engineVersion | Engine version |
ResultSet / RailMap | Elements representing the road map |
ResultSet / RailMap / groupIndex | Road map's group index |
ResultSet / RailMap / height | Road map's vertical length |
ResultSet / RailMap / id | Road map ID |
ResultSet / RailMap / index | Index * Index is not included in the response of json format data. index handling on json response |
ResultSet / RailMap / width | Road map's horizontal length |
ResultSet / RailMap / DisprayName | Elements representing the display name |
ResultSet / RailMap / GroupName | Elements representing the group name |
ResultSet / RailMap / Name | Elements representing the name |
ResultSet / RailMap / Point | Elements representing the central station of the road map |
ResultSet / RailMap / Point / GeoPoint | Elements to display coordinates |
ResultSet / RailMap / Point / GeoPoint / gcs | Geodetic system - Tokyo: Japanese geodetic system - wgs 84: World geodetic system |
ResultSet / RailMap / Point / GeoPoint / lati | Latitude in degrees minutes seconds (DMS) format. The numbers of seconds are rounded to the third decimal place. Format: degrees.minutes.seconds.hundredths of a second Example: 35.42.6.0 |
ResultSet / RailMap / Point / GeoPoint / lati_d | Latitude in decimal degrees (DD) format. Format: decimal degrees Example: 35.701667 |
ResultSet / RailMap / Point / GeoPoint / longi | Longitude in degrees minutes seconds (DMS) format. The numbers of seconds are rounded to the third decimal place. Format: degrees.minutes.seconds.hundredths of a second Example: 139.38.22.30 |
ResultSet / RailMap / Point / GeoPoint / longi_d | Longitude in decimal degrees (DD) format. Format: decimal degrees Example: 139.639527 |
ResultSet / RailMap / Point / Prefecture | Elements to display prefecture |
ResultSet / RailMap / Point / Prefecture / code | prefecture code |
ResultSet / RailMap / Point / Prefecture / Name | Element representing a prefecture name |
ResultSet / RailMap / Point / Station | Elements to display station |
ResultSet / RailMap / Point / Station / code | station code |
ResultSet / RailMap / Point / Station / Name | Elements to display station name |
ResultSet / RailMap / Point / Station / Type | Elements to display transport type |
ResultSet / RailMap / Point / Station / Type / detail | transport type details. When multiple, : cutoff. |
ResultSet / RailMap / Point / Station / Yomi | Elements to display station |
ResultSet / RailMap / Version | Elements representing the version number |
ResultSet / RailMap / Version / create | Date of creation of the additional data Format:yyyymmdd |
ResultSet / RailMap / Version / createType | Interpretation method for create Date: interpreted as date - Edition: interpretade as version number and day - HideDay: Only show year and month |
example
GET /v1/xml/railmap/list?key=your_access_key_here
<?xml version="1.0" encoding="UTF-8"?>
<ResultSet apiVersion="1.14.0.0" engineVersion="201110_02a">
<RailMap id="c_12abc" width="1283" height="934" index="3" groupIndex="51">
<Point>
<Prefecture code="12">
<Name>千葉県</Name>
</Prefecture>
<GeoPoint gcs="tokyo" lati_d="35.869555" longi_d="140.0137217777778" lati="35.52.10.39" longi="140.0.49.39"/>
<Station code="22183">
<Name>我孫子</Name>
<Yomi>あびこ</Yomi>
<Type>train</Type>
</Station>
</Point>
<Name>我孫子市</Name>
<GroupName>コミュニティバス/千葉</GroupName>
<DisplayName>我孫子市</DisplayName>
<Version create="20120508" createType="Date"/>
</RailMap>
<RailMap id="b_bchs" width="11600" height="5704" index="2" groupIndex="34">
<Point>
<Prefecture code="35">
<Name>山口県</Name>
</Prefecture>
<GeoPoint gcs="tokyo" lati_d="34.048138" longi_d="131.804749" lati="34.2.53.29" longi="131.48.17.9"/>
<Station code="27528">
<Name>徳山</Name>
<Yomi>とくやま</Yomi>
<Type>train</Type>
</Station>
</Point>
<Name>防長バス(南部)</Name>
<GroupName>路線バス/山口</GroupName>
<DisplayName>防長バス(南部)</DisplayName>
<Version create="20130213" createType="Date"/>
</RailMap>
<RailMap id="b_bchn" width="7391" height="5765" index="1" groupIndex="34">
<Point>
<Prefecture code="35">
<Name>山口県</Name>
</Prefecture>
<GeoPoint gcs="tokyo" lati_d="34.407057" longi_d="131.405321" lati="34.24.25.40" longi="131.24.19.15"/>
<Station code="758036">
<Name>萩バスセンター/防長バス</Name>
<Yomi>はぎばすせんたー</Yomi>
<Type detail="local">bus</Type>
</Station>
</Point>
<Name>防長バス(北部)</Name>
<GroupName>路線バス/山口</GroupName>
<DisplayName>防長バス(北部)</DisplayName>
<Version create="20110912" createType="Date"/>
</RailMap>
<RailMap id="b_ask" width="1577" height="1074" index="2" groupIndex="18">
<Point>
<Prefecture code="12">
<Name>千葉県</Name>
</Prefecture>
<GeoPoint gcs="tokyo" lati_d="35.609444" longi_d="140.1172222222222" lati="35.36.33.99" longi="140.7.1.99"/>
<Station code="22361">
<Name>千葉</Name>
<Yomi>ちば</Yomi>
<Type>train</Type>
</Station>
</Point>
<Name>あすか交通</Name>
<GroupName>路線バス/千葉</GroupName>
<DisplayName>あすか交通</DisplayName>
<Version create="20110302" createType="Date"/>
</RailMap>
<RailMap id="b_asj" width="1803" height="2048" index="1" groupIndex="17">
<Point>
<Prefecture code="11">
<Name>埼玉県</Name>
</Prefecture>
<GeoPoint gcs="tokyo" lati_d="35.978055" longi_d="139.6561111111111" lati="35.58.41.0" longi="139.39.21.99"/>
<Station code="22100">
<Name>蓮田</Name>
<Yomi>はすだ</Yomi>
<Type>train</Type>
</Station>
</Point>
<Name>朝日自動車</Name>
<GroupName>路線バス/埼玉</GroupName>
<DisplayName>朝日自動車</DisplayName>
<Version create="20131024" createType="Date"/>
</RailMap>
<RailMap>
:
</RailMap>
</ResultSet>
GET /v1/json/railmap/list?key=your_access_key_here
{
"ResultSet": {
"apiVersion": "1.14.0.0",
"engineVersion": "201110_02a",
"RailMap": [
{
"id": "tokyo",
"width": "3560",
"height": "3099",
"groupIndex": "0",
"Point": {
"Prefecture": {
"code": "13",
"Name": "東京都"
},
"GeoPoint": {
"gcs": "tokyo",
"lati_d": "35.678082",
"longi_d": "139.770443",
"lati": "35.40.41.9",
"longi": "139.46.13.59"
},
"Station": {
"code": "22828",
"Name": "東京",
"Yomi": "とうきょう",
"Type": "train"
}
},
"Name": "東京近郊",
"DisplayName": "東京近郊",
"Version": {
"create": "20130912",
"createType": "Date"
}
},
{
"id": "fukuoka",
"width": "1358",
"height": "1462",
"groupIndex": "0",
"Point": {
"Prefecture": {
"code": "40",
"Name": "福岡県"
},
"GeoPoint": {
"gcs": "tokyo",
"lati_d": "33.586444",
"longi_d": "130.422860",
"lati": "33.35.11.19",
"longi": "130.25.22.29"
},
"Station": {
"code": "28283",
"Name": "博多",
"Yomi": "はかた",
"Type": "train"
}
},
"Name": "福岡近郊",
"DisplayName": "福岡近郊",
"Version": {
"create": "20130514",
"createType": "Date"
}
},
{
"id": "nagoya",
"width": "1736",
"height": "1815",
"groupIndex": "0",
"Point": {
"Prefecture": {
"code": "23",
"Name": "愛知県"
},
"GeoPoint": {
"gcs": "tokyo",
"lati_d": "35.1675",
"longi_d": "136.885555",
"lati": "35.10.2.99",
"longi": "136.53.7.99"
},
"Station": {
"code": "25077",
"Name": "名古屋",
"Yomi": "なごや",
"Type": "train"
}
},
"Name": "名古屋近郊",
"DisplayName": "名古屋近郊",
"Version": {
"create": "20130212",
"createType": "Date"
}
},
{
"id": "osaka",
"width": "3461",
"height": "2500",
"groupIndex": "0",
"Point": {
"Prefecture": {
"code": "27",
"Name": "大阪府"
},
"GeoPoint": {
"gcs": "tokyo",
"lati_d": "34.698721",
"longi_d": "135.497943",
"lati": "34.41.55.39",
"longi": "135.29.52.59"
},
"Station": {
"code": "25853",
"Name": "大阪",
"Yomi": "おおさか",
"Type": "train"
}
},
"Name": "大阪近郊",
"DisplayName": "大阪近郊",
"Version": {
"create": "20130924",
"createType": "Date"
}
},
{
"id": "b_kkt",
"width": "4802",
"height": "4235",
"groupIndex": "38",
"Point": {
"Prefecture": {
"code": "39",
"Name": "高知県"
},
"GeoPoint": {
"gcs": "tokyo",
"lati_d": "33.563611",
"longi_d": "133.545833",
"lati": "33.33.48.99",
"longi": "133.32.44.99"
},
"Station": {
"code": "27968",
"Name": "高知",
"Yomi": "こうち",
"Type": "train"
}
},
"Name": "高知県交通",
"GroupName": "路線バス/高知",
"DisplayName": "高知県交通(県交北部交通)",
"Version": {
"create": "20120111",
"createType": "Date"
}
},
{
:
}
]
}
}