POST已开放mobile-online
手机号在网时长查询
查询手机号在网时长,用于风险评估、用户画像和营销决策,辅助企业了解用户活跃度和稳定性。
请求地址
https://openapi.toolkk.com/mobile/online
默认限流
60 次/分钟
超时时间
5000 ms
查询手机号在网时长,用于风险评估、用户画像和营销决策,辅助企业了解用户活跃度和稳定性。
请求地址
https://openapi.toolkk.com/mobile/online
默认限流
60 次/分钟
超时时间
5000 ms
所有接口都建议按 code、message、data 的标准结构进行解析。
{ code, message, data }
curl --request POST \
--url 'https://openapi.toolkk.com/mobile/online' \
--header 'Content-Type: application/json' \
--header 'X-API-Key: YOUR_API_KEY' \
--data '{}'{}{
"code": 200,
"data": {
"time": {
"type": "string",
"example": "12-24",
"description": "详见time字段说明"
}
},
"message": "success"
}以下字段根据示例 JSON 自动提取,仅作接入参考。
| 字段路径 | 类型 | 示例值 |
|---|---|---|
| code | number | 200 |
| data | object | {...} |
| data.time | object | {...} |
| data.time.type | string | string |
| data.time.example | string | 12-24 |
| data.time.description | string | 详见time字段说明 |
| message | string | success |