Imgflip
获取热门梗图数组
- 认证方式
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 娱乐
- 文档 / URL
- https://imgflip.com/api
简介
Imgflip 的 API 列出表情包模板并生成带文字的表情包——公开端点免密钥(实测可用)。
快速开始
表情包模板(实测可用):
curl "https://api.imgflip.com/get_memes"
{
"success": true,
"data": {
"memes": [
{ "id": "61579", "name": "One Does Not Simply", "url": "https://i.imgflip.com/1bij.jpg", "width": 568, "height": 335 }
]
}
}
给表情包配字(boxes 是 {text} 字符串):
curl -X POST "https://api.imgflip.com/caption_image" \
-d "template_id=61579&username=YOUR_USER&password=YOUR_PASS&text0=One%20does%20not%20simply&text1=test%20an%20API"
{ "success": true, "data": { "url": "https://i.imgflip.com/xxxxx.jpg" } }
认证方式
- 列出模板:无需认证(免密钥,实测)。
- 配字:免费 Imgflip 账号(POST 里带用户名/密码)。
速率限制与注意事项
- 免费;配字端点按用户限流。
get_memes返回 100+ 模板带 ID——经典表情包生成器的积木。- 生成的图片托管在 i.imgflip.com(支持热链)。
常见问题
Imgflip API 免费吗? 是的——模板列表免密钥(实测);配字需要免费账号。
如何给表情包配字?
POST 带 template_id、账号凭据和 text0/text1 文本框。
可以用生成的图片吗? 可以——图片托管且支持热链。
娱乐 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Anycrap 35,000+ absurdist AI-generated product concepts with names, descriptions, and images | API Key | Yes | Yes | ↗ |
| chucknorris.io JSON API for hand curated Chuck Norris jokes | No auth | Yes | Unknown | ↗ |
| Corporate Buzz Words REST API for Corporate Buzz Words | No auth | Yes | Yes | ↗ |
| CosmyDay Astrology Natal charts and sky events computed from Swiss Ephemeris | No auth | Yes | Yes | ↗ |
| Excuser Get random excuses for various situations | No auth | Yes | Unknown | ↗ |