IP归属地V1

IP归属地查询

POST /api/market/point

Headers

Name
Value

Content-Type

application/json

user

用户ID

secret

密钥

api

683882226852655105

POST参数

名称
类型
描述

ip

string

IP(必填)

响应

{
    "success": true,
    "data": {
        "data": {// code=200 时返回
            "country": "中国",
            "country_id": "CN",
            "region": "湖南",
            "region_id": "430000",
            "city": "株洲",
            "city_id": "430200",
            "ip": "120.228.9.158",
            "long_ip": "2028210590",
            "isp": "中国移动"
        },
        "msg": "成功",
        "success": true,
        "code": 200, // 200 表示成功
        "taskNo": "631667752177652259482744"
    }
}

Last updated