基础信息

请求地址

https://qyapi.ipaybuy.cn/api/bqbsougou

请求方法

GET

接口标签

表情包

请求参数

参数名类型是否必填描述示例值
idstring必填开发者IDtest123
keystring必填开发者KEYabc123xyz
wordsstring必填搜索内容可爱
pagestring选填页码1

响应示例

{
  "code": 200,
  "msg": "success",
  "data": {
    "list": [
      {
        "id": "1",
        "url": "https://example.com/emoji1.jpg",
        "title": "可爱表情包"
      },
      {
        "id": "2",
        "url": "https://example.com/emoji2.jpg",
        "title": "搞笑表情包"
      }
    ],
    "total": 100,
    "page": 1,
    "limit": 15
  }
}

代码示例

cURL示例

curl -X GET   'https://qyapi.ipaybuy.cn/api/bqbsougou?id=test123&key=abc123xyz&words=可爱&page=1'