Krab logoKrab
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

GETapi.krab.cn/api/random-6657-meme

Keyword filtering. Matching is case-insensitive.

Label name. Matching is case-insensitive.

Maximum body length. Return only content_length <= max_length; the minimum value is 1.

Maximum body length. Return only content_length >= min_length; the minimum value is 1.

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

FieldTypeDescription
successbooleanWhether the request was successful
meme.idintegerMeme ID from the source site
meme.contentstringMeme body
meme.lengthintegerBody length
meme.copy_countintegerNumber of copies on the source site
meme.submitted_atstring/nullSubmission time on the source site
meme.tagsarrayTag list. Each tag contains code and label
FieldTypeDescription
successbooleanWhether the request was successful
meme.idintegerMeme ID from the source
meme.contentstringMeme body
meme.lengthintegerBody length
meme.copy_countintegerNumber of copies on the source
meme.submitted_atstring/nullSubmission time on the source
meme.tagsarrayTag 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.

Copyright © 2026 Krab. Some rights reserved.
Built with Docus.