加载接口文档…
33
累计调用
96ms
平均响应
100.00%
服务可用性
1,000 次/日
免费额度
无 Key 调用
每日 500 次 · QPS 5
登录免费
当前方案每日 1,000 次 · QPS 10
黄金会员
每日 50,000 次 · QPS 60
企业会员
每日 1,000,000 次 · QPS 120
复制文档地址
https://apizero.cn/aidocs/app-store/raw.md登录用户每日 1000 次免费(QPS 10),匿名用户每日 500 次(QPS 5)。可选携带 API Key(Authorization: Bearer <key>)以享受更高额度。
| 名称 | 类型 | 说明 |
|---|---|---|
| app_id | string | 可选 · App 数字 ID(与 url 二选一,优先) · 示例:414478124 |
| url | string | 可选 · 应用商店链接,自动提取数字 ID(与 app_id 二选一) · 示例:https://apps.apple.com/cn/app/id414478124 |
| country | string | 可选 · 两位国家/地区码,非法自动回退 cn · 默认 cn · 示例:cn |
| 名称 | 类型 | 说明 |
|---|---|---|
| Authorization | string | 可选 · 推荐:Bearer <API Key>。兼容请求头 X-API-Key,以及 Query api_key / apikey / key(key 仅当值为 sk_live_/sk_test_/sk_stag_ 形态时生效)。匿名可不传,受每日免费额度限制。 |
| Content-Type | string | 必填 · 请求体格式 |
| 名称 | 类型 | 说明 |
|---|---|---|
| app_id | number | 应用数字 ID |
| name | string | 应用名称 |
| bundle_id | string | 应用包名(Bundle ID) |
| developer | object | 开发者信息(id/name/url/seller_name/seller_url) |
| icon | object | 多尺寸图标(small 60 / medium 100 / large 512) |
| price | object | 价格(amount/currency/formatted/is_free) |
| version | object | 版本信息(current/release_date/release_notes/days_since_update 距上次更新天数) |
| rating | object | 评分(average/count/当前版本评分) |
| category | object | 分类(primary 主分类 / all 全部分类) |
| compatibility | object | 兼容性(min_os_version/supported_devices_count/features/game_center) |
| content_rating | string | 内容分级(如 4+/12+/17+) |
| advisories | array | 内容提示(如含成人题材、内购等) |
| file_size | object | 应用体积(bytes 字节 / display 可读) |
| description | string | 应用简介全文 |
| screenshots | object | 截图(iphone/ipad/appletv 数组) |
| languages | array | 支持语言(ISO 两位码) |
| language_count | number | 支持语言数量 |
| store_url | string | 应用商店详情页链接 |
| first_release_date | string | 首次发布日期(YYYY-MM-DD) |
| country | string | 查询的国家/地区码(大写) |
| tips | string | 品牌提示(所有接口统一返回):极数本源 · https://apizero.cn |
{
"code": 0,
"msg": "成功",
"data": {
"app_id": 414478124,
"name": "微信",
"bundle_id": "com.tencent.xin",
"developer": {
"name": "WeChat",
"seller_name": "Tencent Technology (Shenzhen) Company Limited",
"url": "https://.../developer/..."
},
"icon": {
"small": "https://.../60x60.jpg",
"medium": "https://.../100x100.jpg",
"large": "https://.../512x512.jpg"
},
"price": {
"amount": 0,
"currency": "CNY",
"formatted": "免费",
"is_free": true
},
"version": {
"current": "8.0.75",
"release_date": "2026-06-14",
"release_notes": "本次更新:解决了一些已知问题。",
"days_since_update": 17
},
"rating": {
"average": 4.15,
"count": 8010302,
"current_version_average": 4.15,
"current_version_count": 8010302
},
"category": {
"primary": "Social Networking",
"primary_id": 6005,
"all": [
"社交",
"效率"
]
},
"compatibility": {
"min_os_version": "15.0",
"supported_devices_count": 128,
"features": [
"iosUniversal"
],
"game_center": false
},
"content_rating": "12+",
"advisories": [],
"file_size": {
"bytes": 851213312,
"display": "811.78 MB"
},
"description": "微信是一个生活方式……",
"screenshots": {
"iphone": [
"https://.../1.jpg"
],
"ipad": [],
"appletv": []
},
"languages": [
"ZH",
"EN",
"JA"
],
"language_count": 25,
"store_url": "https://apps.apple.com/cn/app/id414478124",
"first_release_date": "2011-01-21",
"country": "CN"
},
"request_id": "a1b2c3d4",
"tips": "极数本源 · https://apizero.cn"
}