JSON API
You can make automated requests to the site using the API.
Access URL:
https://api.xxip.kr
Response example:
{"ip":"123.123.123.234","country":"Korea, Republic of","cc":"KR"}
Response elements:
ip: IP address
country: IP country location in English language
cc: Two-letter country code in ISO 3166-1 alpha-2 format
If there is no location data for an IP address, cc will return "XX" and country "Unknown".
API Usage Example
You can call the API from various programming languages to retrieve IP information.
curl https://api.xxip.kr