Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 339

Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 392

Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 394
一个不错的IP查询网站,有API - Joyber 的博客

网页查询:https://db-ip.com/123.6.49.38
API查询:

~$ curl http://api.db-ip.com/v2/free/123.6.49.38
{
    "ipAddress": "123.6.49.38",
    "continentCode": "AS",
    "continentName": "Asia",
    "countryCode": "CN",
    "countryName": "China",
    "stateProv": "\u6cb3\u5357",
    "city": "\u90d1\u5dde",
}

~$ curl http://api.db-ip.com/v2/free/123.6.49.38/countryName
China

标签: none

添加新评论