GET
/
v1
/
no_img
curl --request GET \
  --url https://api-re.ecylt.com/v1/no_img
{
  "images": [
    {
      "pid": "<string>",
      "uid": "<string>",
      "title": "<string>",
      "user": "<string>",
      "tags": [
        "<string>"
      ],
      "url": "<string>"
    }
  ]
}

Query Parameters

num
integer
default:1

返回图片数量

r18
enum<integer>
default:0

是否包含R18内容

Available options:
0,
1
keyword
string

搜索关键词

size
string
default:original

图片尺寸

output
enum<string>

输出格式

Available options:
json

Response

200
application/json

成功返回数据

The response is of type object.