Download OpenAPI specification:Download
For the requested sequence of latitude and longitude points (up to 1000 points) from GPS logs, etc., map matching is performed against the road network for automobiles, and the corrected sequence of latitude and longitude points and road attribute information are returned on the road network.
For the requested latitude and longitude point sequence, we provide the following:
The following uses are anticipated:
shapeに同一緯度経度を2つ指定してください。


| x-api-key required | string Authentication is performed using an API key. |
| content-type required | string Please set the following for content-type. |
required | Array of objects[ items [ 2 .. 1000 ] ] Latitude and longitude sequence of points to enterFormat
Input example
|
{- "shape": [
- {
- "lon": 139.70336,
- "lat": 35.69363
}, - {
- "lon": 139.70346,
- "lat": 35.69368
}
]
}{- "shape": [
- [
- 139.70336,
- 35.69363
], - [
- 139.70346,
- 35.69368
]
], - "edges": [
- {
- "link_id": 3292038,
- "length": 0.018,
- "begin_shape_index": 1,
- "end_shape_index": 2,
- "road_class": "motorway",
- "detailed_road_class": 6,
- "link_class": 1,
- "toll": true,
- "bridge": true,
- "tunnel": true,
- "railway_crossing": true,
- "underpass": true,
- "flood_caution_point": true,
- "internal_intersection": true,
- "caronly": true,
- "smartic": 1,
- "roundabout": true,
- "names": [
- "C1",
- "首都高速都心環状線",
- "Metropolitan Expressway Inner Circular Route"
], - "roadwidth_code": 2,
- "speed_limit": 100,
- "lane_count": 3,
- "zone30": true,
- "signal": true,
- "intersection_name": "中瀬三丁目",
- "stop_point": true,
- "intersection_type": "intersection",
- "nopassage": {
- "code": 1,
- "times": [
- {
- "start_month": 9,
- "start_day": 30,
- "start_hour": 13,
- "start_min": 0,
- "end_month": 12,
- "end_day": 1,
- "end_hour": 22,
- "end_min": 30,
- "dayofweek": 1
}
]
}, - "oneway": [
- {
- "direction": "forward",
- "times": {
- "start_month": 9,
- "start_day": 30,
- "start_hour": 13,
- "start_min": 0,
- "end_month": 12,
- "end_day": 1,
- "end_hour": 22,
- "end_min": 30,
- "dayofweek": 1
}
}
], - "turnreg": [
- {
- "inf_id": 1627237,
- "sequence": 1,
- "max_sequence": 3,
- "times": [
- {
- "start_month": 9,
- "start_day": 30,
- "start_hour": 13,
- "start_min": 0,
- "end_month": 12,
- "end_day": 1,
- "end_hour": 22,
- "end_min": 30,
- "dayofweek": 1
}
]
}
], - "sign": {
- "exit_name": [
- "汐留JCT",
- "汐留ランプ"
]
}
}
], - "matched_points": [
- {
- "type": "matched",
- "lon": 139.444812,
- "lat": 35.640524,
- "edge_index": 5,
- "distance_along_edge": 0.5,
- "distance_from_trace_point": 0.172329
}
]
}