docs.warframestat.us Open in urlscan Pro
2606:4700:3034::ac43:8739  Public Scan

Submitted URL: http://docs.warframestat.us/
Effective URL: https://docs.warframestat.us/
Submission: On March 01 via api from US — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

 * Warframe
 * Worldstate
   * getGet Warframe Worldstate Data for the provided platform
   * getAlerts data
   * get[Unstable] Arbitration data
   * getCurrent Archon Hunt Data
   * getGet Current Cambion Drift Status
   * getGet Current Cetus Status
   * getGet Conclave Challenge Data
   * getGet Construction Progress for Fomorians and Razorbacks
   * getDaily Deal information from Darvo
   * getDark Sector occupation and history
   * getGet the current Earth rotation information
   * getListing of ongoing events
   * getData on current fissures
   * getCurrent Flash Sales from Darvo
   * getCurrent Global Upgrades
   * getInvasion Data
   * get[Unstable] Current Kuva Mission listing
   * getCurrent Listing of News items
   * getGet the current Nightwave state.
   * getGet Persistent Enemy Data
   * getGet Riven statistic data
   * getGet Riven statistic data
   * getGet the current Sentient Outpost, if any
   * getGet the current Sanctuary Status
   * getCurrent Sortie Data
   * getCurrent Steel Path Data
   * getListing of Syndicate mission nodes
   * getGet the timestamp that the current worldstate was generated at.
   * getGet the current state of the Orb Vallis
   * getGet the current Void Trader Information
 * GitHub
 * Unstable
   * get[Unstable] Arbitration data
   * get[Unstable] Current Kuva Mission listing
 * Searchable
   * getGet Arcane Enhancement Data based on the query
   * getGet conclave challenge data based on the query
   * getGet Warframe Drops data
   * getGet Event-specific Data based on the query
   * getGet Faction translation information based on the query.
   * getGet Fissure Modifier translation data based on the query.
   * getGet data for the closest matching single item
   * getGet data for all matching items
   * getGet Language strings for Warframe based on the query.
   * getGet MissionType Translation Keys based on the query
   * getGet data for the closest matching single mod
   * getGet data for all matching mods
   * getGet operation types data based on the query.
   * getGet Persistent Enemy translation data based on the query.
   * getGet Sol Node information and translation data based on the query.
   * getGet Sortie translation information based on the query.
   * getGet Syndicate translation data based on the query.
   * getGet Tutorials Data based on the query
   * getGet upgrade types data for global upgrades based on the query.
   * getGet data for the closest matching single item
   * getGet data for all matching Warframes
   * getGet data for the closest matching single weapon
   * getGet data for all matching weapons
 * Rivens
   * getGet Riven statistic data
   * getGet Riven statistic data
 * Static Processing Data
   * getGet Arcane Enhancement Data
   * getGet conclave challenge data
   * getGet Event-specific Data
   * getGet Faction translation information.
   * getGet Fissure Modifier translation data.
   * getGet Language strings for Warframe.
   * getFull list of supported locales
   * getGet MissionType Translation Keys
   * getGet operation types data.
   * getGet Persistent Enemy translation data.
   * getGet Sol Node information and translation data.
   * getGet Sortie translation information.
   * getGet Syndicate translation data.
   * getGet Tutorials Data
   * getGet upgrade types data for global upgrades.
 * warframe-items
   * getGet all item data.
   * getGet data for the closest matching single item
   * getGet data for all matching items
   * getGet all mod data.
   * getGet data for the closest matching single mod
   * getGet data for all matching mods
   * getGet all Warframe data
   * getGet data for the closest matching single item
   * getGet data for all matching Warframes
   * getGet Weapon data and statistics.
   * getGet data for the closest matching single weapon
   * getGet data for all matching weapons

API docs by Redocly





WARFRAMESTAT.US API (1.4.0)

Download OpenAPI specification:Download

E-mail: tobiah@protonmail.com License: Apache 2.0


Simple API for data from the game Warframe. Parser Docs Items Types


WARFRAME

Everything about Warframe

Find out more


WORLDSTATE

Warframe Worldstate Data

Find out more


GET WARFRAME WORLDSTATE DATA FOR THE PROVIDED PLATFORM

The full translated Warframe Worldstate

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

404

Path or sub-path not found

500

An error occurred

get/{platform}

Production Server

https://api.warframestat.us/{platform}


