GET
/
v1
/
ip_get
IP地址查询
curl --request GET \
  --url https://api-re.ecylt.com/v1/ip_get
{
  "ip": "<string>",
  "city": "<string>",
  "region": "<string>",
  "country": "<string>",
  "api_by": "<string>"
}

Query Parameters

ip
string
required

要查询的IP地址

Response

成功返回IP信息

ip
string
city
string
region
string
country
string
api_by
string