求一个ip地理位置接口

免费的除了纯真,还有什么可以可以部署吗?

或者推荐一个不限量或者大额度的api接口

主要查询国内ip

7 个赞

试试 ipinfo.io,不知道精度符不符合你的需求

2 个赞

看看,还有一个是可以显示IPV6的我没去搞

这人还是个官方号

https://r.inews.qq.com/api/ip2city?otype=jsonp&callback=

只能查询本机ip啊 ?

是的,,,,

从游戏网站提取的接口,看起来没啥验证

1 个赞

https://ipcheck.ing/#/

有时精确到县区

1 个赞

部署离线数据库吧,这个作者专门整了个国内版的
alecthw/mmdb_china_ip_list: Geoip MaxMind Database for china ip list! This is also an example of generating MaxMind Database! (github.com)

1 个赞

我用的这个,还行,离线的

<!-- ip2region -->
<dependency>
    <groupId>org.lionsoul</groupId>
    <artifactId>ip2region</artifactId>
    <version>2.6.5</version>
</dependency>
2 个赞

感谢分享大佬厉害啊

这个只能检测国家啊 ,也那样精确到省份的有isp更好了