RESPONSE SAMPLES

 * 200
 * 400
 * 404
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "timestamp": "string",
 * "alerts": [
    * {
       * "id": "string",
       * "activation": "2019-08-24T14:15:22Z",
       * "expiry": "2019-08-24T14:15:22Z",
       * "startString": "string",
       * "active": true,
       * "mission": {
          * "reward": {
             * "countedItems": [
                * {
                   * "count": 0,
                   * "type": "string"
                  
                  }
               
               ],
             * "thumbnail": "string",
             * "color": 0,
             * "credits": 0,
             * "asString": "string",
             * "items": [
                * "Orokin Catalyst"
               
               ],
             * "itemString": "5 Detonite Injectors"
            
            },
          * "node": "string",
          * "nodeKey": "string",
          * "faction": "Orokin",
          * "factionKey": "Orokin",
          * "maxEnemyLevel": 0,
          * "minEnemyLevel": 0,
          * "maxWaveNum": 0,
          * "type": "Ancient Retribution",
          * "typeKey": "Ancient Retribution",
          * "nightmare": true,
          * "archwingRequired": true,
          * "isSharkwing": true,
          * "enemySpec": "string",
          * "levelOverride": "string",
          * "advancedSpawners": [
             * "string"
            
            ],
          * "requiredItems": [
             * "string"
            
            ],
          * "consumeRequiredItems": true,
          * "leadersAlwaysAllowed": true,
          * "levelAuras": [
             * "string"
            
            ],
          * "description": "string"
         
         },
       * "expired": true,
       * "eta": "string",
       * "rewardTypes": [
          * "vauban"
         
         ]
      
      }
   
   ],
 * "arbitration": {
    * "id": "string",
    * "activation": "2019-08-24T14:15:22Z",
    * "expiry": "2019-08-24T14:15:22Z",
    * "startString": "string",
    * "active": true,
    * "node": "string",
    * "enemy": "Orokin",
    * "enemyKey": "Orokin",
    * "type": "string",
    * "typeKey": "Ancient Retribution",
    * "archwing": true,
    * "sharkwing": true
   
   },
 * "archonHunt": {
    * "id": "string",
    * "activation": "2019-08-24T14:15:22Z",
    * "expiry": "2019-08-24T14:15:22Z",
    * "startString": "string",
    * "active": true,
    * "rewardPool": "string",
    * "missions": [
       * {
          * "reward": {
             * "countedItems": [
                * {
                   * "count": 0,
                   * "type": "string"
                  
                  }
               
               ],
             * "thumbnail": "string",
             * "color": 0,
             * "credits": 0,
             * "asString": "string",
             * "items": [
                * "Orokin Catalyst"
               
               ],
             * "itemString": "5 Detonite Injectors"
            
            },
          * "node": "string",
          * "nodeKey": "string",
          * "faction": "Orokin",
          * "factionKey": "Orokin",
          * "maxEnemyLevel": 0,
          * "minEnemyLevel": 0,
          * "maxWaveNum": 0,
          * "type": "Ancient Retribution",
          * "typeKey": "Ancient Retribution",
          * "nightmare": true,
          * "archwingRequired": true,
          * "isSharkwing": true,
          * "enemySpec": "string",
          * "levelOverride": "string",
          * "advancedSpawners": [
             * "string"
            
            ],
          * "requiredItems": [
             * "string"
            
            ],
          * "consumeRequiredItems": true,
          * "leadersAlwaysAllowed": true,
          * "levelAuras": [
             * "string"
            
            ],
          * "description": "string"
         
         },
       * {
          * "reward": {
             * "countedItems": [
                * {
                   * "count": 0,
                   * "type": "string"
                  
                  }
               
               ],
             * "thumbnail": "string",
             * "color": 0,
             * "credits": 0,
             * "asString": "string",
             * "items": [
                * "Orokin Catalyst"
               
               ],
             * "itemString": "5 Detonite Injectors"
            
            },
          * "node": "string",
          * "nodeKey": "string",
          * "faction": "Orokin",
          * "factionKey": "Orokin",
          * "maxEnemyLevel": 0,
          * "minEnemyLevel": 0,
          * "maxWaveNum": 0,
          * "type": "Ancient Retribution",
          * "typeKey": "Ancient Retribution",
          * "nightmare": true,
          * "archwingRequired": true,
          * "isSharkwing": true,
          * "enemySpec": "string",
          * "levelOverride": "string",
          * "advancedSpawners": [
             * "string"
            
            ],
          * "requiredItems": [
             * "string"
            
            ],
          * "consumeRequiredItems": true,
          * "leadersAlwaysAllowed": true,
          * "levelAuras": [
             * "string"
            
            ],
          * "description": "string"
         
         },
       * {
          * "reward": {
             * "countedItems": [
                * {
                   * "count": 0,
                   * "type": "string"
                  
                  }
               
               ],
             * "thumbnail": "string",
             * "color": 0,
             * "credits": 0,
             * "asString": "string",
             * "items": [
                * "Orokin Catalyst"
               
               ],
             * "itemString": "5 Detonite Injectors"
            
            },
          * "node": "string",
          * "nodeKey": "string",
          * "faction": "Orokin",
          * "factionKey": "Orokin",
          * "maxEnemyLevel": 0,
          * "minEnemyLevel": 0,
          * "maxWaveNum": 0,
          * "type": "Ancient Retribution",
          * "typeKey": "Ancient Retribution",
          * "nightmare": true,
          * "archwingRequired": true,
          * "isSharkwing": true,
          * "enemySpec": "string",
          * "levelOverride": "string",
          * "advancedSpawners": [
             * "string"
            
            ],
          * "requiredItems": [
             * "string"
            
            ],
          * "consumeRequiredItems": true,
          * "leadersAlwaysAllowed": true,
          * "levelAuras": [
             * "string"
            
            ],
          * "description": "string"
         
         }
      
      ],
    * "boss": "string",
    * "faction": "Orokin",
    * "factionKey": "Orokin",
    * "expired": true,
    * "eta": "string"
   
   },
 * "cambionCycle": {
    * "id": "string",
    * "expiry": "string",
    * "activation": "string",
    * "state": "vome",
    * "active": "vome",
    * "timeLeft": "string"
   
   },
 * "cetusCycle": {
    * "id": "string",
    * "activation": "2019-08-24T14:15:22Z",
    * "expiry": "2019-08-24T14:15:22Z",
    * "startString": "string",
    * "active": true,
    * "isDay": true,
    * "state": "string",
    * "timeLeft": "string",
    * "isCetus": true,
    * "shortString": "string"
   
   },
 * "conclaveChallenges": [
    * {
       * "mode": "string",
       * "amount": 0,
       * "eta": "string",
       * "expired": true,
       * "endString": "string",
       * "daily": true,
       * "description": "string",
       * "id": "string",
       * "expiry": "string",
       * "asString": "string",
       * "category": "string",
       * "rootChallenge": true
      
      }
   
   ],
 * "constructionProgress": {
    * "id": "string",
    * "fomorianProgress": "string",
    * "razorbackProgress": "string",
    * "unknownProgress": "string"
   
   },
 * "dailyDeals": [
    * {
       * "sold": 0,
       * "item": "string",
       * "uniqueName": "string",
       * "total": 0,
       * "eta": "string",
       * "originalPrice": 0,
       * "salePrice": 0,
       * "discount": 0,
       * "expiry": "string",
       * "id": "string"
      
      }
   
   ],
 * "darkSectors": [
    * {
       * "defenderMOTD": "string",
       * "deployerName": "string",
       * "defenderDeploymentActivation": 0,
       * "defenderName": "string",
       * "deployerClan": "string",
       * "isAlliance": true,
       * "id": "string",
       * "history": [
          * {
             * "defender": "string",
             * "defenderIsAlliance": true,
             * "attacker": "string",
             * "winner": "string",
             * "start": "string",
             * "end": "string"
            
            }
         
         ]
      
      }
   
   ],
 * "earthCycle": {
    * "id": "string",
    * "activation": "2019-08-24T14:15:22Z",
    * "expiry": "2019-08-24T14:15:22Z",
    * "startString": "string",
    * "active": true,
    * "isDay": true,
    * "timeLeft": "string"
   
   },
 * "events": [
    * {
       * "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": "Orokin",
       * "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": "Arbiters of Hexis",
       * "jobs": [
          * {
             * "activation": "2019-08-24T14:15:22Z",
             * "expiry": "2019-08-24T14:15:22Z",
             * "rewardPool": [
                * "string"
               
               ],
             * "type": "string",
             * "enemyLevels": [
                * 0
               
               ],
             * "standingStages": [
                * 0
               
               ],
             * "minMR": 0
            
            }
         
         ],
       * "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"
         
         }
      
      }
   
   ],
 * "fissures": [
    * {
       * "id": "string",
       * "activation": "2019-08-24T14:15:22Z",
       * "expiry": "2019-08-24T14:15:22Z",
       * "startString": "string",
       * "active": true,
       * "node": "string",
       * "expired": true,
       * "eta": "string",
       * "missionType": "Ancient Retribution",
       * "missionKey": "Ancient Retribution",
       * "tier": "Lith",
       * "tierNum": 1,
       * "enemy": "Orokin",
       * "enemyKey": "Orokin",
       * "isStorm": true,
       * "isHard": true
      
      }
   
   ],
 * "flashSales": [
    * {
       * "item": "string",
       * "expired": true,
       * "eta": "string",
       * "discount": 0,
       * "premiumOverride": 0,
       * "isPopular": true,
       * "isFeatured": true
      
      }
   
   ],
 * "globalUpgrades": [
    * {
       * "start": "string",
       * "end": "string",
       * "upgrade": "string",
       * "operation": "string",
       * "operationSymbol": "string",
       * "upgradeOperationValue": 0,
       * "expired": true,
       * "eta": "string",
       * "desc": "string"
      
      }
   
   ],
 * "invasions": [
    * {
       * "id": "string",
       * "activation": "2019-08-24T14:15:22Z",
       * "expiry": "2019-08-24T14:15:22Z",
       * "startString": "string",
       * "active": true,
       * "attacker": {
          * "reward": {
             * "countedItems": [
                * {
                   * "count": 0,
                   * "type": "string"
                  
                  }
               
               ],
             * "thumbnail": "string",
             * "color": 0,
             * "credits": 0,
             * "asString": "string",
             * "items": [
                * "Orokin Catalyst"
               
               ],
             * "itemString": "5 Detonite Injectors"
            
            },
          * "faction": "Orokin",
          * "factionKey": "Orokin"
         
         },
       * "attackerReward": {
          * "countedItems": [
             * {
                * "count": 0,
                * "type": "string"
               
               }
            
            ],
          * "thumbnail": "string",
          * "color": 0,
          * "credits": 0,
          * "asString": "string",
          * "items": [
             * "Orokin Catalyst"
            
            ],
          * "itemString": "5 Detonite Injectors"
         
         },
       * "attackingFaction": "string",
       * "completed": true,
       * "completion": [
          * 100,
          * 50,
          * 36.36
         
         ],
       * "count": 0,
       * "defender": {
          * "reward": {
             * "countedItems": [
                * {
                   * "count": 0,
                   * "type": "string"
                  
                  }
               
               ],
             * "thumbnail": "string",
             * "color": 0,
             * "credits": 0,
             * "asString": "string",
             * "items": [
                * "Orokin Catalyst"
               
               ],
             * "itemString": "5 Detonite Injectors"
            
            },
          * "faction": "Orokin",
          * "factionKey": "Orokin"
         
         },
       * "defenderReward": {
          * "countedItems": [
             * {
                * "count": 0,
                * "type": "string"
               
               }
            
            ],
          * "thumbnail": "string",
          * "color": 0,
          * "credits": 0,
          * "asString": "string",
          * "items": [
             * "Orokin Catalyst"
            
            ],
          * "itemString": "5 Detonite Injectors"
         
         },
       * "defendingFaction": "string",
       * "desc": "string",
       * "eta": "string",
       * "node": "string",
       * "nodeKey": "string",
       * "requiredRuns": 0,
       * "rewardTypes": [
          * "vauban"
         
         ],
       * "vsInfestation": true
      
      }
   
   ],
 * "kuva": [
    * {
       * "id": "string",
       * "activation": "2019-08-24T14:15:22Z",
       * "expiry": "2019-08-24T14:15:22Z",
       * "startString": "string",
       * "active": true,
       * "node": "string",
       * "enemy": "Orokin",
       * "enemyKey": "Orokin",
       * "type": "string",
       * "typeKey": "Ancient Retribution",
       * "archwing": true,
       * "sharkwing": true
      
      }
   
   ],
 * "news": [
    * {
       * "date": "string",
       * "imageLink": "string",
       * "eta": "string",
       * "primeAccess": true,
       * "stream": true,
       * "translations": {
          * "es": "string"
         
         },
       * "link": "string",
       * "update": true,
       * "id": "string",
       * "asString": "string",
       * "message": "string",
       * "priority": true
      
      }
   
   ],
 * "nightwave": {
    * "id": "string",
    * "activation": "2019-08-24T14:15:22Z",
    * "expiry": "2019-08-24T14:15:22Z",
    * "startString": "string",
    * "active": true,
    * "params": { },
    * "rewardTypes": [
       * "string"
      
      ],
    * "season": 0,
    * "tag": "string",
    * "phase": 0,
    * "possibleChallenges": [
       * {
          * "id": "string",
          * "activation": "2019-08-24T14:15:22Z",
          * "expiry": "2019-08-24T14:15:22Z",
          * "startString": "string",
          * "active": true,
          * "isDaily": true,
          * "isElite": true,
          * "title": "string",
          * "desc": "string",
          * "reputation": 0
         
         }
      
      ],
    * "activeChallenges": [
       * {
          * "id": "string",
          * "activation": "2019-08-24T14:15:22Z",
          * "expiry": "2019-08-24T14:15:22Z",
          * "startString": "string",
          * "active": true,
          * "isDaily": true,
          * "isElite": true,
          * "title": "string",
          * "desc": "string",
          * "reputation": 0
         
         }
      
      ]
   
   },
 * "persistentEnemies": [
    * {
       * "locationTag": "string",
       * "agentType": "string",
       * "rank": 0,
       * "healthPercent": 0,
       * "fleeDamage": 0,
       * "region": "string",
       * "lastDiscoveredTime": "string",
       * "lastDiscoveredAt": "string",
       * "isDiscovered": true,
       * "isUsingTicketing": true,
       * "pid": "string"
      
      }
   
   ],
 * "simaris": {
    * "target": "string",
    * "isTargetActive": true,
    * "asString": "string"
   
   },
 * "sortie": {
    * "id": "string",
    * "activation": "2019-08-24T14:15:22Z",
    * "expiry": "2019-08-24T14:15:22Z",
    * "startString": "string",
    * "active": true,
    * "rewardPool": "string",
    * "variants": [
       * {
          * "node": "string",
          * "boss": "string",
          * "missionType": "Ancient Retribution",
          * "planet": "string",
          * "modifier": "string",
          * "modifierDescription": "string"
         
         },
       * {
          * "node": "string",
          * "boss": "string",
          * "missionType": "Ancient Retribution",
          * "planet": "string",
          * "modifier": "string",
          * "modifierDescription": "string"
         
         },
       * {
          * "node": "string",
          * "boss": "string",
          * "missionType": "Ancient Retribution",
          * "planet": "string",
          * "modifier": "string",
          * "modifierDescription": "string"
         
         }
      
      ],
    * "boss": "string",
    * "faction": "Orokin",
    * "factionKey": "Orokin",
    * "expired": true,
    * "eta": "string"
   
   },
 * "steelPath": {
    * "activation": "2019-08-24T14:15:22Z",
    * "expiry": "2019-08-24T14:15:22Z",
    * "currentReward": {
       * "name": "string",
       * "cost": 0
      
      },
    * "remaining": "string",
    * "rotation": [
       * {
          * "name": "string",
          * "cost": 0
         
         }
      
      ],
    * "evergreens": [
       * {
          * "name": "string",
          * "cost": 0
         
         }
      
      ],
    * "incursions": {
       * "id": "string",
       * "activation": "2019-08-24T14:15:22Z",
       * "expiry": "2019-08-24T14:15:22Z",
       * "startString": "string",
       * "active": true
      
      }
   
   },
 * "syndicateMissions": [
    * {
       * "nodes": [
          * "string"
         
         ],
       * "eta": "string",
       * "jobs": [
          * {
             * "activation": "2019-08-24T14:15:22Z",
             * "expiry": "2019-08-24T14:15:22Z",
             * "rewardPool": [
                * "string"
               
               ],
             * "type": "string",
             * "enemyLevels": [
                * 0
               
               ],
             * "standingStages": [
                * 0
               
               ],
             * "minMR": 0
            
            }
         
         ],
       * "syndicate": "Arbiters of Hexis",
       * "id": "string",
       * "expiry": "2019-08-24T14:15:22Z",
       * "activation": "2019-08-24T14:15:22Z"
      
      }
   
   ],
 * "vallisCycle": {
    * "id": "string",
    * "expiry": "string",
    * "timeLeft": "string",
    * "isWarm": true
   
   },
 * "voidTrader": {
    * "id": "string",
    * "activation": "2019-08-24T14:15:22Z",
    * "expiry": "2019-08-24T14:15:22Z",
    * "startString": "string",
    * "active": true,
    * "character": "string",
    * "location": "string",
    * "inventory": [
       * {
          * "item": "string",
          * "ducats": 0,
          * "credits": 0
         
         }
      
      ],
    * "psId": "string",
    * "endString": "string"
   
   }

}





