端点:GET/POST /index.php?api=1
| 参数 | 类型 | 说明 | 示例 |
|---|---|---|---|
ProductType | string | 设备型号 | iPhone17,1 |
build | string | BUILD ⭐推荐精确定位 | 22B83 |
ios | string | 系统版本模糊匹配(前缀) | 16.0(匹配16.0/16.0.1…)16.(匹配所有16.x) |
component | string | 组件 | iBSS 或 iBEC |
variant | string | 变体 | RELEASE / RESEARCH |
limit | int | 每页条数(默认500,上限2000) | 100 |
offset | int | 偏移量(翻页用) | 500 |
返回:指定 component 时返回纯文本 key 字符串,否则返回 JSON
示例:
iBSS →
?api=1&ProductType=iPhone10,1&component=iBSS&build=20A362
iBEC →
?api=1&ProductType=iPhone10,1&component=iBEC&build=20A362