Breaking Bad Quotes
一些 Breaking Bad 语录
- 认证方式
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 视频
简介
Breaking Bad Quotes 以 JSON 提供《绝命毒师》(及其宇宙)的随机台词——免密钥且免费。一个有趣的微型 API,适合台词小组件、粉丝页面和彩蛋。
注(2026-08 实测):从数据中心/云网络访问时,API 可能返回 HTTP 429 背后的 Vercel 人机验证页——普通浏览器流量一般正常。
快速开始
随机台词:
curl "https://api.breakingbadquotes.xyz/v1/quotes"
多条台词:
curl "https://api.breakingbadquotes.xyz/v1/quotes/3"
[
{
"quote": "I am the one who knocks!",
"author": "Walter White"
}
]
认证方式
无需认证——免密钥。
速率限制与注意事项
- 免费;没有文档化的硬性限制——请礼貌使用。
- API 运行在 Vercel 上,可能对数据中心 IP 触发安全验证——真实浏览器和住宅 IP 一般不受影响。
- 台词带说话角色名(
author)。 - 如果在 CI/服务器环境遇到验证页,请加小延迟重试,或使用住宅代理。
常见问题
Breaking Bad Quotes 免费吗? 是的——免费且免密钥。
为什么收到 429/验证页? Vercel 的机器人防护会挑战数据中心 IP——浏览器和住宅 IP 一般能通过。
能一次获取多条吗?
可以——/v1/quotes/3 返回三条。
视频 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| An API of Ice And Fire Game Of Thrones API | No auth | Yes | Unknown | ↗ |
| Bob's Burgers Bob's Burgers API | No auth | Yes | Yes | ↗ |
| Breaking Bad Breaking Bad API | No auth | Yes | Unknown | ↗ |
| Catalogopolis Doctor Who API | No auth | Yes | Unknown | ↗ |
| Catch The Show REST API for next-episode.net | No auth | Yes | Unknown | ↗ |