
도메인에 대한 IP 주소 변경 이력 정보를 조회합니다.
curl -k -X POST "https://apick.app/rest/ip_history" \
-H "CL_AUTH_KEY: $API_KEY" \
-F "domain=apick.app"
{
"data": {
"records": [
{
"ip": "121.140.146.38",
"location": "Geumcheon-gu - South Korea",
"owner": "Korea Telecom",
"lastseen": "2023-12-31"
},
{
"ip": "121.140.146.133",
"location": "Geumcheon-gu - South Korea",
"owner": "Korea Telecom",
"lastseen": "2023-02-03"
},
{
"ip": "121.140.146.24",
"location": "Geumcheon-gu - South Korea",
"owner": "Korea Telecom",
"lastseen": "2021-04-29"
},
{
"ip": "121.128.199.96",
"location": "Jongno-gu - South Korea",
"owner": "Korea Telecom",
"lastseen": "2019-04-30"
},
{
"ip": "27.119.97.215",
"location": "Suwon - South Korea",
"owner": "SK Broadband Co Ltd",
"lastseen": "2018-01-03"
}
],
"success": 1
},
"api": {
"success": true,
"cost": 100,
"pl_id": 1595642,
"ms": 1081
}
}