实时获取目标网站标题,关键词,等信息
接口地址: https://wzapi.com/api/webinfo
返回格式: JSON
请求方式: GET
请求示例: https://wzapi.com/api/webinfo?url=https://wzapi.com/
| 参数名 | 必填 | 类型 | 说明 |
|---|---|---|---|
| url | 是 | string | 需要查询的网站地址,可省略协议 |
| apiKey | 付费接口必填 | string | 用户密钥,免费接口可不传 |
| 字段名 | 类型 | 说明 |
|---|---|---|
| code | string | 状态码,200 表示查询成功 |
| msg | string | 返回提示信息 |
| data.title | string | 网站标题 |
| data.description | string | 网站描述 |
| data.keywords | string | 网站关键词 |
| data.favicon_url | string | 网站图标地址 |
| data.url | string | 补全后的目标地址 |
| data.time | string | 查询时间 |
| code | 说明 |
|---|---|
| 200 | 查询成功 |
| 201 | 缺少 URL 或获取网站信息失败 |
{
"code": "200",
"msg": "success",
"data": {
"title": "万站API - 提供免费接口调用平台",
"description": "万站API是免费提供API数据接口调用服务平台 - 我们致力于为用户提供稳定、快速的免费API数据接口服务。",
"keywords": "API, 聚合API, API数据接口, 免费API, 免费数据接口, API调用, OEAPI, 万站API",
"favicon_url": "https://wzapi.com/favicon.ico",
"url": "https://wzapi.com/",
"time": "2025-10-18 18:19:57"
}
}
| 参数名 | 参数值 | 操作 |
|---|
{
"code": "200",
"msg": "success",
"data": {
"title": "万站API - 提供免费接口调用平台",
"description": "万站API是免费提供API数据接口调用服务平台 - 我们致力于为用户提供稳定、快速的免费API数据接口服务。",
"keywords": "API, 聚合API, API数据接口, 免费API, 免费数据接口, API调用, OEAPI, 万站API",
"favicon_url": "https://wzapi.com/favicon.ico",
"url": "https://wzapi.com/",
"time": "2025-10-18 18:19:57"
}
}