ALERTS DATA

Description and rewards for Alerts

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/alerts

Production Server

https://api.warframestat.us/{platform}/alerts


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "id": "string",
    * "activation": "2019-08-24T14:15:22Z",
    * "expiry": "2019-08-24T14:15:22Z",
    * "startString": "string",
    * "active": true,
    * "mission": {
       * "reward": {
          * "countedItems": [
             * {
                * "count": 0,
                * "type": "string"
               
               }
            
            ],
          * "thumbnail": "string",
          * "color": 0,
          * "credits": 0,
          * "asString": "string",
          * "items": [
             * "Orokin Catalyst"
            
            ],
          * "itemString": "5 Detonite Injectors"
         
         },
       * "node": "string",
       * "nodeKey": "string",
       * "faction": "Orokin",
       * "factionKey": "Orokin",
       * "maxEnemyLevel": 0,
       * "minEnemyLevel": 0,
       * "maxWaveNum": 0,
       * "type": "Ancient Retribution",
       * "typeKey": "Ancient Retribution",
       * "nightmare": true,
       * "archwingRequired": true,
       * "isSharkwing": true,
       * "enemySpec": "string",
       * "levelOverride": "string",
       * "advancedSpawners": [
          * "string"
         
         ],
       * "requiredItems": [
          * "string"
         
         ],
       * "consumeRequiredItems": true,
       * "leadersAlwaysAllowed": true,
       * "levelAuras": [
          * "string"
         
         ],
       * "description": "string"
      
      },
    * "expired": true,
    * "eta": "string",
    * "rewardTypes": [
       * "vauban"
      
      ]
   
   }

]




[UNSTABLE] ARBITRATION DATA

Description of the currently active arbitration

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/arbitration

Production Server

https://api.warframestat.us/{platform}/arbitration


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
{
 * "id": "string",
 * "activation": "2019-08-24T14:15:22Z",
 * "expiry": "2019-08-24T14:15:22Z",
 * "startString": "string",
 * "active": true,
 * "node": "string",
 * "enemy": "Orokin",
 * "enemyKey": "Orokin",
 * "type": "string",
 * "typeKey": "Ancient Retribution",
 * "archwing": true,
 * "sharkwing": true

}




CURRENT ARCHON HUNT DATA

Data about the missions for the current archon hunt

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/archonHunt

Production Server

https://api.warframestat.us/{platform}/archonHunt


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "id": "string",
 * "activation": "2019-08-24T14:15:22Z",
 * "expiry": "2019-08-24T14:15:22Z",
 * "startString": "string",
 * "active": true,
 * "rewardPool": "string",
 * "missions": [
    * {
       * "reward": {
          * "countedItems": [
             * {
                * "count": 0,
                * "type": "string"
               
               }
            
            ],
          * "thumbnail": "string",
          * "color": 0,
          * "credits": 0,
          * "asString": "string",
          * "items": [
             * "Orokin Catalyst"
            
            ],
          * "itemString": "5 Detonite Injectors"
         
         },
       * "node": "string",
       * "nodeKey": "string",
       * "faction": "Orokin",
       * "factionKey": "Orokin",
       * "maxEnemyLevel": 0,
       * "minEnemyLevel": 0,
       * "maxWaveNum": 0,
       * "type": "Ancient Retribution",
       * "typeKey": "Ancient Retribution",
       * "nightmare": true,
       * "archwingRequired": true,
       * "isSharkwing": true,
       * "enemySpec": "string",
       * "levelOverride": "string",
       * "advancedSpawners": [
          * "string"
         
         ],
       * "requiredItems": [
          * "string"
         
         ],
       * "consumeRequiredItems": true,
       * "leadersAlwaysAllowed": true,
       * "levelAuras": [
          * "string"
         
         ],
       * "description": "string"
      
      },
    * {
       * "reward": {
          * "countedItems": [
             * {
                * "count": 0,
                * "type": "string"
               
               }
            
            ],
          * "thumbnail": "string",
          * "color": 0,
          * "credits": 0,
          * "asString": "string",
          * "items": [
             * "Orokin Catalyst"
            
            ],
          * "itemString": "5 Detonite Injectors"
         
         },
       * "node": "string",
       * "nodeKey": "string",
       * "faction": "Orokin",
       * "factionKey": "Orokin",
       * "maxEnemyLevel": 0,
       * "minEnemyLevel": 0,
       * "maxWaveNum": 0,
       * "type": "Ancient Retribution",
       * "typeKey": "Ancient Retribution",
       * "nightmare": true,
       * "archwingRequired": true,
       * "isSharkwing": true,
       * "enemySpec": "string",
       * "levelOverride": "string",
       * "advancedSpawners": [
          * "string"
         
         ],
       * "requiredItems": [
          * "string"
         
         ],
       * "consumeRequiredItems": true,
       * "leadersAlwaysAllowed": true,
       * "levelAuras": [
          * "string"
         
         ],
       * "description": "string"
      
      },
    * {
       * "reward": {
          * "countedItems": [
             * {
                * "count": 0,
                * "type": "string"
               
               }
            
            ],
          * "thumbnail": "string",
          * "color": 0,
          * "credits": 0,
          * "asString": "string",
          * "items": [
             * "Orokin Catalyst"
            
            ],
          * "itemString": "5 Detonite Injectors"
         
         },
       * "node": "string",
       * "nodeKey": "string",
       * "faction": "Orokin",
       * "factionKey": "Orokin",
       * "maxEnemyLevel": 0,
       * "minEnemyLevel": 0,
       * "maxWaveNum": 0,
       * "type": "Ancient Retribution",
       * "typeKey": "Ancient Retribution",
       * "nightmare": true,
       * "archwingRequired": true,
       * "isSharkwing": true,
       * "enemySpec": "string",
       * "levelOverride": "string",
       * "advancedSpawners": [
          * "string"
         
         ],
       * "requiredItems": [
          * "string"
         
         ],
       * "consumeRequiredItems": true,
       * "leadersAlwaysAllowed": true,
       * "levelAuras": [
          * "string"
         
         ],
       * "description": "string"
      
      }
   
   ],
 * "boss": "string",
 * "faction": "Orokin",
 * "factionKey": "Orokin",
 * "expired": true,
 * "eta": "string"

}




GET CURRENT CAMBION DRIFT STATUS

Data on the Vome/Fass cycle for the Cambion Drift on Deimos

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/cambionCycle

Production Server

https://api.warframestat.us/{platform}/cambionCycle


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
{
 * "id": "string",
 * "expiry": "string",
 * "activation": "string",
 * "state": "vome",
 * "active": "vome",
 * "timeLeft": "string"

}




GET CURRENT CETUS STATUS

Data on the day/night cycle for Cetus on Earth

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/cetusCycle

Production Server

https://api.warframestat.us/{platform}/cetusCycle


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
{
 * "id": "string",
 * "activation": "2019-08-24T14:15:22Z",
 * "expiry": "2019-08-24T14:15:22Z",
 * "startString": "string",
 * "active": true,
 * "isDay": true,
 * "state": "string",
 * "timeLeft": "string",
 * "isCetus": true,
 * "shortString": "string"

}




GET CONCLAVE CHALLENGE DATA

Data on each day and week's conclave challenges

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/conclaveChallenges

Production Server

https://api.warframestat.us/{platform}/conclaveChallenges


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "mode": "string",
    * "amount": 0,
    * "eta": "string",
    * "expired": true,
    * "endString": "string",
    * "daily": true,
    * "description": "string",
    * "id": "string",
    * "expiry": "string",
    * "asString": "string",
    * "category": "string",
    * "rootChallenge": true
   
   }

]




GET CONSTRUCTION PROGRESS FOR FOMORIANS AND RAZORBACKS

Construction percentages for showing how far constructed the enemy fleets are.

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/constructionProgress

Production Server

https://api.warframestat.us/{platform}/constructionProgress


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
{
 * "id": "string",
 * "fomorianProgress": "string",
 * "razorbackProgress": "string",
 * "unknownProgress": "string"

}




DAILY DEAL INFORMATION FROM DARVO

Darvo's Daily Deal details

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/dailyDeals

Production Server

https://api.warframestat.us/{platform}/dailyDeals


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "sold": 0,
    * "item": "string",
    * "uniqueName": "string",
    * "total": 0,
    * "eta": "string",
    * "originalPrice": 0,
    * "salePrice": 0,
    * "discount": 0,
    * "expiry": "string",
    * "id": "string"
   
   }

]




DARK SECTOR OCCUPATION AND HISTORY DEPRECATED

Dark Sector (Rail Wars) data and history. Digital Extremes has emptied several
of these.

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/darkSectors

Production Server

https://api.warframestat.us/{platform}/darkSectors


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "defenderMOTD": "string",
    * "deployerName": "string",
    * "defenderDeploymentActivation": 0,
    * "defenderName": "string",
    * "deployerClan": "string",
    * "isAlliance": true,
    * "id": "string",
    * "history": [
       * {
          * "defender": "string",
          * "defenderIsAlliance": true,
          * "attacker": "string",
          * "winner": "string",
          * "start": "string",
          * "end": "string"
         
         }
      
      ]
   
   }

]




GET THE CURRENT EARTH ROTATION INFORMATION

The current Earth day/night cycle progress.

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/earthCycle

Production Server

https://api.warframestat.us/{platform}/earthCycle


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
{
 * "id": "string",
 * "activation": "2019-08-24T14:15:22Z",
 * "expiry": "2019-08-24T14:15:22Z",
 * "startString": "string",
 * "active": true,
 * "isDay": true,
 * "timeLeft": "string"

}




