手机归属地查询-IP地址查询-身份证查询-域名备案查询--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,希望可以给大家带来帮助!