WIPmania API - 获取 IP 地理位置
我想使用 WIPmania 的 API 来映射 IP 地址。 http://www.wipmania.com/en/api/
有谁知道如何获取PHP返回的值?
例如网址 (http://api.wipmania.com/123.45.67.89?google .com)返回国家/地区代码 KR
。
如果它返回一个 XML 文件我会没事的,但这让我很困惑。
提前致谢。
I'd like to use WIPmania's API to map IP address. http://www.wipmania.com/en/api/
Does anyone know how to grab the value returned in PHP?
For example the url (http://api.wipmania.com/123.45.67.89?google.com) returns the country code KR
.
If it was returning an XML file I'd be alright, but this has confused me.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
感谢您传播 WIPmania,我不知道他们的网络服务。回答你的问题:
Thanks for spreading WIPmania, didn't knew about their web-services. To answer your question:
啊,我发现了一个更好的服务,可以返回 XML 文件 - 显然它也更准确。
仅供参考 - http://ipinfodb.com/ip_location_api.php
Ah I found a better service that returns an XML file - apparently it's more accurate too.
FYI - http://ipinfodb.com/ip_location_api.php
不,ipinfodb.com 不准确,因为基于 maxmind。
请参阅 http://www. wipmania.com/en/blog/why-worldip-data-rather-than-whois-data-examples/
您可以使用 Wipmania API 轻松工作:www.wipmania.com/en/blog/source-code-访问 api/
No, ipinfodb.com isn't accurate because based on maxmind.
See http://www.wipmania.com/en/blog/why-worldip-data-rather-than-whois-data-examples/
You can work easy with Wipmania API: www.wipmania.com/en/blog/source-code-to-access-to-api/