Vimeo
Vimeo 开发者 API
- 认证方式
- OAuth
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 视频
- 文档 / URL
- https://developer.vimeo.com/
简介
Vimeo API 提供视频元数据、频道和用户数据——并支撑上传。认证是 OAuth 2.0(未认证请求返回 401,已实测)。
快速开始
在 developer.vimeo.com 获取令牌,然后(替换 YOUR_TOKEN):
curl "https://api.vimeo.com/videos?per_page=3" \
-H "Authorization: Bearer YOUR_TOKEN"
{
"total": 12345,
"data": [
{
"uri": "/videos/12345",
"name": "My video",
"link": "https://vimeo.com/12345",
"duration": 120,
"pictures": { "sizes": [{ "link": "https://..." }] }
}
]
}
认证方式
- 在 developer.vimeo.com 注册 → 创建应用 → 令牌。
- OAuth 2.0(服务端应用用 client-credentials,用户用 authorization code)。
- 通过
Authorization: Bearer YOUR_TOKEN携带(缺失 → 401,已实测)。
速率限制与注意事项
- 免费层:每令牌约 1,000 次/天(看文档);上传消耗独立配额。
- 每个资源用
uri(如/videos/12345)作为标识符——详情把/videos/12345追加到 base。 - 端点:
/videos、/users、/channels、/me(用户级)。 per_page(最大 100)和page分页。
常见问题
Vimeo API 免费吗? 免费层带每日限额;更多需要付费。
如何获取令牌? developer.vimeo.com → 创建应用。
标识符风格是什么?
URI 如 /videos/12345(无令牌 401,已实测)。
视频 分类更多
| 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 | ↗ |
| Breaking Bad Quotes Some Breaking Bad quotes | No auth | Yes | Unknown | ↗ |
| Catalogopolis Doctor Who API | No auth | Yes | Unknown | ↗ |