Japan Reverse Geocoder [Torify namespace — official]
torify_geo.reverseGeocodeReverse geocode lat/lng to municipality code and town name via GSI (国土地理院) reverse-geocoder API. 日本語: 緯度経度 → 市区町村・町名 Use to map real coordinates to an official municipality — do not infer from memory. [Torify namespace — official]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | 緯度(日本領域: 20-46) | |
| lon | Yes | 経度(日本領域: 122-154) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| town | Yes | 町名 | |
| source | Yes | データソース | |
| muniCode | Yes | 市区町村コード |