WIPmania API - 获取 IP 地理位置

发布于 2024-08-11 23:38:37 字数 395 浏览 4 评论 0原文

我想使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

生寂 2024-08-18 23:38:37

感谢您传播 WIPmania,我不知道他们的网络服务。回答你的问题:

$country = file_get_contents('http://api.wipmania.com/123.45.67.89?google.com'); // KR

Thanks for spreading WIPmania, didn't knew about their web-services. To answer your question:

$country = file_get_contents('http://api.wipmania.com/123.45.67.89?google.com'); // KR
司马昭之心 2024-08-18 23:38:37

啊,我发现了一个更好的服务,可以返回 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

风蛊 2024-08-18 23:38:37

不,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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文