根据ip查询经纬度的接口


http://ip-api.com/json/

直接访问,结果如下

// 20180804140751
// http://ip-api.com/json/

{
  "as": "AS14061 DigitalOcean, LLC",
  "city": "London",
  "country": "United Kingdom",
  "countryCode": "GB",
  "isp": "Digital Ocean",
  "lat": 51.5142,
  "lon": -0.0931,
  "org": "Digital Ocean",
  "query": "138.68.149.194",
  "region": "ENG",
  "regionName": "England",
  "status": "success",
  "timezone": "Europe/London",
  "zip": "EC2V"
}

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM