API & Interfaces
Random 6657 Meme
Get a random meme from 斗鱼玩机器烂梗库. Supports matching by keyword, label and length.
The response may contain offensive content. The data is sourced from 斗鱼玩机器烂梗库. Respond with Chinese content.
Request
curl Example
# Without query parameters
curl 'https://api.krab.cn/api/random-6657-meme'
# With query parameters
curl -G 'https://api.krab.cn/api/random-6657-meme' \
'label=NiKo' \
'max_length=20'
Successful Response
{
"meme": {
"id": 20562,
"content": "正在生成玩机器职业模版:karrigan(26年的)",
"length": 26,
"copy_count": 22,
"submitted_at": "2026-05-31T00:15:40",
"tags": [
{
"code": "00",
"label": "喷玩机器"
},
{
"code": "06",
"label": "群魔乱舞"
}
]
},
"success": true
}
Field Description
| Field | Type | Description |
|---|---|---|
success | boolean | Whether the request was successful |
meme.id | integer | Meme ID from the source site |
meme.content | string | Meme body |
meme.length | integer | Body length |
meme.copy_count | integer | Number of copies on the source site |
meme.submitted_at | string/null | Submission time on the source site |
meme.tags | array | Tag list. Each tag contains code and label |
| Field | Type | Description |
|---|---|---|
success | boolean | Whether the request was successful |
meme.id | integer | Meme ID from the source |
meme.content | string | Meme body |
meme.length | integer | Body length |
meme.copy_count | integer | Number of copies on the source |
meme.submitted_at | string/null | Submission time on the source |
meme.tags | array | Tag list. Each tag contains code and label |
If no data matches the filtering criteria, a 404 response will be returned with the error code MEME_NOT_FOUND.