目前系统共收录50000+张图片,图片侵权请联系: [email protected]
图片均为HTTPS协议,采用本地储存图,图片全部来源于网络收集
测试期间为缓解服务器压力,每天图片API限制访问次数为3000次
参数 | 描述 | 示例值 |
---|---|---|
type | 热门分类,可选。指定从哪个类别获取图片 | meinv, dongman, fengjing, wallhaven, bing |
type | 详细分类,可选。指定从哪个类别获取图片 | chahua, chongwu, qiche, sexi, kehuan, yingshi, youxi, jingxuan |
format | 返回数据格式。默认直接返回图片,可以选择返回JSON格式 | json, pic(默认) |
单分类PIC URL示例 | 描述 |
---|---|
https://imgapi.ddns.us/api.php?type=meinv | 获取美女类型的随机图片 |
https://imgapi.ddns.us/api.php?type=dongman | 获取动漫类型的随机图片 |
https://imgapi.ddns.us/api.php?type=fengjing | 获取风景类型的随机图片 |
https://imgapi.ddns.us/api.php?type=bing | 获取bing类型UHD的随机壁纸 |
https://imgapi.ddns.us/api.php?type=wallhaven | 获取wallhaven类型的随机图片 |
https://imgapi.ddns.us/api.php?type=jingxuan | 获取精选类型的随机图片 |
https://imgapi.ddns.us/api.php?type=chahua | 获取插画类型的随机图片 |
https://imgapi.ddns.us/api.php?type=chongwu | 获取宠物类型的随机图片 |
https://imgapi.ddns.us/api.php?type=qiche | 获取汽车类型的随机图片 |
https://imgapi.ddns.us/api.php?type=sexi | 获取色系类型的随机图片 |
https://imgapi.ddns.us/api.php?type=yingshi | 获取影视类型的随机图片 |
https://imgapi.ddns.us/api.php?type=youxi | 获取游戏类型的随机图片 |
https://imgapi.ddns.us/api.php?type=kehuan | 获取科幻类型的随机图片 |
多分类PIC URL示例 | 描述 |
https://imgapi.ddns.us/api.php?type=dongman,meinv | 获取动漫,美女分类的随机图片 |
https://imgapi.ddns.us/api.php?type=fengjing,dongman | 风景,动漫分类的随机图片 |
单分类JSON URL示例 | 描述 |
https://imgapi.ddns.us/api.php?type=dongman&format=json | 返回动漫类型的JSON格式地址 |
多分类JSON URL示例 | 描述 |
https://imgapi.ddns.us/api.php?type=fengjing,meinv&format=json | 获取JSON格式的风景,美女类型图片地址 |
获取所有分类JSON URL示例 | 描述 |
https://imgapi.ddns.us/api.php?type=getAllCategories | 获取JSON格式的所有分类类型 |