Download OpenAPI specification:Download
You can obtain vehicle traffic data (estimated number of vehicles (including motorcycles) traveling on roads) owned by GeoTechnologies, Inc., starting from January 2022.
| Acquisition Target | Latest available data |
|---|---|
| Date specified | Two days prior to the API usage date |
| Month specification | The month prior to the API usage date (from the second day of the month onwards) |
Please see below for specific examples.
| API usage date | Acquisition Target | Latest available data | Remarks |
|---|---|---|---|
| 2023年10月2日 | Date specified | 2023年9月30日 | |
| 2023年10月2日 | Month specification | September 2023 | Data from the previous month can be retrieved starting from the second day of the month. |
| 2023年11月1日 | Date specified | 2023年10月30日 | |
| 2023年11月1日 | Month specification | September 2023 | Data for October 31st is unavailable, therefore data for October cannot be obtained. |
| 2023年11月2日 | Date specified | 2023年10月31日 | |
| 2023年11月2日 | Month specification | October 2023 | Data from the previous month can be retrieved starting from the second day of the month. |
Please note the following when using this API.
Within a specified circular area and time period, the following is provided.
The following uses are anticipated:
| center required | string Center coordinates of the search circleFormatcenter=<longitude>,<latitude>
Input example
| ||||||||||||||||||||||
| radius required | integer [ 1 .. 2000 ] Search radius (m)Formatradius=<radius> Input example
| ||||||||||||||||||||||
| month | integer Target month for acquisitionYou must specify either the month or the date. You can specify the date up to the month before the date of use. Formatmonth=YYYYMM Input example
| ||||||||||||||||||||||
| date | integer Date of acquisitionYou must specify either the month or the date. You can specify the date up to two days before the date of use. Formatdate=YYYYMMDD Input example
| ||||||||||||||||||||||
| day_of_week | string Days of the week for acquisitionThis can only be specified when a case is specified. Formatday_of_week=<day of the week>
Input example
| ||||||||||||||||||||||
| time_range | string Target time periodYou can specify the search time in 3-hour increments. If not specified, the search will cover the entire time period (00:00-23:59). Formattime_range=<start time range>,<end time range>
Input example
The above description searches for the period between 06:00 and 14:59. | ||||||||||||||||||||||
| offset | integer [ 0 .. 10 ] Road shape offset distance (m)For roads defined in our data maintenance system as “bidirectional single-lane roads,” road geometries can be obtained at positions offset to the left of the travel direction by a specified distance parameter, enabling traffic volume to be plotted separately for each direction (both directions). "Roads that are only passable in one direction" (such as highway main lines, two-lane roads where the lanes are physically separated by a median, and one-way roads) will not be offset even if this parameter is specified. This parameter is intended to be set according to the map's display scale to achieve optimal visual appearance. Formatoffset = <distance> Input example
|
| x-api-key required | string Authentication is performed using an API key. |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "LineString",
- "coordinates": [
- [
- 139.703619,
- 35.693458
], - [
- 139.703537,
- 35.693271
]
]
}, - "properties": {
- "tr": 123,
- "link_id": -12345,
- "road_class": 1
}
}
], - "properties": {
- "tr_mon_3": 121,
- "tr_mon_4": 125,
- "ratio_mon_3_10_m": 0.025,
- "ratio_mon_3_10_f": 0.015,
- "ratio_mon_3_20_m": 0.065,
- "ratio_mon_3_20_f": 0.075,
- "ratio_mon_3_30_m": 0.145,
- "ratio_mon_3_30_f": 0.085,
- "ratio_mon_3_40_m": 0.155,
- "ratio_mon_3_40_f": 0.08,
- "ratio_mon_3_50_m": 0.16,
- "ratio_mon_3_50_f": 0.065,
- "ratio_mon_3_60_m": 0.095,
- "ratio_mon_3_60_f": 0.015,
- "ratio_mon_3_70_m": 0.015,
- "ratio_mon_3_70_f": 0.005,
- "ratio_mon_4_10_m": 0.025,
- "ratio_mon_4_10_f": 0.015,
- "ratio_mon_4_20_m": 0.065,
- "ratio_mon_4_20_f": 0.075,
- "ratio_mon_4_30_m": 0.145,
- "ratio_mon_4_30_f": 0.085,
- "ratio_mon_4_40_m": 0.155,
- "ratio_mon_4_40_f": 0.08,
- "ratio_mon_4_50_m": 0.16,
- "ratio_mon_4_50_f": 0.065,
- "ratio_mon_4_60_m": 0.095,
- "ratio_mon_4_60_f": 0.015,
- "ratio_mon_4_70_m": 0.015,
- "ratio_mon_4_70_f": 0.005,
- "center": "139.703360,35.69363",
- "radius": 2000,
- "month": 202210,
- "day_of_week": "mon",
- "time_range": "3,4",
- "offset": 5
}
}We will provide the following for designated roads and designated periods:
The following uses are anticipated:
| link_id required | string Road link IDs by direction (up and down lanes)Please specify the Road Link ID obtained from the Area API immediately before executing the Road API. Road Link IDs may change due to data updates; specifying an outdated Road Link ID may prevent you from retrieving data correctly. Formatlink_id=<road link ID> Input example
| ||||||||||||||||||||||
| month | integer Target month for acquisitionYou must specify either the month or the date. You can specify the date up to the month before the date of use. Formatmonth=YYYYMM Input example
| ||||||||||||||||||||||
| date | integer Date of acquisitionYou must specify either the month or the date. You can specify the date up to two days before the date of use. Formatdate=YYYYMMDD Input example
| ||||||||||||||||||||||
| day_of_week | string Days of the week for acquisitionThis can only be specified when a case is specified. Formatday_of_week=<day of the week>
Input example
| ||||||||||||||||||||||
| time_range | string Target time periodYou can specify the search time in 3-hour increments. If not specified, the search will cover the entire time period (00:00-23:59). Formattime_range=<start time range>,<end time range>
Input example
The above description searches for the period between 06:00 and 14:59. | ||||||||||||||||||||||
| offset | integer [ 0 .. 10 ] Road shape offset distance (m)For roads defined in our data maintenance system as “bidirectional single-lane roads,” road geometries can be obtained at positions offset to the left of the travel direction by a specified distance parameter, enabling traffic volume to be plotted separately for each direction (both directions). "Roads that are only passable in one direction" (such as highway main lines, two-lane roads where the lanes are physically separated by a median, and one-way roads) will not be offset even if this parameter is specified. This parameter is intended to be set according to the map's display scale to achieve optimal visual appearance. Formatoffset = <distance> Input example
|
| x-api-key required | string Authentication is performed using an API key. |
{- "type": "Feature",
- "geometry": {
- "type": "LineString",
- "coordinates": [
- [
- 139.703619,
- 35.693458
], - [
- 139.703537,
- 35.693271
]
]
}, - "properties": {
- "tr_mon_3": 121,
- "tr_mon_4": 125,
- "ratio_mon_3_10_m": 0.025,
- "ratio_mon_3_10_f": 0.015,
- "ratio_mon_3_20_m": 0.065,
- "ratio_mon_3_20_f": 0.075,
- "ratio_mon_3_30_m": 0.145,
- "ratio_mon_3_30_f": 0.085,
- "ratio_mon_3_40_m": 0.155,
- "ratio_mon_3_40_f": 0.08,
- "ratio_mon_3_50_m": 0.16,
- "ratio_mon_3_50_f": 0.065,
- "ratio_mon_3_60_m": 0.095,
- "ratio_mon_3_60_f": 0.015,
- "ratio_mon_3_70_m": 0.015,
- "ratio_mon_3_70_f": 0.005,
- "ratio_mon_4_10_m": 0.025,
- "ratio_mon_4_10_f": 0.015,
- "ratio_mon_4_20_m": 0.065,
- "ratio_mon_4_20_f": 0.075,
- "ratio_mon_4_30_m": 0.145,
- "ratio_mon_4_30_f": 0.085,
- "ratio_mon_4_40_m": 0.155,
- "ratio_mon_4_40_f": 0.08,
- "ratio_mon_4_50_m": 0.16,
- "ratio_mon_4_50_f": 0.065,
- "ratio_mon_4_60_m": 0.095,
- "ratio_mon_4_60_f": 0.015,
- "ratio_mon_4_70_m": 0.015,
- "ratio_mon_4_70_f": 0.005,
- "link_id": -12345,
- "month": 202210,
- "day_of_week": "mon",
- "time_range": "3,4",
- "offset": 5,
- "road_class": 1
}
}