現在地がどの中学校の通学区域に属しているのかを検索できます
APIで取得できるデータ
APIのレスポンス例
"resultsets": {
"withinJuniorHighSchoolDistrict": true,
},
"result": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"cityCode": "401307",
"installation": "福岡市立",
"name": "百道",
"address": null
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
130.35543702760017,
33.59708316045031
],
[
130.35560940214938,
33.59679552976371
],
...
[
130.35543702760017,
33.59708316045031
]
]
]
]
}
}
]
}
APIの出典
中学校区APIは、以下のデータを加工して公益財団法人九州先端科学技術研究所が作成しました。