LISTING OF ONGOING EVENTS

Events, such as Fomorian Attacks are included here

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/events

Production Server

https://api.warframestat.us/{platform}/events


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "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": "Orokin",
    * "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": "Arbiters of Hexis",
    * "jobs": [
       * {
          * "activation": "2019-08-24T14:15:22Z",
          * "expiry": "2019-08-24T14:15:22Z",
          * "rewardPool": [
             * "string"
            
            ],
          * "type": "string",
          * "enemyLevels": [
             * 0
            
            ],
          * "standingStages": [
             * 0
            
            ],
          * "minMR": 0
         
         }
      
      ],
    * "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"
      
      }
   
   }

]




DATA ON CURRENT FISSURES

Information about current Void Fissure missions

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/fissures

Production Server

https://api.warframestat.us/{platform}/fissures


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "id": "string",
    * "activation": "2019-08-24T14:15:22Z",
    * "expiry": "2019-08-24T14:15:22Z",
    * "startString": "string",
    * "active": true,
    * "node": "string",
    * "expired": true,
    * "eta": "string",
    * "missionType": "Ancient Retribution",
    * "missionKey": "Ancient Retribution",
    * "tier": "Lith",
    * "tierNum": 1,
    * "enemy": "Orokin",
    * "enemyKey": "Orokin",
    * "isStorm": true,
    * "isHard": true
   
   }

]




CURRENT FLASH SALES FROM DARVO

Popular Deals, discounts, featured deals.

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/flashSales

Production Server

https://api.warframestat.us/{platform}/flashSales


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "item": "string",
    * "expired": true,
    * "eta": "string",
    * "discount": 0,
    * "premiumOverride": 0,
    * "isPopular": true,
    * "isFeatured": true
   
   }

]




CURRENT GLOBAL UPGRADES

Any current modifiers applied to all users, such as double drops.

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/globalUpgrades

Production Server

https://api.warframestat.us/{platform}/globalUpgrades


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "start": "string",
    * "end": "string",
    * "upgrade": "string",
    * "operation": "string",
    * "operationSymbol": "string",
    * "upgradeOperationValue": 0,
    * "expired": true,
    * "eta": "string",
    * "desc": "string"
   
   }

]




INVASION DATA

Data on invasion missions, such as estimated completion time, rewards, etc.

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/invasions

Production Server

https://api.warframestat.us/{platform}/invasions


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "id": "string",
    * "activation": "2019-08-24T14:15:22Z",
    * "expiry": "2019-08-24T14:15:22Z",
    * "startString": "string",
    * "active": true,
    * "attacker": {
       * "reward": {
          * "countedItems": [
             * {
                * "count": 0,
                * "type": "string"
               
               }
            
            ],
          * "thumbnail": "string",
          * "color": 0,
          * "credits": 0,
          * "asString": "string",
          * "items": [
             * "Orokin Catalyst"
            
            ],
          * "itemString": "5 Detonite Injectors"
         
         },
       * "faction": "Orokin",
       * "factionKey": "Orokin"
      
      },
    * "attackerReward": {
       * "countedItems": [
          * {
             * "count": 0,
             * "type": "string"
            
            }
         
         ],
       * "thumbnail": "string",
       * "color": 0,
       * "credits": 0,
       * "asString": "string",
       * "items": [
          * "Orokin Catalyst"
         
         ],
       * "itemString": "5 Detonite Injectors"
      
      },
    * "attackingFaction": "string",
    * "completed": true,
    * "completion": [
       * 100,
       * 50,
       * 36.36
      
      ],
    * "count": 0,
    * "defender": {
       * "reward": {
          * "countedItems": [
             * {
                * "count": 0,
                * "type": "string"
               
               }
            
            ],
          * "thumbnail": "string",
          * "color": 0,
          * "credits": 0,
          * "asString": "string",
          * "items": [
             * "Orokin Catalyst"
            
            ],
          * "itemString": "5 Detonite Injectors"
         
         },
       * "faction": "Orokin",
       * "factionKey": "Orokin"
      
      },
    * "defenderReward": {
       * "countedItems": [
          * {
             * "count": 0,
             * "type": "string"
            
            }
         
         ],
       * "thumbnail": "string",
       * "color": 0,
       * "credits": 0,
       * "asString": "string",
       * "items": [
          * "Orokin Catalyst"
         
         ],
       * "itemString": "5 Detonite Injectors"
      
      },
    * "defendingFaction": "string",
    * "desc": "string",
    * "eta": "string",
    * "node": "string",
    * "nodeKey": "string",
    * "requiredRuns": 0,
    * "rewardTypes": [
       * "vauban"
      
      ],
    * "vsInfestation": true
   
   }

]




[UNSTABLE] CURRENT KUVA MISSION LISTING

Current Kuva Mission listing (provided by semlar).

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/kuva

Production Server

https://api.warframestat.us/{platform}/kuva


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "id": "string",
    * "activation": "2019-08-24T14:15:22Z",
    * "expiry": "2019-08-24T14:15:22Z",
    * "startString": "string",
    * "active": true,
    * "node": "string",
    * "enemy": "Orokin",
    * "enemyKey": "Orokin",
    * "type": "string",
    * "typeKey": "Ancient Retribution",
    * "archwing": true,
    * "sharkwing": true
   
   }

]




CURRENT LISTING OF NEWS ITEMS

Translated News items from the worldstate

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/news

Production Server

https://api.warframestat.us/{platform}/news


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "date": "string",
    * "imageLink": "string",
    * "eta": "string",
    * "primeAccess": true,
    * "stream": true,
    * "translations": {
       * "es": "string"
      
      },
    * "link": "string",
    * "update": true,
    * "id": "string",
    * "asString": "string",
    * "message": "string",
    * "priority": true
   
   }

]




GET THE CURRENT NIGHTWAVE STATE.

The Current cycle and challenges of Nightwave, a battle-pass-esque rotation and
challenge system

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/nightwave

Production Server

https://api.warframestat.us/{platform}/nightwave


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "id": "string",
 * "activation": "2019-08-24T14:15:22Z",
 * "expiry": "2019-08-24T14:15:22Z",
 * "startString": "string",
 * "active": true,
 * "params": { },
 * "rewardTypes": [
    * "string"
   
   ],
 * "season": 0,
 * "tag": "string",
 * "phase": 0,
 * "possibleChallenges": [
    * {
       * "id": "string",
       * "activation": "2019-08-24T14:15:22Z",
       * "expiry": "2019-08-24T14:15:22Z",
       * "startString": "string",
       * "active": true,
       * "isDaily": true,
       * "isElite": true,
       * "title": "string",
       * "desc": "string",
       * "reputation": 0
      
      }
   
   ],
 * "activeChallenges": [
    * {
       * "id": "string",
       * "activation": "2019-08-24T14:15:22Z",
       * "expiry": "2019-08-24T14:15:22Z",
       * "startString": "string",
       * "active": true,
       * "isDaily": true,
       * "isElite": true,
       * "title": "string",
       * "desc": "string",
       * "reputation": 0
      
      }
   
   ]

}




GET PERSISTENT ENEMY DATA

Data about current acolytes attacking the Sol System

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/persistentEnemies

Production Server

https://api.warframestat.us/{platform}/persistentEnemies


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "locationTag": "string",
    * "agentType": "string",
    * "rank": 0,
    * "healthPercent": 0,
    * "fleeDamage": 0,
    * "region": "string",
    * "lastDiscoveredTime": "string",
    * "lastDiscoveredAt": "string",
    * "isDiscovered": true,
    * "isUsingTicketing": true,
    * "pid": "string"
   
   }

]




GET RIVEN STATISTIC DATA

Data about averages, deviations, medians, miniums, and maxes for all rivens for
the provided platform

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/rivens

Production Server

https://api.warframestat.us/{platform}/rivens


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "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
         
         }
      
      }
   
   }

}




GET RIVEN STATISTIC DATA

Data about averages, deviations, medians, miniums, and maxes for rivens whose
name match the query for the provided platform

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

query
required
string <utf8>

Riven name to search for


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/rivens/search/{query}

Production Server

https://api.warframestat.us/{platform}/rivens/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "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
         
         }
      
      }
   
   }

}




GET THE CURRENT SENTIENT OUTPOST, IF ANY

Status data for current Sentient Outpost, if any. Parsed source is combined data
from DE's worldstate and semlar's data

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/sentientOutposts

Production Server

https://api.warframestat.us/{platform}/sentientOutposts


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "mission": {
    * "reward": {
       * "countedItems": [
          * {
             * "count": 0,
             * "type": "string"
            
            }
         
         ],
       * "thumbnail": "string",
       * "color": 0,
       * "credits": 0,
       * "asString": "string",
       * "items": [
          * "Orokin Catalyst"
         
         ],
       * "itemString": "5 Detonite Injectors"
      
      },
    * "node": "string",
    * "nodeKey": "string",
    * "faction": "Orokin",
    * "factionKey": "Orokin",
    * "maxEnemyLevel": 0,
    * "minEnemyLevel": 0,
    * "maxWaveNum": 0,
    * "type": "Ancient Retribution",
    * "typeKey": "Ancient Retribution",
    * "nightmare": true,
    * "archwingRequired": true,
    * "isSharkwing": true,
    * "enemySpec": "string",
    * "levelOverride": "string",
    * "advancedSpawners": [
       * "string"
      
      ],
    * "requiredItems": [
       * "string"
      
      ],
    * "consumeRequiredItems": true,
    * "leadersAlwaysAllowed": true,
    * "levelAuras": [
       * "string"
      
      ],
    * "description": "string"
   
   },
 * "active": true,
 * "id": "string",
 * "activation": "2019-08-24T14:15:22Z",
 * "expiry": "2019-08-24T14:15:22Z",
 * "previous": {
    * "activation": "2019-08-24T14:15:22Z",
    * "expiry": "2019-08-24T14:15:22Z"
   
   }

}




GET THE CURRENT SANCTUARY STATUS

Status data for Simaris' Sanctuary

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/simaris

Production Server

https://api.warframestat.us/{platform}/simaris


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
{
 * "target": "string",
 * "isTargetActive": true,
 * "asString": "string"

}




CURRENT SORTIE DATA

Data about the missions for the current sortie

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/sortie

Production Server

