Warframe-Status-Api
  1. warframe-items
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
    • Get all mod data.
      GET
    • Get all Warframe data
      GET
    • Get data for the closest matching single item
      GET
    • Get Weapon data and statistics.
      GET
    • Get data for the closest matching single weapon
      GET
  1. warframe-items

Get Weapon data and statistics.

GET
https://api.warframestat.us/weapons
Weapon statistics.

请求参数

Query 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.warframestat.us/weapons?only&remove&language=' \
--header 'Accept-Language: pc'

返回响应

🟢200successful operation
application/json
Body

示例
[
    {
        "name": "string",
        "uniqueName": "string",
        "description": "string",
        "type": "string",
        "tradable": true,
        "category": "string",
        "productCategory": "string",
        "patchlogs": [
            {
                "name": "string",
                "date": "2019-08-24T14:15:22Z",
                "url": "string",
                "additions": "string",
                "changes": "string",
                "fixes": "string"
            }
        ],
        "components": [
            {
                "name": "string",
                "uniqueName": "string",
                "description": "string",
                "type": "string",
                "tradable": true,
                "category": "string",
                "productCategory": "string"
            }
        ],
        "introduced": {
            "name": "string",
            "url": "string",
            "aliases": [
                "string"
            ],
            "parent": "string",
            "date": "2019-08-24"
        },
        "estimatedVaultDate": "2019-08-24",
        "url": "string",
        "mr": 0,
        "riven_disposition": 0,
        "polarities": [
            "Vazarin"
        ],
        "thumbnail": "string",
        "tags": [
            "string"
        ],
        "vaulted": true,
        "marketCost": "string",
        "bpCost": "string",
        "attacks": [
            {
                "name": "string",
                "crit_chance": 0,
                "crit_mult": 0,
                "status_chance": 0,
                "shot_type": 0,
                "shot_speed": 0,
                "duration": 0,
                "radius": 0,
                "speed": 0,
                "pellet": {
                    "name": "string",
                    "count": 0
                },
                "charge_time": 0,
                "flight": 0,
                "falloff": {
                    "start": 0,
                    "end": 0,
                    "reduction": 0
                },
                "damage": {
                    "impact": 0,
                    "puncture": 0,
                    "slash": 0,
                    "heat": 0,
                    "cold": 0,
                    "electric": 0,
                    "toxin": 0,
                    "gas": 0,
                    "viral": 0,
                    "corrosive": 0,
                    "blast": 0,
                    "magnetic": 0,
                    "radiation": 0,
                    "true": 0,
                    "void": 0
                },
                "slide": "string",
                "jump": "string",
                "wall": "string",
                "channeling": 0,
                "slam": {
                    "damage": 0,
                    "radial": {
                        "damage": 0,
                        "element": "impact",
                        "proc": 0,
                        "radius": 0
                    }
                }
            }
        ],
        "masteryReq": 0,
        "buildPrice": 0,
        "buildTime": 0,
        "skipBuildTimePrice": 0,
        "buildQuantity": 0,
        "consumeOnBuild": true,
        "wikiaThumbnail": "string",
        "wikiaUrl": "string",
        "criticalChance": 0,
        "criticalMultiplier": 0,
        "disposition": 0,
        "fireRate": 0,
        "omegaAttenuation": 0,
        "procChance": 0,
        "releaseDate": 0,
        "slot": 0,
        "totalDamage": 0,
        "vaultDate": "2019-08-24",
        "accuracy": 0,
        "ammo": 0,
        "magazineSize": 0,
        "multishot": 0,
        "noise": "string",
        "trigger": "string"
    }
]
🟠400400
🔴500500
修改于 2024-01-25 14:45:58
上一页
Get data for the closest matching single item
下一页
Get data for the closest matching single weapon
Built with