1. 程式人生 > >通過Ip查詢登入地址

通過Ip查詢登入地址

這三款介面都是以URL GET方式提交引數,以XML的形式返回查詢結果

查詢IP地址:
http://www.youdao.com/smartresult-xml/search.s?type=ip&q=IP地址

舉例:http://www.youdao.com/smartresult-xml/search.s?type=ip&q=123.233.157.9

返回:

<?xml version="1.0" encoding="gbk"?>
<smartresult>
<product type="ip">
<ip>123.233.157.9</ip>
<location>山東省濟南市 網通</location>
</product>
</smartresult>

查詢手機號碼歸屬地:
http://www.yodao.com/smartresult-xml/search.s?type=mobile&q=手機號

舉例:http://www.yodao.com/smartresult-xml/search.s?type=mobile&q=13892101111

返回:

<?xml version="1.0" encoding="gbk"?>
<smartresult>
<product type="mobile">
<phonenum>13892101111</phonenum>
<location>陝西 延安</location>
</product>
</smartresult>

查詢身份證資訊:
http://www.yodao.com/smartresult-xml/search.s?type=id&q=身份證號碼

舉例:http://www.youdao.com/smartresult-xml/search.s?type=id&q=370782196402121133

返回:
<?xml version="1.0" encoding="gbk"?>
<smartresult>
<product type="identitycard">
<code>370782196402121133</code>
<location>山東省濰坊市諸城市</location>
<birthday>19640212</birthday>
<gender>m</gender>
</product>
</smartresult>