https://api.warframestat.us/{platform}/sortie


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "id": "string",
 * "activation": "2019-08-24T14:15:22Z",
 * "expiry": "2019-08-24T14:15:22Z",
 * "startString": "string",
 * "active": true,
 * "rewardPool": "string",
 * "variants": [
    * {
       * "node": "string",
       * "boss": "string",
       * "missionType": "Ancient Retribution",
       * "planet": "string",
       * "modifier": "string",
       * "modifierDescription": "string"
      
      },
    * {
       * "node": "string",
       * "boss": "string",
       * "missionType": "Ancient Retribution",
       * "planet": "string",
       * "modifier": "string",
       * "modifierDescription": "string"
      
      },
    * {
       * "node": "string",
       * "boss": "string",
       * "missionType": "Ancient Retribution",
       * "planet": "string",
       * "modifier": "string",
       * "modifierDescription": "string"
      
      }
   
   ],
 * "boss": "string",
 * "faction": "Orokin",
 * "factionKey": "Orokin",
 * "expired": true,
 * "eta": "string"

}




CURRENT STEEL PATH DATA

Data about the missions for the current sortie

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/steelPath

Production Server

https://api.warframestat.us/{platform}/steelPath


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "activation": "2019-08-24T14:15:22Z",
 * "expiry": "2019-08-24T14:15:22Z",
 * "currentReward": {
    * "name": "string",
    * "cost": 0
   
   },
 * "remaining": "string",
 * "rotation": [
    * {
       * "name": "string",
       * "cost": 0
      
      }
   
   ],
 * "evergreens": [
    * {
       * "name": "string",
       * "cost": 0
      
      }
   
   ],
 * "incursions": {
    * "id": "string",
    * "activation": "2019-08-24T14:15:22Z",
    * "expiry": "2019-08-24T14:15:22Z",
    * "startString": "string",
    * "active": true
   
   }

}




LISTING OF SYNDICATE MISSION NODES

Cycling through different nodes each day, these are a general listing of the
nodes that each syndicate will use for the day.

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/syndicateMissions

Production Server

https://api.warframestat.us/{platform}/syndicateMissions


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "nodes": [
       * "string"
      
      ],
    * "eta": "string",
    * "jobs": [
       * {
          * "activation": "2019-08-24T14:15:22Z",
          * "expiry": "2019-08-24T14:15:22Z",
          * "rewardPool": [
             * "string"
            
            ],
          * "type": "string",
          * "enemyLevels": [
             * 0
            
            ],
          * "standingStages": [
             * 0
            
            ],
          * "minMR": 0
         
         }
      
      ],
    * "syndicate": "Arbiters of Hexis",
    * "id": "string",
    * "expiry": "2019-08-24T14:15:22Z",
    * "activation": "2019-08-24T14:15:22Z"
   
   }

]




GET THE TIMESTAMP THAT THE CURRENT WORLDSTATE WAS GENERATED AT.

The time that the worldstate was last generated

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/timestamp

Production Server

https://api.warframestat.us/{platform}/timestamp


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
"string"




GET THE CURRENT STATE OF THE ORB VALLIS

The current cycle of the Orb Vallis warm/cold cycle

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/vallisCycle

Production Server

https://api.warframestat.us/{platform}/vallisCycle


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
{
 * "id": "string",
 * "expiry": "string",
 * "timeLeft": "string",
 * "isWarm": true

}




GET THE CURRENT VOID TRADER INFORMATION

Information on the current Void Trader offerings, or when he will arrive.

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/voidTrader

Production Server

https://api.warframestat.us/{platform}/voidTrader


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "id": "string",
 * "activation": "2019-08-24T14:15:22Z",
 * "expiry": "2019-08-24T14:15:22Z",
 * "startString": "string",
 * "active": true,
 * "character": "string",
 * "location": "string",
 * "inventory": [
    * {
       * "item": "string",
       * "ducats": 0,
       * "credits": 0
      
      }
   
   ],
 * "psId": "string",
 * "endString": "string"

}




GITHUB

Review Source Code

Check our source code


UNSTABLE

Potentially still in active development


[UNSTABLE] ARBITRATION DATA

Description of the currently active arbitration

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/arbitration

Production Server

https://api.warframestat.us/{platform}/arbitration


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
{
 * "id": "string",
 * "activation": "2019-08-24T14:15:22Z",
 * "expiry": "2019-08-24T14:15:22Z",
 * "startString": "string",
 * "active": true,
 * "node": "string",
 * "enemy": "Orokin",
 * "enemyKey": "Orokin",
 * "type": "string",
 * "typeKey": "Ancient Retribution",
 * "archwing": true,
 * "sharkwing": true

}




[UNSTABLE] CURRENT KUVA MISSION LISTING

Current Kuva Mission listing (provided by semlar).

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/kuva

Production Server

https://api.warframestat.us/{platform}/kuva


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "id": "string",
    * "activation": "2019-08-24T14:15:22Z",
    * "expiry": "2019-08-24T14:15:22Z",
    * "startString": "string",
    * "active": true,
    * "node": "string",
    * "enemy": "Orokin",
    * "enemyKey": "Orokin",
    * "type": "string",
    * "typeKey": "Ancient Retribution",
    * "archwing": true,
    * "sharkwing": true
   
   }

]




SEARCHABLE

Follows a consistent pattern for searching data


GET ARCANE ENHANCEMENT DATA BASED ON THE QUERY DEPRECATED

Available Arcane Enhancements

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/arcanes/search/{query}

Production Server

https://api.warframestat.us/arcanes/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "regex": "string",
    * "name": "string",
    * "effect": "string",
    * "rarity": "string",
    * "location": "string",
    * "thumbnail": "string",
    * "info": "string"
   
   }

]




GET CONCLAVE CHALLENGE DATA BASED ON THE QUERY

Data about conclave challenges

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/conclave/search/{query}

Production Server

https://api.warframestat.us/conclave/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "modes": {
    * "PVPMODE_ALL": {
       * "value": "string"
      
      },
    * "PVPMODE_TEAMDEATHMATCH": {
       * "value": "string"
      
      },
    * "PVPMODE_NONE": {
       * "value": "string"
      
      },
    * "PVPMODE_CAPTURETHEFLAG": {
       * "value": "string"
      
      },
    * "PVPMODE_SPEEDBALL": {
       * "value": "string"
      
      },
    * "PVPMODE_DEATHMATCH": {
       * "value": "string"
      
      }
   
   },
 * "categories": {
    * "PVPChallengeTypeCategory_DAILY_ROOT": {
       * "value": "string"
      
      },
    * "PVPChallengeTypeCategory_DAILY": {
       * "value": "string"
      
      },
    * "PVPChallengeTypeCategory_WEEKLY": {
       * "value": "string"
      
      },
    * "PVPChallengeTypeCategory_WEEKLY_ROOT": {
       * "value": "string"
      
      },
    * "PVPChallengeTypeCategory_MODEAFFECTOR": {
       * "value": "string"
      
      }
   
   }

}




GET WARFRAME DROPS DATA

Percentages for Warframe drops in different areas of the game

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/drops/search/{query}

Production Server

https://api.warframestat.us/drops/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "item": "string",
    * "chance": 0,
    * "place": "string",
    * "rarity": "string"
   
   }

]




GET EVENT-SPECIFIC DATA BASED ON THE QUERY

Data about events

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/events/search/{query}

Production Server

https://api.warframestat.us/events/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
{ }




GET FACTION TRANSLATION INFORMATION BASED ON THE QUERY.

Strings for translating faction identifiers.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/factions/search/{query}

Production Server

https://api.warframestat.us/factions/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "FC_GRINEER": {
    * "value": "string"
   
   },
 * "FC_CORPUS": {
    * "value": "string"
   
   },
 * "FC_INFESTATION": {
    * "value": "string"
   
   },
 * "FC_CORRUPTED": {
    * "value": "string"
   
   },
 * "FC_OROKIN": {
    * "value": "string"
   
   }

}




GET FISSURE MODIFIER TRANSLATION DATA BASED ON THE QUERY.

Fissure translation identifiers

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/fissureModifiers/search/{query}

Production Server

https://api.warframestat.us/fissureModifiers/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "VoidT1": {
    * "num": 0,
    * "value": "string"
   
   },
 * "VoidT2": {
    * "num": 0,
    * "value": "string"
   
   },
 * "VoidT3": {
    * "num": 0,
    * "value": "string"
   
   },
 * "VoidT4": {
    * "num": 0,
    * "value": "string"
   
   }

}




GET DATA FOR THE CLOSEST MATCHING SINGLE ITEM

Item information.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

by
string <utf8>
Default: "name"

Key to search by on the object

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/items/{query}

Production Server

https://api.warframestat.us/items/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "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"

}




GET DATA FOR ALL MATCHING ITEMS

Item information, such as name, unique name, type, and image name.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

by
string <utf8>
Default: "name"

Key to search by on the object

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/items/search/{query}

Production Server

https://api.warframestat.us/items/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "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"
   
   }

]




GET LANGUAGE STRINGS FOR WARFRAME BASED ON THE QUERY.

Get language strings to assist translation.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/languages/search/{query}

Production Server

https://api.warframestat.us/languages/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "languageKey": {
    * "value": "string"
   
   }

}




GET MISSIONTYPE TRANSLATION KEYS BASED ON THE QUERY

Mission Type information to aid translating identifiers

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/missionTypes/search/{query}

Production Server

https://api.warframestat.us/missionTypes/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "MT_EXCAVATE": {
    * "value": "string"
   
   },
 * "MT_SABOTAGE": {
    * "value": "string"
   
   },
 * "MT_MOBILE_DEFENSE": {
    * "value": "string"
   
   },
 * "MT_ASSASSINATION": {
    * "value": "string"
   
   },
 * "MT_EXTERMINATION": {
    * "value": "string"
   
   },
 * "MT_HIVE": {
    * "value": "string"
   
   },
 * "MT_DEFENSE": {
    * "value": "string"
   
   },
 * "MT_TERRITORY": {
    * "value": "string"
   
   },
 * "MT_ARENA": {
    * "value": "string"
   
   },
 * "MT_PVP": {
    * "value": "string"
   
   },
 * "MT_RESCUE": {
    * "value": "string"
   
   },
 * "MT_INTEL": {
    * "value": "string"
   
   },
 * "MT_SURVIVAL": {
    * "value": "string"
   
   },
 * "MT_CAPTURE": {
    * "value": "string"
   
   },
 * "MT_SECTOR": {
    * "value": "string"
   
   },
 * "MT_RETRIEVAL": {
    * "value": "string"
   
   },
 * "MT_ASSAULT": {
    * "value": "string"
   
   },
 * "MT_EVACUATION": {
    * "value": "string"
   
   }

}




