妹子(腿子)
GET
无需 Key
运行中
接口简介
调用返回高清美女腿图片或图片直链,支持随机获取,适配社交配图、趣味内容创作等场景。
接口地址
https://api.lolimi.cn/API/meizi/api请求示例
测试访问https://api.lolimi.cn/API/meizi/api返回预览
JSON{
"code": 1,
"text": "https:\/\/p1.toutiaoimg.com\/origin\/1374c0001a0bb1d89a2d1"
}
请求参数
| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
| type | string | Required | 可填写json/text/image默认为json |
返回参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| code | int | 状态码 |
| text | string | 图片链接 |
参数配置
登录获取 KeyResponseWaiting...
<?php
$url = "https://api.lolimi.cn/API/meizi/api";
$params = array (
'type' => 'value',
);
$url .= '?' . http_build_query($params);
$res = file_get_contents($url);
echo $res;