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