Download OpenAPI specification:Download
You can obtain pedestrian traffic data (estimated number of pedestrians using roads) owned by GeoTechnologies, Inc., starting from January 2022.
| Acquisition Target | Latest available data |
|---|---|
| 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 |
|---|---|---|---|
| 2024年4月2日 | Month specification | March 2024 | Data from the previous month can be retrieved starting from the second day of the month. |
| 2024年5月1日 | Month specification | March 2024 | Data for April 2024 is not yet available, therefore data for the previous month cannot be obtained |
| 2024年5月2日 | Month specification | April 2024 | 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 .. 1000 ] Search radius (m)Formatradius=<radius> Input example
| ||||||||||||||||||||||
| month required | integer Target month for acquisitionYou can specify the date up to the month before the date of use. Formatmonth=YYYYMM Input example
| ||||||||||||||||||||||
| day_of_week | string Days of the week for acquisitionIf not specified, all days of the week will be selected. 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. |
| 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": 1000,
- "month": 202310,
- "day_of_week": "mon",
- "time_range": "3,4"
}
}We will provide the following for designated roads and designated periods:
The following uses are anticipated:
| link_id required | string Road link IDPlease 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 required | integer Target month for acquisitionYou can specify the date up to the month before the date of use. Formatmonth=YYYYMM Input example
| ||||||||||||||||||||||
| day_of_week | string Days of the week for acquisitionIf not specified, all days of the week will be selected. 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. |
| 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": 202310,
- "day_of_week": "mon",
- "time_range": "3,4",
- "road_class": 1
}
}