get_station_context
Same official municipality data as get_municipality_context, resolved from a station: pass a station name (Shinjuku / 新宿 / Musashi-Kosugi) or a Japan Station Master station_id (e.g. st_00001), and it returns the context for that station's municipality. Official values only — no scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Optional comma-separated subset: vacancy,ridership,population,hazard,land_price,livability. | |
| station_id | No | Japan Station Master station_id (e.g. st_00001). Alternative to station_name. | |
| station_name | No | Station name in English/romaji (Shinjuku) or Japanese (新宿). Provide this or station_id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hazard | No | Hazard categories. | |
| station | No | Resolved station. | |
| vacancy | No | Housing-vacancy counts. | |
| ridership | No | Ridership trend. | |
| land_price | No | Land prices near the centroid. | |
| livability | No | Livability counts. | |
| population | No | Population / future estimate. | |
| attribution | No | Data source(s), license and provenance — an object, or an array of sources. | |
| municipality | No | Municipality + code. |