intersection
交差点検索
交差点名称が存在する交差点の検索を行います。
・交差点フリーワード検索
入力された文字列から該当する交差点情報を検索します。
・住所コード指定交差点検索
入力された住所コードに該当する交差点情報を検索します。
・範囲指定交差点検索
指定された中心座標や半径で範囲から交差点情報を検索します。
HTTP request method
POST/GET
ContentType
application/x-www-form-urlencoded
Parameters
名前 | 説明 |
---|---|
word string |
名称、読みを指定 複数ワードはスペース区切りで指定してください。AND検索となります。 最大文字数1024 word,address_code_list,proximity,zidは何れか1つ必須です。 |
word_match_type integer default 3 |
検索語句のマッチタイプを指定
|
address_code_list string |
住所コードを指定(前方一致) 複数指定の場合はOR検索となります。 各住所コードの最大桁数 16桁 指定できる値は最大50件 word,address_code_list,proximity,zidは何れか1つ必須です。 |
proximity array[number] |
中心座標、半径で範囲を指定 代表点の近傍検索。 "経度,緯度,半径(m)"で指定してください。 半径の上限は5000です。 word,address_code_list,proximity,zidは何れか1つ必須です。 |
zid string |
交差点ZIDを指定 word,address_code_list,proximity,zidは何れか1つ必須です。 |
sort array[string] |
出力順を指定(複数指定可) デフォルト指定はありません(順不同)。降順指定の場合、ソートキーの前方にマイナス(-)を付加してください。 zid
ZID(地物)
name
名称
name_read_through
名称読み下し
address_code
住所コード
distance
検索座標と代表点の直線距離
|
intersection_polygon boolean default false |
交差点ポリゴンの取得有無を指定 デフォルトはfalseです。
|
limit array[integer] default List[0,100] |
検索結果取得件数を指定 "オフセット,件数"で指定してください。 最大値 2000,1000 |
datum string default JGD |
入出力座標の測地系を指定 JGD
世界測地系
TOKYO
日本測地系
TOKYO_NAVI
日本測地系(ゼンリン ナビ地図)
|
Responses
エラーについては「エラーメッセージ一覧」を参照してください。
Media type:application/json
キー名 | 説明 | |||
---|---|---|---|---|
status string |
ステータス | |||
result | info | hit integer |
検索結果総数 | |
item | zid string |
交差点zid | ||
name_list array[object] |
name string |
名称 | ||
name_read_through string |
名称読み | |||
signal_flag string |
信号機フラグ
|
|||
address_code string |
住所コード | |||
address string |
住所 ※交差点の位置から機械的に判定した住所 |
|||
position array[number] |
代表点経度緯度 | |||
intersection_polygon string |
交差点ポリゴン GeoJSON形式 交差点ポリゴン取得有を指定した場合のみ返却されます。 |
|||
distance number |
検索座標と代表点の直線距離 proximityを指定した場合のみ返却されます。 |
Example
https://[domain]/search/intersection?word=%E5%93%81%E5%B7%9D
{
"status": "OK",
"result": {
"info": {
"hit": 19
},
"item": [
{
"zid": "306280509595731761",
"name_list": [
{
"name": "北品川",
"name_read_through": "キタシナガワ"
}
],
"signal_flag": "1",
"address_code": "1310900600100026",
"address": "東京都品川区北品川1丁目26",
"position": [
139.7399299703,
35.62055498
],
"intersection_polygon": null,
"distance": null
},
{
"zid": "306313494944325035",
"name_list": [
{
"name": "品川駅前",
"name_read_through": "シナガワエキマエ"
}
],
"signal_flag": "1",
"address_code": "1310301700300026",
"address": "東京都港区高輪3丁目26",
"position": [
139.7374864214,
35.6291039
],
"intersection_polygon": null,
"distance": null
},
{
"zid": "306364072479110677",
"name_list": [
{
"name": "品川駅前",
"name_read_through": "シナガワエキマエ"
}
],
"signal_flag": "1",
"address_code": "1310301700300026",
"address": "東京都港区高輪3丁目26",
"position": [
139.7375111004,
35.62867867
],
"intersection_polygon": null,
"distance": null
},
{
"zid": "306441038292162609",
"name_list": [
{
"name": "品川町",
"name_read_through": "シナガワチョウ"
}
],
"signal_flag": "1",
"address_code": "23111044001",
"address": "愛知県名古屋市港区品川町1丁目",
"position": [
136.8631637965,
35.10443343
],
"intersection_polygon": null,
"distance": null
},
{
"zid": "306310196408747772",
"name_list": [
{
"name": "北品川二丁目",
"name_read_through": "キタシナガワニチョウメ"
}
],
"signal_flag": "1",
"address_code": "1310900600200017",
"address": "東京都品川区北品川2丁目17",
"position": [
139.7410520233,
35.61689909
],
"intersection_polygon": null,
"distance": null
},
{
"zid": "306310196408747776",
"name_list": [
{
"name": "北品川三丁目",
"name_read_through": "キタシナガワサンチョウメ"
}
],
"signal_flag": "1",
"address_code": "1310900600200017",
"address": "東京都品川区北品川2丁目17",
"position": [
139.7409198329,
35.61823936
],
"intersection_polygon": null,
"distance": null
},
{
"zid": "306310196408753066",
"name_list": [
{
"name": "品川図書館前",
"name_read_through": "シナガワトショカンマエ"
}
],
"signal_flag": "1",
"address_code": "1310900600200032",
"address": "東京都品川区北品川2丁目32",
"position": [
139.7429286967,
35.61736722
],
"intersection_polygon": null,
"distance": null
},
{
"zid": "306310196408753069",
"name_list": [
{
"name": "東海道北品川",
"name_read_through": "トウカイドウキタシナガワ"
}
],
"signal_flag": "1",
"address_code": "1310900600200025",
"address": "東京都品川区北品川2丁目25",
"position": [
139.7439950794,
35.61810654
],
"intersection_polygon": null,
"distance": null
},
{
"zid": "306310196408753074",
"name_list": [
{
"name": "東品川三丁目",
"name_read_through": "ヒガシシナガワサンチョウメ"
}
],
"signal_flag": "1",
"address_code": "1310901800300008",
"address": "東京都品川区東品川3丁目8",
"position": [
139.747808703,
35.61550611
],
"intersection_polygon": null,
"distance": null
},
{
"zid": "306347579804091500",
"name_list": [
{
"name": "品川区役所前",
"name_read_through": "シナガワクヤクショマエ"
}
],
"signal_flag": "1",
"address_code": "1310900200100016",
"address": "東京都品川区大井1丁目16",
"position": [
139.7298255295,
35.60797179
],
"intersection_polygon": null,
"distance": null
},
{
"zid": "306347579804112784",
"name_list": [
{
"name": "南品川三丁目",
"name_read_through": "ミナミシナガワサンチョウメ"
}
],
"signal_flag": "1",
"address_code": "1310902400300002",
"address": "東京都品川区南品川3丁目2",
"position": [
139.7431235831,
35.60683028
],
"intersection_polygon": null,
"distance": null
},
{
"zid": "306347579804180680",
"name_list": [
{
"name": "西品川一丁目",
"name_read_through": "ニシシナガワイッチョウメ"
}
],
"signal_flag": "1",
"address_code": "1310901300100008",
"address": "東京都品川区西品川1丁目8",
"position": [
139.7317547674,
35.61305513
],
"intersection_polygon": null,
"distance": null
},
{
"zid": "306347579804186975",
"name_list": [
{
"name": "南品川五丁目西",
"name_read_through": "ミナミシナガワゴチョウメニシ"
}
],
"signal_flag": "1",
"address_code": "1310902400500009",
"address": "東京都品川区南品川5丁目9",
"position": [
139.7400578446,
35.61151813
],
"intersection_polygon": null,
"distance": null
},
{
"zid": "306347579804187086",
"name_list": [
{
"name": "南品川五丁目",
"name_read_through": "ミナミシナガワゴチョウメ"
}
],
"signal_flag": "1",
"address_code": "1310902400200003",
"address": "東京都品川区南品川2丁目3",
"position": [
139.7421132254,
35.6109189
],
"intersection_polygon": null,
"distance": null
},
{
"zid": "306347579804187091",
"name_list": [
{
"name": "南品川四丁目",
"name_read_through": "ミナミシナガワヨンチョウメ"
}
],
"signal_flag": "1",
"address_code": "1310902400100001",
"address": "東京都品川区南品川1丁目1",
"position": [
139.7412510313,
35.61443733
],
"intersection_polygon": null,
"distance": null
},
{
"zid": "306347579804195509",
"name_list": [
{
"name": "品川警察署前",
"name_read_through": "シナガワケイサツショマエ"
}
],
"signal_flag": "1",
"address_code": "1310901800300014",
"address": "東京都品川区東品川3丁目14",
"position": [
139.7450361951,
35.61458455
],
"intersection_polygon": null,
"distance": null
},
{
"zid": "306347579804195536",
"name_list": [
{
"name": "東海道南品川",
"name_read_through": "トウカイドウミナミシナガワ"
}
],
"signal_flag": "1",
"address_code": "1310902400200017",
"address": "東京都品川区南品川2丁目17",
"position": [
139.7441210065,
35.61065489
],
"intersection_polygon": null,
"distance": null
},
{
"zid": "306375067594527927",
"name_list": [
{
"name": "品川団地入口",
"name_read_through": "シナガワダンチイリグチ"
}
],
"signal_flag": "1",
"address_code": "14110020",
"address": "神奈川県横浜市戸塚区小雀町",
"position": [
139.5182767173,
35.36839673
],
"intersection_polygon": null,
"distance": null
},
{
"zid": "308792893664005699",
"name_list": [
{
"name": "品川区役所前",
"name_read_through": "シナガワクヤクショマエ"
}
],
"signal_flag": "1",
"address_code": "1310902200100009",
"address": "東京都品川区二葉1丁目9",
"position": [
139.7295781598,
35.60801499
],
"intersection_polygon": null,
"distance": null
}
]
}
}