这里是苗萝缘莉雫的公共API! 请求地址全部都是以https://api.xiaomiao-ica.top
为URL!
描述:此 API 用于代理访问某个URL
HTTPS
https://api.xiaomiao-ica.top/agent/
参数 | 类型 | 必填 | 描述 |
---|---|---|---|
fileUrl | 文本 | 是 | 请求的url |
referer | 文本 | 否 | refererURL |
dns | 文本 | 否 | dns服务器 |
https://api.xiaomiao-ica.top/agent/index.php?dns=8.8.8.8&fileUrl=https://i.pximg.net/img-original/img/2023/10/19/00/00/22/112660921_p0.jpg&referer=https://www.pixiv.net
描述:此 API 用获取AICMod安装的powershell代码
GET
或 POST
或 HTTPS
https://api.xiaomiao-ica.top/AIC
参数 | 类型 | 必填 | 描述 |
---|
powershell.exe "irm https://api.xiaomiao-ica.top/AIC | iex"
描述:此 API 用于获取一张随机二次元图片(图库未完善)
GET
或 POST
或 HTTPS
https://api.xiaomiao-ica.top/random_picture
参数 | 类型 | 必填 | 描述 |
---|---|---|---|
tag | 文本 | 否 | 根据tag返回图片 多个tag用英文逗号分割 |
match_all | 布尔 | 否 | 传递true全部tag满足才返回 传递false一个tag就返回 不填false |
r18 | 布尔 | 否 | 传递true百分百返回涩图 传递false百分百返回全年龄图片 不填随机 |
ratio | 整数 | 否 | 传递1横屏 2为竖排 3为方形 |
returnType | 整数 | 否 | 传递1返回字节图片 2返回图片pixiv的url 3返回json信息 默认1 |
curl -X POST "https://api.xiaomiao-ica.top/random_picture/?r18=false&ratio=1&match_all=false"
描述:此 API 用于...
GET
或 POST
https://api.xiaomiao-ica.top/text
参数 | 类型 | 必填 | 描述 |
---|---|---|---|
param1 | string | 是 | 参数 1 的描述 |
param2 | integer | 否 | 参数 2 的描述 |
curl -X POST "https://api.xiaomiao-ica.top/text/" -d "param1=value1¶m2=value2"
{
"key": "value"
}