GET DATA FOR THE CLOSEST MATCHING SINGLE MOD

Mod information.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

by
string <utf8>
Default: "name"

Key to search by on the object

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/mods/{query}

Production Server

https://api.warframestat.us/mods/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "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",
 * "baseDrain": 0,
 * "compatName": "string",
 * "fusionLimit": 0,
 * "levelStats": [
    * {
       * "stats": [
          * "string"
         
         ]
      
      }
   
   ],
 * "polarity": "Vazarin",
 * "transmutable": true

}




GET DATA FOR ALL MATCHING MODS

Mod information, such as name, unique name, type, and image name.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

by
string <utf8>
Default: "name"

Key to search by on the object

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/mods/search/{query}

Production Server

https://api.warframestat.us/mods/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "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",
    * "baseDrain": 0,
    * "compatName": "string",
    * "fusionLimit": 0,
    * "levelStats": [
       * {
          * "stats": [
             * "string"
            
            ]
         
         }
      
      ],
    * "polarity": "Vazarin",
    * "transmutable": true
   
   }

]




GET OPERATION TYPES DATA BASED ON THE QUERY.

Operation Types information to aid translating identifiers for global upgrades

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/operationTypes/search/{query}

Production Server

https://api.warframestat.us/operationTypes/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "MULTIPLY": {
    * "value": "string"
   
   }

}




GET PERSISTENT ENEMY TRANSLATION DATA BASED ON THE QUERY.

Persistent Enemy translation information for aiding translation of identifiers.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/persistentEnemy/search/{query}

Production Server

https://api.warframestat.us/persistentEnemy/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * [ ]

]




GET SOL NODE INFORMATION AND TRANSLATION DATA BASED ON THE QUERY.

Sol Node translation information for aiding the translation of identifiers.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/solNodes/search/{query}

Production Server

https://api.warframestat.us/solNodes/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "nodes": [
       * {
          * "enemy": "string",
          * "type": "string",
          * "value": "string"
         
         }
      
      ],
    * "keys": [
       * "string"
      
      ]
   
   }

]




GET SORTIE TRANSLATION INFORMATION BASED ON THE QUERY.

Sortie translation information for assisting translation of identifiers.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/sortie/search/{query}

Production Server

https://api.warframestat.us/sortie/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "modifierTypes": {
    * "SORTIE_MODIFIER_IMPACT": "string",
    * "SORTIE_MODIFIER_HAZARD_COLD": "string",
    * "SORTIE_MODIFIER_SECONDARY_ONLY": "string",
    * "SORTIE_MODIFIER_TOXIN": "string",
    * "SORTIE_MODIFIER_ELECTRICITY": "string",
    * "SORTIE_MODIFIER_HAZARD_FOG": "string",
    * "SORTIE_MODIFIER_HAZARD_MAGNETIC": "string",
    * "SORTIE_MODIFIER_ARMOR": "string",
    * "SORTIE_MODIFIER_CORROSIVE": "string",
    * "SORTIE_MODIFIER_VIRAL": "string",
    * "SORTIE_MODIFIER_HAZARD_RADIATION": "string",
    * "SORTIE_MODIFIER_SLASH": "string",
    * "SORTIE_MODIFIER_POISON": "string",
    * "SORTIE_MODIFIER_GAS": "string",
    * "SORTIE_MODIFIER_MAGNETIC": "string",
    * "SORTIE_MODIFIER_FIRE": "string",
    * "SORTIE_MODIFIER_SNIPER_ONLY": "string",
    * "SORTIE_MODIFIER_PUNCTURE": "string",
    * "SORTIE_MODIFIER_EXPLOSION": "string",
    * "SORTIE_MODIFIER_BOW_ONLY": "string",
    * "SORTIE_MODIFIER_RADIATION": "string",
    * "SORTIE_MODIFIER_SHIELDS": "string",
    * "SORTIE_MODIFIER_FREEZE": "string",
    * "SORTIE_MODIFIER_HAZARD_FIRE": "string",
    * "SORTIE_MODIFIER_EXIMUS": "string",
    * "SORTIE_MODIFIER_SHOTGUN_ONLY": "string",
    * "SORTIE_MODIFIER_MELEE_ONLY": "string",
    * "SORTIE_MODIFIER_RIFLE_ONLY": "string",
    * "SORTIE_MODIFIER_HAZARD_ICE": "string",
    * "SORTIE_MODIFIER_LOW_ENERGY": "string"
   
   },
 * "modifierDescriptions": {
    * "SORTIE_MODIFIER_IMPACT": "string",
    * "SORTIE_MODIFIER_HAZARD_COLD": "string",
    * "SORTIE_MODIFIER_SECONDARY_ONLY": "string",
    * "SORTIE_MODIFIER_TOXIN": "string",
    * "SORTIE_MODIFIER_ELECTRICITY": "string",
    * "SORTIE_MODIFIER_HAZARD_FOG": "string",
    * "SORTIE_MODIFIER_HAZARD_MAGNETIC": "string",
    * "SORTIE_MODIFIER_ARMOR": "string",
    * "SORTIE_MODIFIER_CORROSIVE": "string",
    * "SORTIE_MODIFIER_VIRAL": "string",
    * "SORTIE_MODIFIER_HAZARD_RADIATION": "string",
    * "SORTIE_MODIFIER_SLASH": "string",
    * "SORTIE_MODIFIER_POISON": "string",
    * "SORTIE_MODIFIER_GAS": "string",
    * "SORTIE_MODIFIER_MAGNETIC": "string",
    * "SORTIE_MODIFIER_FIRE": "string",
    * "SORTIE_MODIFIER_SNIPER_ONLY": "string",
    * "SORTIE_MODIFIER_PUNCTURE": "string",
    * "SORTIE_MODIFIER_EXPLOSION": "string",
    * "SORTIE_MODIFIER_BOW_ONLY": "string",
    * "SORTIE_MODIFIER_RADIATION": "string",
    * "SORTIE_MODIFIER_SHIELDS": "string",
    * "SORTIE_MODIFIER_FREEZE": "string",
    * "SORTIE_MODIFIER_HAZARD_FIRE": "string",
    * "SORTIE_MODIFIER_EXIMUS": "string",
    * "SORTIE_MODIFIER_SHOTGUN_ONLY": "string",
    * "SORTIE_MODIFIER_MELEE_ONLY": "string",
    * "SORTIE_MODIFIER_RIFLE_ONLY": "string",
    * "SORTIE_MODIFIER_HAZARD_ICE": "string",
    * "SORTIE_MODIFIER_LOW_ENERGY": "string"
   
   },
 * "bosses": {
    * "SORTIE_BOSS_KELA": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_AMBULAS": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_TYL": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_ALAD": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_RUK": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_HYENA": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_KRIL": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_CORRUPTED_VOR": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_INFALAD": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_PHORID": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_JACKAL": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_RAPTOR": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_VOR": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_HEK": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_NEF": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_LEPHANTIS": {
       * "faction": "string",
       * "name": "string"
      
      }
   
   },
 * "endStates": [
    * {
       * "regions": [
          * {
             * "missions": [
                * "string"
               
               ],
             * "name": "string"
            
            }
         
         ],
       * "bossName": "string"
      
      }
   
   ],
 * "modifiers": [
    * "string"
   
   ]

}




GET SYNDICATE TRANSLATION DATA BASED ON THE QUERY.

Information to assist translating syndicate identifiers.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/syndicates/search/{query}

Production Server

https://api.warframestat.us/syndicates/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "ArbitersSyndicate": {
    * "name": "string"
   
   },
 * "CephalonSudaSyndicate": {
    * "name": "string"
   
   },
 * "NewLokaSyndicate": {
    * "name": "string"
   
   },
 * "PerrinSyndicate": {
    * "name": "string"
   
   },
 * "SteelMeridianSyndicate": {
    * "name": "string"
   
   },
 * "RedVeilSyndicate": {
    * "name": "string"
   
   },
 * "CetusSyndicate": {
    * "name": "string"
   
   },
 * "QuillsSyndicate": {
    * "name": "string"
   
   },
 * "AssassinsSyndicate": {
    * "name": "string"
   
   },
 * "EventSyndicate": {
    * "name": "string"
   
   }

}




GET TUTORIALS DATA BASED ON THE QUERY

Tutorials data from DE

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/tutorials/search/{query}

Production Server

https://api.warframestat.us/tutorials/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "regex": "string",
    * "name": "string",
    * "url": "string"
   
   }

]




GET UPGRADE TYPES DATA FOR GLOBAL UPGRADES BASED ON THE QUERY.

Upgrade types for what can be changed by global modifiers, such as double credit
weekends.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/upgradeTypes/search/{query}

Production Server

https://api.warframestat.us/upgradeTypes/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "GAMEPLAY_KILL_XP_AMOUNT": {
    * "value": "string"
   
   },
 * "GAMEPLAY_PICKUP_AMOUNT": {
    * "value": "string"
   
   },
 * "GAMEPLAY_MONEY_REWARD_AMOUNT": {
    * "value": "string"
   
   },
 * "GAMEPLAY_MONEY_PICKUP_AMOUNT": {
    * "value": "string"
   
   }

}




GET DATA FOR THE CLOSEST MATCHING SINGLE ITEM

Mod information.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

by
string <utf8>
Default: "name"

Key to search by on the object

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/warframes/{query}

Production Server

https://api.warframestat.us/warframes/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "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",
 * "shield": 0,
 * "polarities": [
    * "string"
   
   ],
 * "prime_power": "string",
 * "prime_mr": "string",
 * "color": 0,
 * "prime_polarities": [
    * "string"
   
   ],
 * "conclave": true,
 * "prime_armor": 0,
 * "speed": "string",
 * "aura": "string",
 * "prime_url": "string",
 * "prime_health": 0,
 * "power": 0,
 * "prime_aura": "string",
 * "info": "string",
 * "thumbnail": "string",
 * "mr": "string",
 * "prime_shield": 0,
 * "health": 0,
 * "prime_speed": "string",
 * "url": "string",
 * "regex": "string",
 * "armor": 0,
 * "location": "string",
 * "prime_conclave": "string"

}




GET DATA FOR ALL MATCHING WARFRAMES

Warframe stats and general information.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

by
string <utf8>
Default: "name"

Key to search by on the object

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/warframes/search/{query}

Production Server

