menu 云析API铺 - 云析文档平台 公告 打赏
child_care
医药百科
keyboard_arrow_down
star_border

表情包搜索

使用教程


请求地址 https://api.a20safe.com/api.php?api=32&key=你的KEY&text=关键词

返回示例 {"code":0,"msg":"success","data":[{"total":"10","list":[{"title":"你好 美丽的女士","url":"http://lz.sinaimg.cn/large/a6a681ebgy1he6ue9ap60j20a00a0mx8.jpg"},{"title":"你好像个傻嘚~","url":"http://lz.sinaimg.cn/large/a6a681ebgy1hdxt0pfxnyj207n07i3yf.jpg"},{"title":"你好会啊","url":"http://lz.sinaimg.cn/large/a6a681ebgy1hd5wcwjg73j208c08it8o.jpg"},{"title":"你好 可以拒绝吗小声","url":"http://lz.sinaimg.cn/large/a6a681ebgy1hd5wce6g16j20a00a00sq.jpg"},{"title":"你好可怜 真心疼你啊","url":"http://lz.sinaimg.cn/large/a6a681ebgy1h90v2aklozj207p07i0st.jpg"},{"title":"你好 上网 就是为了 等你","url":"http://lz.sinaimg.cn/large/a6a681ebgy1h6dw3xdoi0j208c08cdhu.jpg"},{"title":"你好野啊","url":"http://lz.sinaimg.cn/large/a6a681ebgy1h4v2ibw77hj208y08r74k.jpg"},{"title":"你好好反思一下你在说什么-QQ表情包-搞笑图片","url":"http://lz.sinaimg.cn/large/a6a681ebgy1h25onc6gysj20g40fr3zj.jpg"},{"title":"你好,基佬","url":"http://lz.sinaimg.cn/large/0033dr8Dgy1gskvii3hjij6050050weh02.jpg"},{"title":"你好油我命油我不油天","url":"http://lz.sinaimg.cn/large/0033dr8Dgy1gsg7onggf8j60b40b4dga02.jpg"}]}]}

Example

返回参数

返回参数类型说明
code Int 状态码
msg String 返回说明
data[0].total String 总数
data[0].list[n].title String 标题
data[0].list[n].url String 表情包链接

						<br><br>
<table class="mdui-table"><thead><tr>
<th>返回参数</th><th>类型</th><th>说明</th></tr></thead><tbody>
<tr><td><code>code</code></td>
<td>Int</td>
<td>状态码</tr>
<tr><td><code>msg</code></td>
<td>String</td>
<td>返回说明</tr>
<tr><td><code>data[0].total</code></td>
<td>String</td>
<td>总数</tr>
<tr><td><code>data[0].list[n].title</code></td>
<td>String</td>
<td>标题</tr>
<tr><td><code>data[0].list[n].url</code></td>
<td>String</td>
<td>表情包链接</tr>
</tbody></table>
					

请求参数

请求参数必填类型说明
api String 接口id
key String 你的key
text String 关键词