网站信息获取
获取网站首页标题及favicon图片
  • API文档
  • 在线调试
  • 返回码表
  • 示例代码

接口地址: https://api.vore.top/api/website

返回格式: IMG

请求方式: GET

请求示例: https://api.vore.top/api/website?site=https://api.vore.top/

请求参数说明:

名称 必填 类型 说明
type string 返回内容(json-网站信息 | icon-重定向至favicon || 默认small)

返回参数说明:

返回示例:

{
    "code": 200,
    "msg": "SUCCESS",
    "data": {
        "site": "https:\/\/api.vore.top",
        "name": "VORE-API - 提供免费接口服务",
        "icon": "https:\/\/api.vore.top\/cache\/website\/favicon\/api.vore.top.png"
    },
    "time": 1658711181
}

请求详情设置:


请求参数设置:

参数名 参数值 操作


返回结果:

null

返回码表:

名称 类型 说明
code int 200-请求正常 | 500-请求错误
msg string SUCCESS-请求正常 | ERROR-请求错误
data -> info/tips string 描述当前请求信息(如果存在)

代码示例:

<strong>https://api.vore.top/</strong>的favicon:
<img src="https://api.vore.top/api/favicon?site=https://api.vore.top/&type=icon"/>
当前文档浏览次数: