내 공용 IP 및 위치는 무엇인가요?

내 외부 공용 IP 주소 및 지리적 위치 정보:

{{ label }}:
{{ value }}
ip:
userAgent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36
version:
country:
CA
city:
Toronto
region:
Ontario
regionCode:
ON
timezone:
America/Toronto
postalCode:
M4G
asn:
577
colo:
YYZ
asOrganization:
Bell Canada Business

무료 IP API

1. 간단한 IP API: https://ips.im/api

Curl을 사용하여 IP 주소 가져오기: curl https://ips.im/api

응답: 70.44.149.3

2. 완전한 IP 세부정보를 가진 JSON API: https://ips.im/api/json

Curl을 사용하여 IP 정보 가져오기: curl https://ips.im/api/json

Response:

{
  "ip": '70.44.149.3',
  "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36",
  "version": "",
  "country": "CA",
  "city": "Toronto",
  "region": "Ontario",
  "regionCode": "ON",
  "timezone": "America/Toronto",
  "postalCode": "M4G",
  "asn": 577,
  "colo": "YYZ",
  "asOrganization": "Bell Canada Business"
}
              

Switch Language