- 世界状态
- 获取 扎里曼数据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}/events
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/events?language=' \
--header 'Accept-Language: pc'
返回响应
🟢200successful operation
application/json
Body
array of:
id
string
ID
>= 1 字符
activation
string <date-time>
开始时间
>= 1 字符
expiry
string <date-time>
结束时间
>= 1 字符
startString
string
持续时间
active
boolean
是否开启
maximumScore
number
完成事件的最高分数
currentScore
number
事件的当前得分
smallInterval
number
得分休息
largeInterval
number
中间分数的间隔
faction
enum<string>
派系
枚举值:
OrokinCorruptedInfestedCorpusGrineerTennoNarmer
默认值:
Grineer
description
string
副标题
tooltip
string
活动介绍
node
string
事件发生的节点
concurrentNodes
array[string]
事件并发发生的节点
victimNode
string
可选
scoreLocTag
string
可选
rewards
array[object (奖励) {7}]
活动奖励
countedItems
array [object {2}]
带有数量的物品
>= 1 items
thumbnail
string
缩略图
>= 1 字符
color
number
RGB 整数值
credits
integer <int32>
所获学分数目
asString
string
必需
>= 1 字符
items
array[string]
可能获得的奖励列表
itemString
string
必需
>= 1 字符
示例值:
5 Detonite Injectors
health
number
当前进度
affiliatedWith
enum<string>
集团
枚举值:
Arbiters of HexisCephalon SudaAssassinsNightwaveOstronsVox SolarisSolaris UnitedPerrin SequenceSteel MeridianRed VeilNew Loka
默认值:
Assassins
jobs
array[object (任务列表) {7}]
任务列表
expiry
string <date-time>
结束时间
rewardPool
array[string]
奖励列表
type
string
赏金任务
enemyLevels
array[number]
任务等级
standingStages
array[number]
声望奖励
minMR
number
最小段位限制
activation
string <date-time>
开始时间
interimSteps
array [object {4}]
可选
goal
number
可选
reward
object
奖励
message
object
邮件消息
winnerCount
number
可选
progressSteps
array [object {2}]
进度任务
type
string
完成进度的任务
progressAmt
number
完成进度百分比
progressTotal
number
进度步骤值的总和。
showTotalAtEndOfMission
boolean
可选
isPersonal
boolean
事件是否是私人的
isCommunity
boolean
事件是否是公共的
regionDrops
array[string]
可选
archwingDrops
array[string]
可选
asString
string
可选
metadata
object
可选
completionBonuses
array[number]
可选
scoreVar
string
可选
altExpiry
string <date-time>
可选
altActivation
string <date-time>
可选
nextAlt
object
可选
expiry
string <date-time>
可选
activation
string <date-time>
可选
示例
[
{
"id": "string",
"activation": "2019-08-24T14:15:22Z",
"expiry": "2019-08-24T14:15:22Z",
"startString": "string",
"active": true,
"maximumScore": 0,
"currentScore": 0,
"smallInterval": 0,
"largeInterval": 0,
"faction": "Grineer",
"description": "string",
"tooltip": "string",
"node": "string",
"concurrentNodes": [
"string"
],
"victimNode": "string",
"scoreLocTag": "string",
"rewards": [
{
"countedItems": [
{
"count": 0,
"type": "string"
}
],
"thumbnail": "string",
"color": 0,
"credits": 0,
"asString": "string",
"items": [
"Orokin Catalyst"
],
"itemString": "5 Detonite Injectors"
}
],
"health": 0,
"affiliatedWith": "Assassins",
"jobs": [
{
"expiry": "2019-08-24T14:15:22Z",
"rewardPool": [
"string"
],
"type": "string",
"enemyLevels": [
0
],
"standingStages": [
0
],
"minMR": 0,
"activation": "2019-08-24T14:15:22Z"
}
],
"interimSteps": [
{
"goal": 0,
"reward": {
"countedItems": [
{
"count": 0,
"type": "string"
}
],
"thumbnail": "string",
"color": 0,
"credits": 0,
"asString": "string",
"items": [
"Orokin Catalyst"
],
"itemString": "5 Detonite Injectors"
},
"message": {
"sender": "string",
"subject": "string",
"message": "string",
"senderIcon": "string",
"attachments": [
"string"
]
},
"winnerCount": 0
}
],
"progressSteps": [
{
"type": "string",
"progressAmt": 0
}
],
"progressTotal": 0,
"showTotalAtEndOfMission": true,
"isPersonal": true,
"isCommunity": true,
"regionDrops": [
"string"
],
"archwingDrops": [
"string"
],
"asString": "string",
"metadata": {},
"completionBonuses": [
0
],
"scoreVar": "string",
"altExpiry": "2019-08-24T14:15:22Z",
"altActivation": "2019-08-24T14:15:22Z",
"nextAlt": {
"expiry": "2019-08-24T14:15:22Z",
"activation": "2019-08-24T14:15:22Z"
}
}
]
🟠400400
🔴500500
修改于 2024-01-25 14:52:39