get_toilet_by_station
Look up wheelchair-accessible / multipurpose toilets inside a train station, including floor, gender, equipment (wheelchair, ostomate, diaper table) and the nearest exit. Covers 526 Tokyo stations (Tokyo Bureau of Social Welfare data). Major stations outside Tokyo (Yokohama, Kawasaki, Omiya, Chiba, Fujisawa, Shin-Yokohama…) return an in-station layer that groups accessible toilets by ticket gate — inside vs outside — per railway operator. Accepts Japanese (新宿, 横浜) or romaji (Shinjuku, Yokohama) for major stations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| station | Yes | Station name in Japanese (新宿, 渋谷) or romaji for major stations (Shinjuku, Shibuya, Kita-Senju). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Human-readable note. | |
| count | No | Toilets returned. | |
| error | No | Set when nothing was found. | |
| layer | No | Data layer (e.g. in_station_gate). | |
| source | No | Data source label. | |
| station | No | Resolved station (English). | |
| toilets | No | Accessible toilets with floor, gender, equipment and nearest exit. | |
| station_ja | No | Station name in Japanese. | |
| attribution | No | Data source(s), license and provenance — an object, or an array of sources. | |
| station_name_source | No | How the name was resolved. |