免费!邮编查询接口

免费!免费!免费!重要的事情说三遍,全国邮政编码大全,为你快速准确查邮编,邮编查询接口根据相关条件查询符合条件地区的邮编

接口名称:邮编查询接口

接口地址:数据接口

接口地址: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=

邮编查询接口调用代码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
}


你可能感兴趣的:(邮编查询,邮编接口)