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
https://api.warframestat.us/{platform}/syndicateMissions
集团任务数据,包括平原赏金数据

请求参数

Path 参数

Query 参数

Header 参数

请求示例代码

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/syndicateMissions?language=' \
--header 'Accept-Language: pc'

返回响应

🟢200successful operation
application/json
Body

示例
[
    {
        "id": "1706197362346CetusSyndicate",
        "activation": "2024-01-25T13:12:43.473Z",
        "startString": "-2h 1m 9s",
        "expiry": "2024-01-25T15:42:42.346Z",
        "active": true,
        "syndicate": "Ostrons",
        "syndicateKey": "Ostrons",
        "nodes": [],
        "jobs": [
            {
                "id": "RescueBountyResc1706197362346",
                "rewardPool": [
                    "Redirection",
                    "100X Oxium",
                    "1,500 Credits Cache",
                    "50 Endo",
                    "15X Iradite",
                    "Gara Chassis Blueprint",
                    "Point Blank",
                    "Streamline",
                    "2X Morphics"
                ],
                "type": "Search and Rescue",
                "enemyLevels": [
                    5,
                    15
                ],
                "standingStages": [
                    370,
                    370,
                    370
                ],
                "minMR": 0,
                "expiry": "2024-01-25T15:42:42.346Z"
            },
            {
                "id": "AssassinateBountyAss1706197362346",
                "rewardPool": [
                    "Steel Fiber",
                    "200X Oxium",
                    "2,500 Credits Cache",
                    "100 Endo",
                    "Gara Systems Blueprint",
                    "Charged Chamber",
                    "Burning Wasp",
                    "Aya",
                    "2X Control Module"
                ],
                "type": "Assassinate the Commander",
                "enemyLevels": [
                    10,
                    30
                ],
                "standingStages": [
                    730,
                    730,
                    730
                ],
                "minMR": 1,
                "expiry": "2024-01-25T15:42:42.346Z"
            },
            {
                "id": "CaptureBountyCapTwo1706197362346",
                "rewardPool": [
                    "Gladiator Aegis",
                    "Madurai Lens",
                    "Cetus Wisp",
                    "200 Endo",
                    "Gara Neuroptics Blueprint",
                    "Augur Accord",
                    "Revenant Systems Blueprint",
                    "Aya",
                    "Vigilante Supplies"
                ],
                "type": "Spy Catcher",
                "enemyLevels": [
                    20,
                    40
                ],
                "standingStages": [
                    660,
                    660,
                    660,
                    970
                ],
                "minMR": 2,
                "expiry": "2024-01-25T15:42:42.346Z"
            },
            {
                "id": "ReclamationBountyCache1706197362346",
                "rewardPool": [
                    "Gladiator Rush",
                    "Unairu Lens",
                    "Madurai Lens",
                    "300 Endo",
                    "Cetus Wisp",
                    "Augur Reach",
                    "Revenant Chassis Blueprint",
                    "Aya",
                    "Vigilante Offense"
                ],
                "type": "Find the Hidden Artifact",
                "enemyLevels": [
                    30,
                    50
                ],
                "standingStages": [
                    590,
                    590,
                    590,
                    590,
                    1160
                ],
                "minMR": 3,
                "expiry": "2024-01-25T15:42:42.346Z"
            },
            {
                "id": "SabotageBountySab1706197362346",
                "rewardPool": [
                    "5X Breath Of The Eidolon",
                    "400 Endo",
                    "2X Cetus Wisp",
                    "300X Kuva",
                    "Aya",
                    "Furax Wraith Left Gauntlet",
                    "Carving Mantis",
                    "Eidolon Lens Blueprint",
                    "Revenant Neuroptics Blueprint"
                ],
                "type": "Sabotage Bounty",
                "enemyLevels": [
                    40,
                    60
                ],
                "standingStages": [
                    730,
                    730,
                    730,
                    730,
                    1440
                ],
                "minMR": 5,
                "expiry": "2024-01-25T15:42:42.346Z"
            },
            {
                "id": "ReclamationBountyCap1706197362346",
                "rewardPool": [
                    "5X Breath Of The Eidolon",
                    "400 Endo",
                    "2X Cetus Wisp",
                    "300X Kuva",
                    "Aya",
                    "Furax Wraith Left Gauntlet",
                    "Carving Mantis",
                    "Eidolon Lens Blueprint",
                    "Revenant Neuroptics Blueprint"
                ],
                "type": "Capture the Grineer Agent",
                "enemyLevels": [
                    100,
                    100
                ],
                "standingStages": [
                    840,
                    840,
                    840,
                    840,
                    1660
                ],
                "minMR": 10,
                "expiry": "2024-01-25T15:42:42.346Z"
            },
            {
                "id": "AttritionBountyLib1706197362346",
                "rewardPool": [
                    "Amar's Anguish",
                    "Narmer Isoplast",
                    "600 Endo",
                    "Caliban Systems Blueprint",
                    "Boreal's Hatred",
                    "2X Narmer Isoplast",
                    "900 Endo",
                    "Nira's Contempt",
                    "Verdilac Blueprint",
                    "3X Narmer Isoplast",
                    "1200 Endo"
                ],
                "type": "Bring Them Home (Narmer)",
                "enemyLevels": [
                    50,
                    70
                ],
                "standingStages": [
                    790,
                    790,
                    790,
                    790,
                    1550
                ],
                "minMR": 0,
                "expiry": "2024-01-25T14:52:42.346Z",
                "timeBound": "day"
            }
        ],
        "eta": "28m 49s"
    },
    {
        "id": "1706201940000ArbitersSyndicate",
        "activation": "2024-01-24T16:59:02.067Z",
        "startString": "-22h 14m 50s",
        "expiry": "2024-01-25T16:59:00.000Z",
        "active": true,
        "syndicate": "Arbiters of Hexis",
        "syndicateKey": "Arbiters of Hexis",
        "nodes": [
            "V Prime (Venus)",
            "Martialis (Mars)",
            "Amalthea (Jupiter)",
            "Sorath (Europa)",
            "Oestrus (Eris)",
            "Mantle (Earth)",
            "M Prime (Mercury)"
        ],
        "jobs": [],
        "eta": "1h 45m 7s"
    }
]
🟠400400
🔴500500
修改于 2024-01-25 15:16:33
上一页
获取 每周钢铁之路可兑换的奖励数据
下一页
获取 生成当前世界状态的时间。
Built with