LoginSignup
2
0

AS番号やGeo Locationを無料で取得可能なサービス(ipinfo.io)

Last updated at Posted at 2023-05-22

docsはこちら
有償Planに申し込めば、もっと多くの情報が取得できる。

IPアドレス(8.8.8.8)に紐づく情報一般の取得
# curl https://ipinfo.io/8.8.8.8
{
  "ip": "8.8.8.8",
  "hostname": "dns.google",
  "anycast": true,
  "city": "Mountain View",
  "region": "California",
  "country": "US",
  "loc": "37.4056,-122.0775",
  "org": "AS15169 Google LLC",
  "postal": "94043",
  "timezone": "America/Los_Angeles",
  "readme": "https://ipinfo.io/missingauth"
IPアドレス(8.8.8.8)に紐づくAS番号のみを取得
# curl https://ipinfo.io/8.8.8.8/org
AS15169 Google LLC
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0