IP归属地V2

IP归属地查询(支持ipv6)

POST /api/market/point

Headers

Name
Value

Content-Type

application/json

user

用户ID

secret

密钥

api

685260708778201089

POST参数

名称
类型
描述

ip

string

IP(必填)

响应

{
    "success": true,
    "data": {
        "ret": 200,
        "msg": "success",
        "data": {//ret=200时返回
            "ip": "2409:8a5e:a198:2690:41f3:8850:132f:75e1",
            "long_ip": "47901744989967390561387834420109473249",
            "isp": "移动",
            "area": "华南",
            "region_id": "460000",
            "region": "海南",
            "city_id": "469001",
            "city": "五指山",
            "district": "",
            "district_id": "",
            "country_id": "CN",
            "country": "中国",
            "lat": "18.775146",
            "lng": "109.516925"
        },
        "log_id": "f5576053c5384ce5aea093f5db7bbcf4"
    }
}

Last updated