市区町村一覧 指定された都道府県に関する市区町村データを返します。 GET api/v1/cities parameters Name Description Required prefCode 都道府県コード true responses Name Description /result/cityCode 市区町村コード /result/cityName 市区町村名 /result/bigCityFlag 特別区・行政区フラグ(0:一般の市区町村、1:政令指定都市の区、2:政令指定都市の市、3:東京都23区) sample GET https://opendata.resas-portal.go.jp/api/v1/cities?prefCode=1 { "message": null, "result": [{ "prefCode": 1, "cityCode": "01100", "

