mihoyo-api-collect/genshin_impact/thirdparty/historical_up_items.md
Kamisato-Ayaka-233 27f42f42c6 - 【R】将不再更新的“原神第三方API”标记“已弃用”
- 【F】修复“游戏启动器信息”文档中的大量错误
- 【A】为“游戏启动器信息”文档增加接口返回示例
- 【A】“ID对照表”中增加部分“米游社文章类型”
- 【P】将“ID对照表”中“启动器ID与Key”的项进行排序
2023-08-23 15:56:05 +08:00

48 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 历史祈愿UP池
- [Caughtwind API](#caughtwind-api已弃用)
---
## Caughtwind API已弃用
_请求方式GET_
`https://api.21cnt.cn/genshin/banner`
**JSON返回**
根对象:
| 字段 | 类型 | 内容 | 备注 |
| --- | ---- | ---- | --- |
| “版本” | arr | 该版本祈愿UP池信息 | 第1个元素为上半卡池第2个元素为下半卡池 |
“版本”数组→对象:
| 字段 | 类型 | 内容 | 备注 |
| --- | ---- | ---- | --- |
| time | arr | 卡池的开始与结束时间的Unix时间戳 | 时间以官方发布为准,若官方未发布时间,则为空 |
| character | obj | 该卡池UP的角色的ID | 若角色ID未知则为角色名称 |
| weapon | obj | 该卡池UP的武器的ID | 若角色ID未知则为角色名称 |
“版本”数组→对象→`time`数组:
| 索引 | 类型 | 内容 | 备注 |
| --- | ---- | ---- | --- |
| 0 | num | 开始时间的Unix时间戳 | |
| 1 | num | 结束时间的Unix时间戳 | |
“版本”数组→对象→`character`对象:
| 字段 | 类型 | 内容 | 备注 |
| --- | ---- | ---- | --- |
| 5r | arr | 五星角色的ID | |
| 4r | arr | 四星角色的ID | |
“版本”数组→对象→`weapon`对象:
| 字段 | 类型 | 内容 | 备注 |
| --- | ---- | ---- | --- |
| 5r | arr | 五星武器的ID | |
| 4r | arr | 四星武器的ID | |