https://api.warframestat.us/warframes/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "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",
    * "shield": 0,
    * "polarities": [
       * "string"
      
      ],
    * "prime_power": "string",
    * "prime_mr": "string",
    * "color": 0,
    * "prime_polarities": [
       * "string"
      
      ],
    * "conclave": true,
    * "prime_armor": 0,
    * "speed": "string",
    * "aura": "string",
    * "prime_url": "string",
    * "prime_health": 0,
    * "power": 0,
    * "prime_aura": "string",
    * "info": "string",
    * "thumbnail": "string",
    * "mr": "string",
    * "prime_shield": 0,
    * "health": 0,
    * "prime_speed": "string",
    * "url": "string",
    * "regex": "string",
    * "armor": 0,
    * "location": "string",
    * "prime_conclave": "string"
   
   }

]




GET DATA FOR THE CLOSEST MATCHING SINGLE WEAPON

Mod information.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

by
string <utf8>
Default: "name"

Key to search by on the object

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/weapons/{query}

Production Server

https://api.warframestat.us/weapons/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "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"

}




GET DATA FOR ALL MATCHING WEAPONS

Weapon statistics.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

by
string <utf8>
Default: "name"

Key to search by on the object

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/weapons/search/{query}

Production Server

https://api.warframestat.us/weapons/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "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"
   
   }

]




RIVENS

Proxy data for Digital Extreme's semi-regular Riven Data dumps


GET RIVEN STATISTIC DATA

Data about averages, deviations, medians, miniums, and maxes for all rivens for
the provided platform

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

QUERY PARAMETERS

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/rivens

Production Server

https://api.warframestat.us/{platform}/rivens


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "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
         
         }
      
      }
   
   }

}




GET RIVEN STATISTIC DATA

Data about averages, deviations, medians, miniums, and maxes for rivens whose
name match the query for the provided platform

PATH PARAMETERS

platform
required
string (platform)
Enum: "pc" "ps4" "xb1" "swi"

Platform to provide data for

query
required
string <utf8>

Riven name to search for


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/{platform}/rivens/search/{query}

Production Server

https://api.warframestat.us/{platform}/rivens/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "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
         
         }
      
      }
   
   }

}




STATIC PROCESSING DATA

Direct access via API to the data we use to parse the worldstate


GET ARCANE ENHANCEMENT DATA DEPRECATED

Available Arcane Enhancements


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/arcanes

Production Server

https://api.warframestat.us/arcanes


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "regex": "string",
    * "name": "string",
    * "effect": "string",
    * "rarity": "string",
    * "location": "string",
    * "thumbnail": "string",
    * "info": "string"
   
   }

]




GET CONCLAVE CHALLENGE DATA

Data about conclave challenges


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/conclave

Production Server

https://api.warframestat.us/conclave


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "modes": {
    * "PVPMODE_ALL": {
       * "value": "string"
      
      },
    * "PVPMODE_TEAMDEATHMATCH": {
       * "value": "string"
      
      },
    * "PVPMODE_NONE": {
       * "value": "string"
      
      },
    * "PVPMODE_CAPTURETHEFLAG": {
       * "value": "string"
      
      },
    * "PVPMODE_SPEEDBALL": {
       * "value": "string"
      
      },
    * "PVPMODE_DEATHMATCH": {
       * "value": "string"
      
      }
   
   },
 * "categories": {
    * "PVPChallengeTypeCategory_DAILY_ROOT": {
       * "value": "string"
      
      },
    * "PVPChallengeTypeCategory_DAILY": {
       * "value": "string"
      
      },
    * "PVPChallengeTypeCategory_WEEKLY": {
       * "value": "string"
      
      },
    * "PVPChallengeTypeCategory_WEEKLY_ROOT": {
       * "value": "string"
      
      },
    * "PVPChallengeTypeCategory_MODEAFFECTOR": {
       * "value": "string"
      
      }
   
   }

}




GET EVENT-SPECIFIC DATA

Data about events


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/events

Production Server

https://api.warframestat.us/events


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
{ }




GET FACTION TRANSLATION INFORMATION.

Strings for translating faction identifiers.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/factions

Production Server

https://api.warframestat.us/factions


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "FC_GRINEER": {
    * "value": "string"
   
   },
 * "FC_CORPUS": {
    * "value": "string"
   
   },
 * "FC_INFESTATION": {
    * "value": "string"
   
   },
 * "FC_CORRUPTED": {
    * "value": "string"
   
   },
 * "FC_OROKIN": {
    * "value": "string"
   
   }

}




GET FISSURE MODIFIER TRANSLATION DATA.

Fissure translation identifiers


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/fissureModifiers

Production Server

https://api.warframestat.us/fissureModifiers


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "VoidT1": {
    * "num": 0,
    * "value": "string"
   
   },
 * "VoidT2": {
    * "num": 0,
    * "value": "string"
   
   },
 * "VoidT3": {
    * "num": 0,
    * "value": "string"
   
   },
 * "VoidT4": {
    * "num": 0,
    * "value": "string"
   
   }

}




GET LANGUAGE STRINGS FOR WARFRAME.

Get language strings to assist translation. (Prefer the /languages/search/:query
route)


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/languages

Production Server

https://api.warframestat.us/languages


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "languageKey": {
    * "value": "string"
   
   }

}




FULL LIST OF SUPPORTED LOCALES

Locales supported by the API


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/locales

Production Server

https://api.warframestat.us/locales


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
[
 * "de"

]




GET MISSIONTYPE TRANSLATION KEYS

Mission Type information to aid translating identifiers


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/missionTypes

Production Server

https://api.warframestat.us/missionTypes


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "MT_EXCAVATE": {
    * "value": "string"
   
   },
 * "MT_SABOTAGE": {
    * "value": "string"
   
   },
 * "MT_MOBILE_DEFENSE": {
    * "value": "string"
   
   },
 * "MT_ASSASSINATION": {
    * "value": "string"
   
   },
 * "MT_EXTERMINATION": {
    * "value": "string"
   
   },
 * "MT_HIVE": {
    * "value": "string"
   
   },
 * "MT_DEFENSE": {
    * "value": "string"
   
   },
 * "MT_TERRITORY": {
    * "value": "string"
   
   },
 * "MT_ARENA": {
    * "value": "string"
   
   },
 * "MT_PVP": {
    * "value": "string"
   
   },
 * "MT_RESCUE": {
    * "value": "string"
   
   },
 * "MT_INTEL": {
    * "value": "string"
   
   },
 * "MT_SURVIVAL": {
    * "value": "string"
   
   },
 * "MT_CAPTURE": {
    * "value": "string"
   
   },
 * "MT_SECTOR": {
    * "value": "string"
   
   },
 * "MT_RETRIEVAL": {
    * "value": "string"
   
   },
 * "MT_ASSAULT": {
    * "value": "string"
   
   },
 * "MT_EVACUATION": {
    * "value": "string"
   
   }

}




GET OPERATION TYPES DATA.

Operation Types information to aid translating identifiers for global upgrades


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/operationTypes

Production Server

https://api.warframestat.us/operationTypes


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "MULTIPLY": {
    * "value": "string"
   
   }

}




GET PERSISTENT ENEMY TRANSLATION DATA.

Persistent Enemy translation information for aiding translation of identifiers.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/persistentEnemy

Production Server

https://api.warframestat.us/persistentEnemy


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "region": [
    * "string"
   
   ]

}




GET SOL NODE INFORMATION AND TRANSLATION DATA.

Sol Node translation information for aiding the translation of identifiers.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/solNodes

Production Server

https://api.warframestat.us/solNodes


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "SolKey": {
    * "enemy": "string",
    * "type": "string",
    * "value": "string"
   
   }

}




GET SORTIE TRANSLATION INFORMATION.

Sortie translation information for assisting translation of identifiers.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/sortie

Production Server

https://api.warframestat.us/sortie


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "modifierTypes": {
    * "SORTIE_MODIFIER_IMPACT": "string",
    * "SORTIE_MODIFIER_HAZARD_COLD": "string",
    * "SORTIE_MODIFIER_SECONDARY_ONLY": "string",
    * "SORTIE_MODIFIER_TOXIN": "string",
    * "SORTIE_MODIFIER_ELECTRICITY": "string",
    * "SORTIE_MODIFIER_HAZARD_FOG": "string",
    * "SORTIE_MODIFIER_HAZARD_MAGNETIC": "string",
    * "SORTIE_MODIFIER_ARMOR": "string",
    * "SORTIE_MODIFIER_CORROSIVE": "string",
    * "SORTIE_MODIFIER_VIRAL": "string",
    * "SORTIE_MODIFIER_HAZARD_RADIATION": "string",
    * "SORTIE_MODIFIER_SLASH": "string",
    * "SORTIE_MODIFIER_POISON": "string",
    * "SORTIE_MODIFIER_GAS": "string",
    * "SORTIE_MODIFIER_MAGNETIC": "string",
    * "SORTIE_MODIFIER_FIRE": "string",
    * "SORTIE_MODIFIER_SNIPER_ONLY": "string",
    * "SORTIE_MODIFIER_PUNCTURE": "string",
    * "SORTIE_MODIFIER_EXPLOSION": "string",
    * "SORTIE_MODIFIER_BOW_ONLY": "string",
    * "SORTIE_MODIFIER_RADIATION": "string",
    * "SORTIE_MODIFIER_SHIELDS": "string",
    * "SORTIE_MODIFIER_FREEZE": "string",
    * "SORTIE_MODIFIER_HAZARD_FIRE": "string",
    * "SORTIE_MODIFIER_EXIMUS": "string",
    * "SORTIE_MODIFIER_SHOTGUN_ONLY": "string",
    * "SORTIE_MODIFIER_MELEE_ONLY": "string",
    * "SORTIE_MODIFIER_RIFLE_ONLY": "string",
    * "SORTIE_MODIFIER_HAZARD_ICE": "string",
    * "SORTIE_MODIFIER_LOW_ENERGY": "string"
   
   },
 * "modifierDescriptions": {
    * "SORTIE_MODIFIER_IMPACT": "string",
    * "SORTIE_MODIFIER_HAZARD_COLD": "string",
    * "SORTIE_MODIFIER_SECONDARY_ONLY": "string",
    * "SORTIE_MODIFIER_TOXIN": "string",
    * "SORTIE_MODIFIER_ELECTRICITY": "string",
    * "SORTIE_MODIFIER_HAZARD_FOG": "string",
    * "SORTIE_MODIFIER_HAZARD_MAGNETIC": "string",
    * "SORTIE_MODIFIER_ARMOR": "string",
    * "SORTIE_MODIFIER_CORROSIVE": "string",
    * "SORTIE_MODIFIER_VIRAL": "string",
    * "SORTIE_MODIFIER_HAZARD_RADIATION": "string",
    * "SORTIE_MODIFIER_SLASH": "string",
    * "SORTIE_MODIFIER_POISON": "string",
    * "SORTIE_MODIFIER_GAS": "string",
    * "SORTIE_MODIFIER_MAGNETIC": "string",
    * "SORTIE_MODIFIER_FIRE": "string",
    * "SORTIE_MODIFIER_SNIPER_ONLY": "string",
    * "SORTIE_MODIFIER_PUNCTURE": "string",
    * "SORTIE_MODIFIER_EXPLOSION": "string",
    * "SORTIE_MODIFIER_BOW_ONLY": "string",
    * "SORTIE_MODIFIER_RADIATION": "string",
    * "SORTIE_MODIFIER_SHIELDS": "string",
    * "SORTIE_MODIFIER_FREEZE": "string",
    * "SORTIE_MODIFIER_HAZARD_FIRE": "string",
    * "SORTIE_MODIFIER_EXIMUS": "string",
    * "SORTIE_MODIFIER_SHOTGUN_ONLY": "string",
    * "SORTIE_MODIFIER_MELEE_ONLY": "string",
    * "SORTIE_MODIFIER_RIFLE_ONLY": "string",
    * "SORTIE_MODIFIER_HAZARD_ICE": "string",
    * "SORTIE_MODIFIER_LOW_ENERGY": "string"
   
   },
 * "bosses": {
    * "SORTIE_BOSS_KELA": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_AMBULAS": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_TYL": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_ALAD": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_RUK": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_HYENA": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_KRIL": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_CORRUPTED_VOR": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_INFALAD": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_PHORID": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_JACKAL": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_RAPTOR": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_VOR": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_HEK": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_NEF": {
       * "faction": "string",
       * "name": "string"
      
      },
    * "SORTIE_BOSS_LEPHANTIS": {
       * "faction": "string",
       * "name": "string"
      
      }
   
   },
 * "endStates": [
    * {
       * "regions": [
          * {
             * "missions": [
                * "string"
               
               ],
             * "name": "string"
            
            }
         
         ],
       * "bossName": "string"
      
      }
   
   ],
 * "modifiers": [
    * "string"
   
   ]

}




