日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

手机号码归属地及查询身份证号归属地API可用接口

發布時間:2024/1/1 编程问答 43 豆豆
生活随笔 收集整理的這篇文章主要介紹了 手机号码归属地及查询身份证号归属地API可用接口 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

?

參考 :?http://www.hujuntao.com/archives/phone-numbers-attribution-to-api-interface.html

http://hi.baidu.com/yangzong247/item/a037fead288cf0bf29ce9d91

?

一 、有道api接口
接口地址:http://www.youdao.com/smartresult-xml/search.s?type=mobile&q=13892101112

參數說明:

  • type : 參數手機歸屬地固定為mobile
  • q : 手機號碼

返回XML格式:

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

?

或者

http://www.youdao.com/smartresult-xml/search.s?jsFlag=true&type=mobile&q=手機號碼

返回JSON格式:

fYodaoCallBack(1, {‘product’:'mobile’,'phonenum’:’13892101112′,’location’:'陜西 延安’} , ”);

?

查詢身份證信息:
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>

二、096.me api接口
查詢手機號碼歸屬地:

http://www.096.me/api.php?phone=手機號&mode={txt,xml}

舉例:http://www.096.me/api.php?phone=13892101111&mode=txt
返回:

13892101111||陜西延安移動全球通卡 ||吉兇參半,惟賴勇氣,貫徹力行,始可成功 吉帶兇||

?

舉例:http://www.096.me/api.php?phone=13892101111&mode=xml
返回:

?

<smartresult> <product?type="mobile"> <phonenum>13892101111</phonenum> <location>陜西延安移動全球通卡</location> <phoneJx>吉兇參半,惟賴勇氣,貫徹力行,始可成功 吉帶兇</phoneJx> </product> </smartresult>

總結

以上是生活随笔為你收集整理的手机号码归属地及查询身份证号归属地API可用接口的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。