IP 지리적 위치 - JSON 엔드포인트
API 기본 경로는
https://i.pn/json/{query}
{query} 단일 IPv4 주소일 수 있습니다. 쿼리를 제공하지 않으면 현재 IP 주소가 사용됩니다.
매개변수
쿼리 매개변수(예: 사용자 정의 필드)는 GET 요청 매개변수로 추가됩니다. 예를 들어:
https://i.pn/json/18.97.14.91?fields=61439
필드 | 응답 필드는 선택 사항 |
API 키가 필요하지 않습니다.
빠른 테스트
이 쿼리를 편집하고 옵션을 실험할 수 있습니다
GET
응답
반환된 데이터
API는 다음 필드와 값을 반환할 수 있습니다
모든 반환된 필드가 필요하지 않은 경우 GET 매개변수 fields를 사용하여 반환할 데이터를 지정하십시오. 필드를 쉼표로 구분하십시오 (fields=status,query,country,city) 또는 생성된 숫자 값을 사용하십시오 (대역폭 절약을 위해)
name | description | example | type | |
---|---|---|---|---|
query | IP used for the query | 202.202.202.202 | string | |
status | success or fail | success | string | |
type | Residential(1), mobile(3) or hosting(4) | 1 | int | |
country | Country name | United States | string | |
countryCode | Two-letter country code | US | string | |
countryTier | Country tier | 1 | string | |
regionName | Region/state | California | string | |
city | City | Los Angeles | string | |
cityId | City id | 123 | int | |
stateId | State id | 123 | int | |
asn | AS number (RIR) | 15169 | int | |
as | AS number and organization, separated by space (RIR). Empty for IP blocks not being announced in BGP tables. | AS15169 Google Inc. | string | |
mobile | Mobile (cellular) connection | true | bool | |
proxy | Proxy, VPN or Tor exit address | true | bool | |
hosting | Hosting, colocated or data center | true | bool | |
blacklists | IP found in blacklists | ["spam","abuse"] | string[] | |
continent | Continent name | North America | string | |
continentCode | Two-letter continent code | NA | string | |
region | Region/state short code (FIPS or ISO) | CA | string | |
asName | AS name (RIR). Empty for IP blocks not being announced in BGP tables. | GOOGLE | string | |
zip | Zip code | 12345 | string | |
lat | Latitude | 27.123 | float | |
lon | Longitude | -27.123 | float | |
timezone | Timezone (tz) | America/Los_Angeles | string | |
offset | Timezone UTC DST offset in seconds | 2000 | int | |
currency | National currency | USD | string | |
isp | ISP name | Google | string | |
org | Organization name | Google | string | |
reverse | Reverse DNS of the IP (can delay response) | ip-01.rip.net | string | |
district | District (subdivision of city) | Farm District | string |