GET SYNDICATE TRANSLATION DATA.

Information to assist translating syndicate identifiers.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/syndicates

Production Server

https://api.warframestat.us/syndicates


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "ArbitersSyndicate": {
    * "name": "string"
   
   },
 * "CephalonSudaSyndicate": {
    * "name": "string"
   
   },
 * "NewLokaSyndicate": {
    * "name": "string"
   
   },
 * "PerrinSyndicate": {
    * "name": "string"
   
   },
 * "SteelMeridianSyndicate": {
    * "name": "string"
   
   },
 * "RedVeilSyndicate": {
    * "name": "string"
   
   },
 * "CetusSyndicate": {
    * "name": "string"
   
   },
 * "QuillsSyndicate": {
    * "name": "string"
   
   },
 * "AssassinsSyndicate": {
    * "name": "string"
   
   },
 * "EventSyndicate": {
    * "name": "string"
   
   }

}




GET TUTORIALS DATA

Tutorials data from DE


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/tutorials

Production Server

https://api.warframestat.us/tutorials


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "regex": "string",
    * "name": "string",
    * "url": "string"
   
   }

]




GET UPGRADE TYPES DATA FOR GLOBAL UPGRADES.

Upgrade types for what can be changed by global modifiers, such as double credit
weekends.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/upgradeTypes

Production Server

https://api.warframestat.us/upgradeTypes


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "GAMEPLAY_KILL_XP_AMOUNT": {
    * "value": "string"
   
   },
 * "GAMEPLAY_PICKUP_AMOUNT": {
    * "value": "string"
   
   },
 * "GAMEPLAY_MONEY_REWARD_AMOUNT": {
    * "value": "string"
   
   },
 * "GAMEPLAY_MONEY_PICKUP_AMOUNT": {
    * "value": "string"
   
   }

}




WARFRAME-ITEMS


GET ALL ITEM DATA.

Item information.

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/items

Production Server

https://api.warframestat.us/items


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "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"
   
   }

]




GET DATA FOR THE CLOSEST MATCHING SINGLE ITEM

Item information.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

by
string <utf8>
Default: "name"

Key to search by on the object

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/items/{query}

Production Server

https://api.warframestat.us/items/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "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"

}




GET DATA FOR ALL MATCHING ITEMS

Item information, such as name, unique name, type, and image name.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

by
string <utf8>
Default: "name"

Key to search by on the object

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/items/search/{query}

Production Server

https://api.warframestat.us/items/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "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"
   
   }

]




GET ALL MOD DATA.

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/mods

Production Server

https://api.warframestat.us/mods


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "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",
    * "baseDrain": 0,
    * "compatName": "string",
    * "fusionLimit": 0,
    * "levelStats": [
       * {
          * "stats": [
             * "string"
            
            ]
         
         }
      
      ],
    * "polarity": "Vazarin",
    * "transmutable": true
   
   }

]




GET DATA FOR THE CLOSEST MATCHING SINGLE MOD

Mod information.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

by
string <utf8>
Default: "name"

Key to search by on the object

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/mods/{query}

Production Server

https://api.warframestat.us/mods/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "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",
 * "baseDrain": 0,
 * "compatName": "string",
 * "fusionLimit": 0,
 * "levelStats": [
    * {
       * "stats": [
          * "string"
         
         ]
      
      }
   
   ],
 * "polarity": "Vazarin",
 * "transmutable": true

}




GET DATA FOR ALL MATCHING MODS

Mod information, such as name, unique name, type, and image name.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

by
string <utf8>
Default: "name"

Key to search by on the object

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/mods/search/{query}

Production Server

https://api.warframestat.us/mods/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "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",
    * "baseDrain": 0,
    * "compatName": "string",
    * "fusionLimit": 0,
    * "levelStats": [
       * {
          * "stats": [
             * "string"
            
            ]
         
         }
      
      ],
    * "polarity": "Vazarin",
    * "transmutable": true
   
   }

]




GET ALL WARFRAME DATA

Warframe stats and general information.

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/warframes

Production Server

https://api.warframestat.us/warframes


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "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",
    * "shield": 0,
    * "polarities": [
       * "string"
      
      ],
    * "prime_power": "string",
    * "prime_mr": "string",
    * "color": 0,
    * "prime_polarities": [
       * "string"
      
      ],
    * "conclave": true,
    * "prime_armor": 0,
    * "speed": "string",
    * "aura": "string",
    * "prime_url": "string",
    * "prime_health": 0,
    * "power": 0,
    * "prime_aura": "string",
    * "info": "string",
    * "thumbnail": "string",
    * "mr": "string",
    * "prime_shield": 0,
    * "health": 0,
    * "prime_speed": "string",
    * "url": "string",
    * "regex": "string",
    * "armor": 0,
    * "location": "string",
    * "prime_conclave": "string"
   
   }

]




GET DATA FOR THE CLOSEST MATCHING SINGLE ITEM

Mod information.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

by
string <utf8>
Default: "name"

Key to search by on the object

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/warframes/{query}

Production Server

https://api.warframestat.us/warframes/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "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",
 * "shield": 0,
 * "polarities": [
    * "string"
   
   ],
 * "prime_power": "string",
 * "prime_mr": "string",
 * "color": 0,
 * "prime_polarities": [
    * "string"
   
   ],
 * "conclave": true,
 * "prime_armor": 0,
 * "speed": "string",
 * "aura": "string",
 * "prime_url": "string",
 * "prime_health": 0,
 * "power": 0,
 * "prime_aura": "string",
 * "info": "string",
 * "thumbnail": "string",
 * "mr": "string",
 * "prime_shield": 0,
 * "health": 0,
 * "prime_speed": "string",
 * "url": "string",
 * "regex": "string",
 * "armor": 0,
 * "location": "string",
 * "prime_conclave": "string"

}




GET DATA FOR ALL MATCHING WARFRAMES

Warframe stats and general information.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

by
string <utf8>
Default: "name"

Key to search by on the object

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/warframes/search/{query}

Production Server

https://api.warframestat.us/warframes/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "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",
    * "shield": 0,
    * "polarities": [
       * "string"
      
      ],
    * "prime_power": "string",
    * "prime_mr": "string",
    * "color": 0,
    * "prime_polarities": [
       * "string"
      
      ],
    * "conclave": true,
    * "prime_armor": 0,
    * "speed": "string",
    * "aura": "string",
    * "prime_url": "string",
    * "prime_health": 0,
    * "power": 0,
    * "prime_aura": "string",
    * "info": "string",
    * "thumbnail": "string",
    * "mr": "string",
    * "prime_shield": 0,
    * "health": 0,
    * "prime_speed": "string",
    * "url": "string",
    * "regex": "string",
    * "armor": 0,
    * "location": "string",
    * "prime_conclave": "string"
   
   }

]




GET WEAPON DATA AND STATISTICS.

Weapon statistics.

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/weapons

Production Server

https://api.warframestat.us/weapons


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "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"
   
   }

]




GET DATA FOR THE CLOSEST MATCHING SINGLE WEAPON

Mod information.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

by
string <utf8>
Default: "name"

Key to search by on the object

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/weapons/{query}

Production Server

https://api.warframestat.us/weapons/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
{
 * "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"

}




GET DATA FOR ALL MATCHING WEAPONS

Weapon statistics.

PATH PARAMETERS

query
required
string <utf8>

Keyword to search for

QUERY PARAMETERS

only
string <utf8>

Keys to keep on the object. Comma separated for multiple

remove
string <utf8>

Keys to remove on the object. Comma separated for multiple

by
string <utf8>
Default: "name"

Key to search by on the object

language
required
string (language)
Default: "en"
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. With Caching, this has become required if you want your
reply to always match your request.

HEADER PARAMETERS

Accept-Language
string (language)
Deprecated
Default: en
Enum: "de" "es" "fr" "it" "ko" "pl" "pt" "ru" "zh" "en" "uk"

Language to retrieve. Doesn't always work with caching. See Language query
string parameter.


RESPONSES

200

successful operation

400

An error occurred

500

An error occurred

get/weapons/search/{query}

Production Server

https://api.warframestat.us/weapons/search/{query}


RESPONSE SAMPLES

 * 200
 * 400
 * 500

Content type
application/json
Copy
Expand all Collapse all
[
 * {
    * "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"
   
   }

]