每次请求API接口:0.00000 元
接口地址:https://api.178v.cn/api/iptz/api.php
返回格式:application/json
请求方式:GET/POST
请求示例:https://api.178v.cn/api/iptz/api.php?apikey=你开通的apikey&ip=IP地址(xxx.xxx.xxx.xxx)
| 名称 | 必填 | 类型 | 说明 |
|---|---|---|---|
| apikey | 是 | string | 你开通的apikey |
| ip | 是 | string | IP地址(xxx.xxx.xxx.xxx) |
| 名称 | 类型 | 说明 |
|---|---|---|
| code | int | 状态码 |
| msg | int | 状态信息 |
| count | int | 获取数量 |
| data | int | 返回数据 |
| domain | int | 域名 |
| time | int | 时间 |
{
"code": 200,
"msg": "查询成功",
"ip": "xxx",
"count": 3,
"data": [
{
"domain": "xxx.xxxx.cn",
"time": "20230210----20230603"
},
{
"domain": "xxx.xsxx.cn",
"time": "20230213----20230213"
},
{
"domain": "xxx.xxcx.cn",
"time": "20221224----20221224"
}
],
}
| 错误码 | 说明 |
|---|---|
| 100 | 您的apikey值为空! |
| 101 | 您的apikey值不存在! |
| 102 | 当前来源地址不在白名单内! |
| 103 | 当前接口为实名认证后可用,请您先进行实名! |
| 104 | 当前接口为企业认证后可用,请您先进行企业认证! |
| 105 | 当前接口未通过审核或已停止运营! |
| 106 | 您的余额不足,请及时充值! |
| 107 | 您当前的接口免费期限已过期,请及时开通! |
| 108 | 您的点数包已过期,请及时续费! |
| 109 | 您的点数包已用完,请及时充值! |
| 110 | 您的账号已被封禁,不可使用任何接口! |