v1

latestOpenAPI 3.1.02026-08-041130479.2 KB

IP Details

post/v1/api_hub/ip_details_l1

Request body

ip_addressstring required

Response

200

reference_idinteger
verification_idstring
statusstring
ip_addressstring
proxy_typestring
country_codestring
country_namestring
region_namestring
city_namestring
city_risk_scorestring
proxy_type_risk_scorestring

Example response

{
  "reference_id": 16834,
  "verification_id": "1723790792225",
  "status": "VALID",
  "ip_address": "106.194.236.169",
  "proxy_type": "NA",
  "country_code": "IN",
  "country_name": "India",
  "region_name": "Maharashtra",
  "city_name": "Mumbai",
  "city_risk_score": "0",
  "proxy_type_risk_score": "0"
}