基本信息

接口名称 随机Menhera酱动漫图片 请求方式 GET
数据格式 JSON 计费模式 免费

请求参数

参数名 必填 类型 说明 示例
type string 输出类型,可选image(图片)、json(JSON格式)、text(文本) image

返回参数

参数名 类型 说明
url string 图片的完整访问 URL
size string 格式化后的图片文件大小
title string 图片文件名(不含扩展名)
ext string 图片扩展名(小写)
timestamp string 接口响应时间戳

返回示例

JSON
{
    "url": "https://192.168.31.210/api/menhera/images/example.jpg",
    "size": "850.65 KB",
    "title": "example",
    "ext": "jpg",
    "timestamp": "2020-01-11 00:00:00"
}