Warframe-Status-Api
  1. 世界状态
Warframe-Status-Api
  • 世界状态
    • 获取 扎里曼数据
      GET
    • 获取 Warframe世界状态的全部内容
      GET
    • 获取 警报数据
      GET
    • [不稳定] 获取 仲裁数据
      GET
    • 获取 执政官狩猎数据
      GET
    • 获取 魔胎之境数据
      GET
    • 获取 夜灵平野数据
      GET
    • 获取 武形秘仪挑战数据
      GET
    • 获取 巨人战舰/利刃豺狼的建造状态
      GET
    • 获取Darvo的打折商品
      GET
    • 获取 地球昼夜循环进度
      GET
    • 获取 活动事件数据
      GET
    • 获取 虚空裂缝数据
      GET
    • 获取 商城热门商品
      GET
    • 全区加成信息
      GET
    • 获取 入侵任务数据
      GET
    • [不稳定] 获取赤毒任务列表
      GET
    • 获取 当前新闻列表
      GET
    • 获取 电波数据
      GET
    • Get Persistent Enemy Data
      GET
    • Get Riven statistic data
      GET
    • Get Riven statistic data
      GET
    • 获取 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 all item data.
    • Get all mod data.
    • Get all Warframe data
    • Get data for the closest matching single item
    • Get Weapon data and statistics.
    • Get data for the closest matching single weapon
  1. 世界状态

Get Riven statistic data

GET
https://api.warframestat.us/{platform}/rivens/search/{query}
WorldstateRivens
Data about averages, deviations, medians, miniums, and maxes for rivens whose name match the query for the provided platform

请求参数

Path 参数
platform
string 
必需
提供数据的平台
可选: “pc” "ps4" "xb1" "swi"
示例值:
{{platform}}
query
string 
必需
要搜索的 Riven 名称

示例代码

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/rivens/search/'

返回响应

🟢200successful operation
application/json
Body
The type of riven that the child rivens belong to
额外字段
object (riven) 
可选
rivenCompatability
object 
可选
The name of the weapon that this riven is compatible with
示例值:
{"Corvas":{"rerolled":{"itemType":"Archgun Riven Mod","compatibility":"Corvas","rerolled":true,"avg":291.94,"stddev":346.96,"min":25,"max":1500,"pop":0.0536,"median":150}}}
示例
{
  "Archgun Riven Mod": {
    "Corvas": {
      "rerolled": {
        "itemType": "Archgun Riven Mod",
        "compatibility": "Corvas",
        "rerolled": true,
        "avg": 291.94,
        "stddev": 346.96,
        "min": 25,
        "max": 1500,
        "pop": 0.0536,
        "median": 150
      }
    }
  }
}
🟠400400
🔴500500
上一页
Get Riven statistic data
下一页
获取 Sentient异常数据
Built with