Songkick
音乐活动
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 音乐
简介
Songkick API 提供演唱会列表、艺人巡演和场馆数据。认证是免费 API 密钥(无效密钥返回 401,已实测)。
快速开始
某位置附近的活动(替换 YOUR_KEY):
curl "https://api.songkick.com/api/3.0/events/search.json?apikey=YOUR_KEY&location=geo:48.85,2.35"
{
"resultsPage": {
"status": "ok",
"results": {
"event": [
{ "id": 12345, "displayName": "Queen at Accor Arena", "start": { "date": "2026-09-01" }, "venue": { "displayName": "Accor Arena", "lat": 48.83, "lng": 2.37 } }
]
}
}
}
艺人活动:
curl "https://api.songkick.com/api/3.0/artists/ARTIST_ID/calendar.json?apikey=YOUR_KEY"
认证方式
- 在 songkick.com/developer 注册 → 免费 API 密钥。
- 通过
apikey查询参数携带(无效密钥 → 401,已实测)。
速率限制与注意事项
- 免费层:约 500 次/天(以文档为准);更多需协议。
- API v3.0 是当前版本。
- 位置用
geo:lat,lng或metroarea:{id}。
常见问题
Songkick API 免费吗? 免费层带每日额度;更多需要付费。
如何获取密钥? songkick.com/developer → 注册应用。
位置格式是什么?
geo:lat,lng 或 metroarea:{id}。
音乐 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 7digital Api of Music store 7digital | OAuth | Yes | Unknown | ↗ |
| AI Mastering Automated Music Mastering | API Key | Yes | Yes | ↗ |
| Audiomack Api of the streaming music hub Audiomack | OAuth | Yes | Unknown | ↗ |
| Bandcamp API of Music store Bandcamp | OAuth | Yes | Unknown | ↗ |
| Bandsintown Music Events | No auth | Yes | Unknown | ↗ |