- 世界状态
- 获取 扎里曼数据GET
- 获取 Warframe世界状态的全部内容GET
- 获取 警报数据GET
- [不稳定] 获取 仲裁数据GET
- 获取 执政官狩猎数据GET
- 获取 魔胎之境数据GET
- 获取 夜灵平野数据GET
- 获取 武形秘仪挑战数据GET
- 获取 巨人战舰/利刃豺狼的建造状态GET
- 获取Darvo的打折商品GET
- 获取 地球昼夜循环进度GET
- 获取 活动事件数据GET
- 获取 虚空裂缝数据GET
- 获取 商城热门商品GET
- 全区加成信息GET
- 获取 入侵任务数据GET
- [不稳定] 获取赤毒任务列表GET
- 获取 当前新闻列表GET
- 获取 电波数据GET
- Get Persistent Enemy DataGET
- Get Riven statistic dataGET
- Get Riven statistic dataGET
- 获取 Sentient异常数据GET
- 获取 Simaris发布的结合目标GET
- 获取 突击数据GET
- 获取 每周钢铁之路可兑换的奖励数据GET
- 获取 集团任务数据GET
- 获取 生成当前世界状态的时间。GET
- 获取 奥布山谷轮换数据GET
- 获取 虚空商人数据GET
- Static Processing Data
- Get conclave challenge data
- Get Event-specific Data
- Get Faction translation information.
- Get Fissure Modifier translation data.
- Get Language strings for Warframe.
- Full list of supported locales
- Get MissionType Translation Keys
- Get operation types data.
- Get Persistent Enemy translation data.
- Get Sol Node information and translation data.
- Get Sortie translation information.
- Get Syndicate translation data.
- Get Tutorials Data
- Get upgrade types data for global upgrades.
- Searchable
- Get conclave challenge data based on the query
- Get Warframe Drops data
- Get Event-specific Data based on the query
- Get Faction translation information based on the query.
- Get Fissure Modifier translation data based on the query.
- Get data for the closest matching single item
- Get data for all matching items
- Get Language strings for Warframe based on the query.
- Get MissionType Translation Keys based on the query
- Get data for the closest matching single mod
- Get data for all matching mods
- Get operation types data based on the query.
- Get Persistent Enemy translation data based on the query.
- Get Sol Node information and translation data based on the query.
- Get Sortie translation information based on the query.
- Get Syndicate translation data based on the query.
- Get Tutorials Data based on the query
- Get upgrade types data for global upgrades based on the query.
- Get data for all matching Warframes
- Get data for all matching weapons
- warframe-items
获取 虚空裂缝数据
GET
https://api.warframestat.us/{platform}/fissures
Worldstate
请求参数
Path 参数
platform
string
必需
可选: “pc” "ps4" "xb1" "swi"
示例值:
{{platform}}
Query 参数
language
string
必需
默认值:
{{language}}
Header 参数
Accept-Language
string
可选
默认值:
{{platform}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.warframestat.us/pc/fissures?language=' \
--header 'Accept-Language: pc'
返回响应
🟢200successful operation
application/json
Body
array of:
node
string
任务地点
>= 1 字符
expired
boolean
结束时间
eta
string
剩余时间
>= 1 字符
missionType
enum<string>
任务类型
枚举值:
Ancient RetributionArenaAssassinationAssaultCaptureConclaveDark Sector DefectionDark Sector DefenseDark Sector DisruptionDark Sector ExcavationDark Sector SabotageDark Sector SurvivalDefenseDisruptionExcavationExtermination (Archwing)ExterminationFree RoamHijackHiveHive SabotageInterceptionInterception (Archwing)Mobile DefenseMobile Defense (Archwing)Orokin SabotageOrphixPursuit (Archwing)RelayRescueRush (Archwing)SabotageSabotage (Archwing)SkirmishSpySurvivalVolatile
默认值:
Relay
missionKey
enum<string>
任务类型
枚举值:
Ancient RetributionArenaAssassinationAssaultCaptureConclaveDark Sector DefectionDark Sector DefenseDark Sector DisruptionDark Sector ExcavationDark Sector SabotageDark Sector SurvivalDefenseDisruptionExcavationExtermination (Archwing)ExterminationFree RoamHijackHiveHive SabotageInterceptionInterception (Archwing)Mobile DefenseMobile Defense (Archwing)Orokin SabotageOrphixPursuit (Archwing)RelayRescueRush (Archwing)SabotageSabotage (Archwing)SkirmishSpySurvivalVolatile
默认值:
Relay
tier
enum<string>
遗物纪元
枚举值:
LithNeoMesoAxiRequiem
默认值:
Lith
示例值:
LithNeoMesoAxiRequiem
tierNum
number
纪元等级
>= 1<= 5
enemy
enum<string>
派系
枚举值:
OrokinCorruptedInfestedCorpusGrineerTennoNarmer
默认值:
Grineer
enemyKey
enum<string>
派系
枚举值:
OrokinCorruptedInfestedCorpusGrineerTennoNarmer
默认值:
Grineer
isStorm
boolean
是否是九重天任务
isHard
boolean
是否是钢铁任务
示例
[
{
"id": "65b263fde7e465acf52b363f",
"activation": "2024-01-25T13:37:01.856Z",
"startString": "-1h 44m 50s",
"expiry": "2024-01-25T15:32:05.917Z",
"active": true,
"node": "Everest (Earth)",
"missionType": "Excavation",
"missionKey": "Excavation",
"enemy": "Grineer",
"enemyKey": "Grineer",
"nodeKey": "Everest (Earth)",
"tier": "Lith",
"tierNum": 1,
"expired": false,
"eta": "10m 13s",
"isStorm": false,
"isHard": false
}
]
🟠400400
🔴500500
修改于 2024-01-25 15:22:34