分享几个免费IP地址查询API接口
几个免费IP地址查询API接口 1. 淘宝 http://ip.taobao.com/service/getIpInfo2.php 用post请求上面的接口 python代码示例 import requests r =requests.post(url= ' http://ip.taobao.com/service/getIpInfo2.php ' , data={ ' ip ' : ' myip ' }) print (r.json()) # {'code': 0, 'data': {'ip': '59.164.141.201', 'country': '中国', 'area': '', 'region': '湖北', 'city': '武汉', 'county': 'XX', 'isp': '电信', 'country_id': 'CN', 'area_id': '', 'region_id': '420000', 'city_id': '420100', 'county_id': 'xx', 'isp_id': '100017'}} 这个好像有限制调用频率 建议使用 http://ip-api.com/json/?lang=zh-CN 2.IP地址查询接口: http://apis.juhe.cn/ip/ip2addr 要先去 https://www.juhe.cn/docs