全国邮政编码大全,为你快速准确查邮编,根据地名查邮编api可根据相关条件查询符合条件地区的邮编。
接口名称:根据地名查邮编api
接口地址:数据接口
接口地址:http://v.juhe.cn/postcode/search
支持格式:JSON/XML
请求方式:HTTP?GET/POST
请求示例:http://v.juhe.cn/postcode/search.php?key=您申请的KEY&pid=15&cid=205&did=2125&q=
根据地名查邮编api调用代码JSON返回示例:
{
"reason": "successed",
"result": {
"list": [
{
"PostNumber": "215101",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "木渎镇木东路"
},
{
"PostNumber": "215127",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "甪直镇西汇上塘街香花弄"
},
{
"PostNumber": "215101",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "木渎镇迎号弄"
},
{
"PostNumber": "215127",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "甪直镇中兴路"
},
{
"PostNumber": "215168",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "旺吴路"
},
{
"PostNumber": "215101",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "木渎镇邾巷弄"
},
{
"PostNumber": "215101",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "木渎镇老园上"
},
{
"PostNumber": "215111",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "金庭镇堂里街"
},
{
"PostNumber": "215103",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "横泾街道中街弄"
},
{
"PostNumber": "215127",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "甪直镇彩虹路"
},
{
"PostNumber": "215124",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "郭巷街道郭新西路"
},
{
"PostNumber": "215127",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "甪直镇东方大道"
},
{
"PostNumber": "215164",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "胥口镇香泾路"
},
{
"PostNumber": "215124",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "郭巷街道尹中路"
},
{
"PostNumber": "215101",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "木渎镇仓基路"
},
{
"PostNumber": "215164",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "太湖度假区湖滨路"
},
{
"PostNumber": "215107",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "东山镇启园路谈家弄"
},
{
"PostNumber": "215128",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "水香五村"
},
{
"PostNumber": "215101",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "花苑东路"
},
{
"PostNumber": "215159",
"Province": "江苏省",
"City": "苏州市",
"District": "吴中区",
"Address": "光福镇小巨角"
}
],
"totalcount": 671,
"totalpage": 34,
"currentpage": 1,
"pagesize": 20
},
"error_code": 0
}
?
原文:http://jhapi1.iteye.com/blog/2254589