GET
/
v1
/
ip_get
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

200
application/json

成功返回IP信息

The response is of type object.