Spotify艺人或创作者资料 API
POST
接口健康状态
- 24h 健康值
- 正常
- 24h 平均耗时
- —
- 最近检查时间
- 2026年9月27日 02:04(北京时间)
- 健康 / 正常
- 可用
- 少量可用
- 基本不可用
健康 API正常
24 小时趋势
30 天趋势
健康值怎么算
- 健康值 = 返回了数据的调用占比(百分比)。空结果、失败和结果未知都不算返回数据。
- 档位:≥90% 健康、≥70% 可用、≥40% 少量可用,更低是基本不可用。
- 一个时段(24 小时、每小时、每天)调用满 50 次才计算健康值;不足的时段显示为正常——少量调用里的偶发失败不代表接口不可用。
- 调用包括客户的真实调用和我们每天的探测调用;请求本身的错误(参数不对、余额不足)不计入。
- 平均耗时只算正常返回的调用:同步取响应时间,异步取受理到完成。
逐时段数据
| 时间(北京时间) | 状态 | 健康值 | 平均耗时 |
|---|---|---|---|
| 2026-09-27 02:00 - 02:59 | 正常 | — | — |
| 2026-09-27 01:00 - 01:59 | 正常 | — | — |
| 2026-09-27 00:00 - 00:59 | 正常 | — | — |
| 2026-09-26 23:00 - 23:59 | 正常 | — | — |
| 2026-09-26 22:00 - 22:59 | 正常 | — | — |
| 2026-09-26 21:00 - 21:59 | 正常 | — | — |
| 2026-09-26 20:00 - 20:59 | 正常 | — | — |
| 2026-09-26 19:00 - 19:59 | 正常 | — | — |
| 2026-09-26 18:00 - 18:59 | 正常 | — | — |
| 2026-09-26 17:00 - 17:59 | 正常 | — | — |
| 2026-09-26 16:00 - 16:59 | 正常 | — | — |
| 2026-09-26 15:00 - 15:59 | 正常 | — | — |
| 2026-09-26 14:00 - 14:59 | 正常 | — | — |
| 2026-09-26 13:00 - 13:59 | 正常 | — | — |
| 2026-09-26 12:00 - 12:59 | 正常 | — | — |
| 2026-09-26 11:00 - 11:59 | 正常 | — | — |
| 2026-09-26 10:00 - 10:59 | 正常 | — | — |
| 2026-09-26 09:00 - 09:59 | 正常 | — | — |
| 2026-09-26 08:00 - 08:59 | 正常 | — | — |
| 2026-09-26 07:00 - 07:59 | 正常 | — | — |
| 2026-09-26 06:00 - 06:59 | 正常 | — | — |
| 2026-09-26 05:00 - 05:59 | 正常 | — | — |
| 2026-09-26 04:00 - 04:59 | 正常 | — | — |
| 2026-09-26 03:00 - 03:59 | 正常 | — | — |
| 2026-09-26 | 正常 | — | — |
| 2026-09-25 | 正常 | — | — |
| 2026-09-24 | 正常 | — | — |
| 2026-09-23 | 正常 | — | — |
| 2026-09-22 | 正常 | — | — |
| 2026-09-21 | 正常 | — | — |
| 2026-09-20 | 正常 | — | — |
| 2026-09-19 | 正常 | — | — |
| 2026-09-18 | 正常 | — | — |
| 2026-09-17 | 正常 | — | — |
| 2026-09-16 | 正常 | — | — |
| 2026-09-15 | 正常 | — | — |
| 2026-09-14 | 正常 | — | — |
| 2026-09-13 | 正常 | — | — |
| 2026-09-12 | 正常 | — | — |
| 2026-09-11 | 正常 | — | — |
| 2026-09-10 | 正常 | — | — |
| 2026-09-09 | 正常 | — | — |
| 2026-09-08 | 正常 | — | — |
| 2026-09-07 | 正常 | — | — |
| 2026-09-06 | 正常 | — | — |
| 2026-09-05 | 正常 | — | — |
| 2026-09-04 | 正常 | — | — |
| 2026-09-03 | 正常 | — | — |
| 2026-09-02 | 正常 | — | — |
| 2026-09-01 | 正常 | — | — |
| 2026-08-31 | 正常 | — | — |
| 2026-08-30 | 正常 | — | — |
| 2026-08-29 | 正常 | — | — |
| 2026-08-28 | 正常 | — | — |
艺人或创作者资料:返回单个对象;主要字段 id、url、name、bio、monthly_listener_count、follower_count。
单价 $1.39 / 千次(每次 $0.001389),失败与空结果不扣费。 同步返回;慢任务可在请求体加 "mode": "async",先拿 job_id 再轮询。
请求参数
| 参数名 | 位置 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|---|
Authorization | header | string | 是 | - | Bearer 加你的 API Key。在控制台创建;不要放进网址或代码仓库。 |
platform | body | string | 是 | spotify | 平台标识,固定值。 |
action | body | string | 是 | artist | 能力标识,固定值。 |
url | body.params | 未声明 | 是 | - | artist / track / album / playlist 使用对应的 open.spotify.com 链接,也支持在 url 中传 spotify:类型:ID 或裸 ID;目标种类由 action 决定,不要跨类型混用。旧 profile 仅直接接收完整链接,读取专辑/单曲播放资料,不是用户个人档案。 |
代码示例
bash
curl -X POST 'https://api.everyinfra.com/api/v1/social' \
-H "Authorization: Bearer $EVERYINFRA_API_KEY" \
-H 'Content-Type: application/json' \
--data-raw '{
"platform": "spotify",
"action": "artist",
"params": {
"url": "https://open.spotify.com/artist/3TVXtAsR1Inumwj472S9r4"
}
}'[OpenAPI 定义 (JSON)]示例从环境变量 EVERYINFRA_API_KEY 读取 Key,复制出去的代码不含你的 Key。
响应示例
真实返回样例
2026年9月26日 16:56(北京时间)用上方代码示例的参数真实调用所得。results 与 count 是那次的真实返回,已隐去名字、账号、头像、主页链接、联系方式等个人信息;id、billing、quota 每次调用都不同,只给结构。
json
{
"id": "req_…",
"platform": "spotify",
"action": "artist",
"results": {
"id": "3TVXtAsR1Inumwj472S9r4",
"url": "https://open.spotify.com/artist/3TVXtAsR1Inumwj472S9r4",
"name": "Drake",
"bio": "Canadian rapper and vocalist Drake has retained a bigger-than-life commercial presence shortly after he hit the scene in 2006, whether with his own chart-topping releases or with a long string of guest appearances on hits by the likes of Lil Wayne, Rihanna, and A$AP Rocky. Thanks…",
"monthly_listener_count": 94742524,
"follower_count": 117306577,
"world_rank": 8,
"image_url": "https://i.scdn.co/image/ab6761610000e5eb4293385d324db8558179afd9",
"album_count": 21,
"single_count": 65,
"compilation_count": 0,
"top_cities": [
{
"city": "London",
"country": "GB",
"region": "ENG",
"listener_count": 1974592
},
{
"city": "Los Angeles",
"country": "US",
"region": "CA",
"listener_count": 1420388
},
{
"city": "New York City",
"country": "US",
"region": "NY",
"listener_count": 1385812
}
],
"top_tracks": [
{
"id": "514joG57v4yKTsfQmz7stz",
"url": "https://open.spotify.com/track/514joG57v4yKTsfQmz7stz",
"name": "Janice STFU",
"duration_ms": 237344,
"play_count": 342725993,
"is_explicit": true,
"platform": "spotify"
},
{
"id": "1zi7xx7UVEFkmKfv06H8x0",
"url": "https://open.spotify.com/track/1zi7xx7UVEFkmKfv06H8x0",
"name": "One Dance",
"duration_ms": 173986,
"play_count": 4484479500,
"is_explicit": false,
"platform": "spotify"
},
{
"id": "5mCPDVBb16L4XQwDdbRUpz",
"url": "https://open.spotify.com/track/5mCPDVBb16L4XQwDdbRUpz",
"name": "Passionfruit",
"duration_ms": 298940,
"play_count": 2391474845,
"is_explicit": true,
"platform": "spotify"
}
],
"related_artists": [
{
"id": "1RyvyyTE3xzB2ZywiAwp0i",
"name": "Future",
"url": "https://open.spotify.com/artist/1RyvyyTE3xzB2ZywiAwp0i",
"image_url": "https://i.scdn.co/image/ab6761610000e5eb2c472c891062acb4f3068583"
},
{
"id": "0Y5tJX1MQlPlqiwlOH1tJY",
"name": "Travis Scott",
"url": "https://open.spotify.com/artist/0Y5tJX1MQlPlqiwlOH1tJY",
"image_url": "https://i.scdn.co/image/ab6761610000e5eb19c2790744c792d05570bb71"
},
{
"id": "7c0XG5cIJTrrAgEC3ULPiq",
"name": "Ty Dolla $ign",
"url": "https://open.spotify.com/artist/7c0XG5cIJTrrAgEC3ULPiq",
"image_url": "https://i.scdn.co/image/ab6761610000e5eb4ef6e245168c33922bc6df1a"
}
],
"platform": "spotify"
},
"billing": { … },
"quota": { … }
}返回字段
业务数据在 results 里;下表是每条记录可能包含的字段,上游没有提供的值不会被补造。
| 字段 | 含义 |
|---|---|
id | 该记录在原平台上的唯一标识。仅在同一平台内唯一,跨平台可能重复。 |
url | 该记录在原平台上的可访问链接。 |
name | 名称。用于账号/商品/商家类能力,指该对象本身的名字。 |
bio | 个人简介,账号自己填写的文本。可能含换行和 emoji。 |
monthly_listener_count本平台特有 | 月听众数。这是 Spotify 上衡量艺人热度的核心指标。 |
follower_count | 粉丝数。null 表示不公开,不等于 0。 |
world_rank本平台特有 | 全球排名。 |
genres本平台特有 | 音乐流派标签。 |
image_url | 图片链接。多图能力可能返回 image_urls 数组。 |
header_image_url本平台特有 | 主页头图。 |
album_count本平台特有 | 专辑数量。 |
single_count本平台特有 | 单曲数量。 |
compilation_count本平台特有 | 合辑数量。 |
top_cities本平台特有 | 听众最多的城市。 |
top_tracks本平台特有 | 热门曲目。 |
related_artists本平台特有 | 相关艺人推荐。 |
platform | 数据来源平台标识,与请求里的 platform 一致(如 xiaohongshu、tiktok)。 |
错误与计费
- 401
- 缺少 Key 或 Key 无效。先鉴权再校验参数,未鉴权的请求拿不到参数结构。
- 422
- 参数名或取值不对。错误信息会列出这项能力支持的参数、允许值和最接近的候选,按它改即可;发生在扣费之前。
- 402
- 余额不足,请先充值。
- 429
- 超过每分钟请求上限,按 Retry-After 等待后再试。
- 503
- 暂时无法完成。已预扣的费用按原账本退回;响应里的 billing 与 refund 写明实际结果,结果未知时会明确标出,不要直接重发。
- 200 空结果
- 请求完成但没有数据,不扣费(billing.reason = empty_result_refunded)。
官方资料参照
只用于核对对象与术语,不表示平台对 EveryInfra 的授权或背书。
- Spotify:月听众与月活跃听众的不同口径 ↗
Spotify 将月听众定义为最近 28 天的听众,包含主动与程序推荐来源;月活跃听众只是其中主动收听的子集。本页 monthly_listener_count 不应解释成该子集、播放次数或关注人数。
核对于 2026-09-04