首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

手机归属地查询-IP地址查询-身份证查询-域名立案查询-Api接口

2013-09-28 
手机归属地查询-IP地址查询-身份证查询-域名备案查询--Api接口使用这些接口是需要密钥的公共密钥appkey: 1

手机归属地查询-IP地址查询-身份证查询-域名备案查询--Api接口

使用这些接口是需要密钥的

公共密钥appkey: 10003 
secret: d1149a30182aa2088ef645309ea193bf 
生成后sign: b59bc3ef6191eb9f747dd4e83c99f2a4当然我觉得私人密钥比较安全,注册密钥

手机号码归属地查询API基本信息
Url:http://api.k780.com/?app=phone.get&phone=13800138000&appkey=10003&sign=b59bc3ef6191eb9f747dd4e83c99f2a4&format=jsonMethod:GET/POSTFormat:json/xml
参数公共参数名称类型必须(是/否)说明appkeystring是使用API的唯一凭证.signstring是md5后的32位密文,登陆用.format{json|xml}是返回的数据格式,默认为json应用参数phonestring是手机号码 例:13800138000返回值JSON返回示例
{"success":"1","result":{    "phone":"13800138000",    "area":"010",    "att":"北京市",    "ctype":"北京移动全球通卡",    "par":"1380013"    }}
XML返回示例
<root>    <success>1</success>     <result>        <phone>13800138000</phone>         <area>010</area>         <att>北京市</att>         <ctype>北京移动全球通卡</ctype>         <par>1380013</par>     </result></root>

IP地址归属地查询API基本信息
Url:http://api.k780.com/?app=ip.get&ip=8.8.8.8&appkey=10003&sign=b59bc3ef6191eb9f747dd4e83c99f2a4&format=jsonMethod:GET/POSTFormat:json/xml
参数公共参数名称类型必须(是/否)说明appkeystring是使用API的唯一凭证.signstring是md5后的32位密文,登陆用.format{json|xml}是返回的数据格式,默认为json应用参数ipstring是ip地址 例8.8.8.8返回值JSON返回示例
{"success":"1","result":{    "ip":"8.8.8.8",    "inet_aton":"134744072",    "update":"2012-10-12 16:03:50",    "att":"美国 Google免费DNS "    }}
XML返回示例
<root>    <success>1</success>     <result>        <ip>8.8.8.8</ip>         <inet_aton>134744072</inet_aton>         <update>2012-10-12 16:03:50</update>         <att>美国 Google免费DNS</att>       </result></root>

身份证信息查询API基本信息
Url:http://api.k780.com/?app=idcard.get&idcard=110101199001011118&appkey=10003&sign=b59bc3ef6191eb9f747dd4e83c99f2a4&format=jsonMethod:GET/POSTFormat:json/xml
参数公共参数名称类型必须(是/否)说明appkeystring是使用API的唯一凭证.signstring是md5后的32位密文,登陆用.format{json|xml}是返回的数据格式,默认为json应用参数idcardstring是身份证号码 例:110101199001011118返回值JSON返回示例
{"success":"1","result":{    "idcard":"110101199001011118",    "att":"北京市东城区",    "born":"1990年01月01日",    "sex":"男"    }}
XML返回示例
<root>    <success>1</success>     <result>         <idcard>110101199001011118</idcard>          <att>北京市东城区</att>          <born>1990年01月01日</born>         <sex>男</sex>      </result></root>

域名备案查询API基本信息
Url:http://api.k780.com/?app=domain.beian&domain=baidu.com&appkey=10003&sign=b59bc3ef6191eb9f747dd4e83c99f2a4&format=jsonMethod:GET/POSTFormat:json/xml
参数公共参数名称类型必须(是/否)说明appkeystring是使用API的唯一凭证.signstring是md5后的32位密文,登陆用.format{json|xml}是返回的数据格式,默认为json应用参数domainstring是要查询的域名 如:baidu.com返回值JSON返回示例
{    "success":"1",    "result":{        "icpno":"京ICP证030173号",        "sitenm":"百度",        "webhome":"www.baidu.com",        "organizers":"北京百度网讯科技有限公司",        "organizers_type":"企业",        "exadate":"2012-11-02 00:00:00"    }}
XML返回示例
<?xml version="1.0" ?> <root>    <success>1</success>     <result>       <icpno>京ICP证030173号</icpno>        <sitenm>百度</sitenm>        <webhome>www.baidu.com</webhome>        <organizers>北京百度网讯科技有限公司</organizers>        <organizers_type>企业</organizers_type>        <exadate>2012-11-02 00:00:00</exadate>     </result></root>
以上接口信息来自http://www.k780.com/api,希望可以给大家带来帮助!



热点排行