- 世界状态
- 获取 扎里曼数据GET
- 获取 Warframe世界状态的全部内容GET
- 获取 警报数据GET
- [不稳定] 获取 仲裁数据GET
- 获取 执政官狩猎数据GET
- 获取 魔胎之境数据GET
- 获取 夜灵平野数据GET
- 获取 武形秘仪挑战数据GET
- 获取 巨人战舰/利刃豺狼的建造状态GET
- 获取Darvo的打折商品GET
- 获取 地球昼夜循环进度GET
- 获取 活动事件数据GET
- 获取 虚空裂缝数据GET
- 获取 商城热门商品GET
- 全区加成信息GET
- 获取 入侵任务数据GET
- [不稳定] 获取赤毒任务列表GET
- 获取 当前新闻列表GET
- 获取 电波数据GET
- Get Persistent Enemy DataGET
- Get Riven statistic dataGET
- Get Riven statistic dataGET
- 获取 Sentient异常数据GET
- 获取 Simaris发布的结合目标GET
- 获取 突击数据GET
- 获取 每周钢铁之路可兑换的奖励数据GET
- 获取 集团任务数据GET
- 获取 生成当前世界状态的时间。GET
- 获取 奥布山谷轮换数据GET
- 获取 虚空商人数据GET
- Static Processing Data
- Get conclave challenge data
- Get Event-specific Data
- Get Faction translation information.
- Get Fissure Modifier translation data.
- Get Language strings for Warframe.
- Full list of supported locales
- Get MissionType Translation Keys
- Get operation types data.
- Get Persistent Enemy translation data.
- Get Sol Node information and translation data.
- Get Sortie translation information.
- Get Syndicate translation data.
- Get Tutorials Data
- Get upgrade types data for global upgrades.
- Searchable
- Get conclave challenge data based on the queryGET
- Get Warframe Drops dataGET
- Get Event-specific Data based on the queryGET
- Get Faction translation information based on the query.GET
- Get Fissure Modifier translation data based on the query.GET
- Get data for the closest matching single itemGET
- Get data for all matching itemsGET
- Get Language strings for Warframe based on the query.GET
- Get MissionType Translation Keys based on the queryGET
- Get data for the closest matching single modGET
- Get data for all matching modsGET
- Get operation types data based on the query.GET
- Get Persistent Enemy translation data based on the query.GET
- Get Sol Node information and translation data based on the query.GET
- Get Sortie translation information based on the query.GET
- Get Syndicate translation data based on the query.GET
- Get Tutorials Data based on the queryGET
- Get upgrade types data for global upgrades based on the query.GET
- Get data for all matching WarframesGET
- Get data for all matching weaponsGET
- warframe-items
Get data for the closest matching single item
GET
https://api.warframestat.us/items/{query}
Searchablewarframe-items
请求参数
Path 参数
query
string
要搜索的关键字
Query 参数
only
string
可选
remove
string
可选
by
string
在对象上搜索的键
language
string
必需
默认值:
{{language}}
Header 参数
Accept-Language
string
可选
默认值:
{{platform}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.warframestat.us/items/?only&remove&by&language=' \
--header 'Accept-Language: pc'
返回响应
🟢200successful operation
application/json
Body
name
string
可选
uniqueName
string
可选
description
string
可选
type
string
可选
tradable
boolean
可选
category
string
可选
productCategory
string
可选
patchlogs
array[object (patchlog) {6}]
可选
name
string
可选
date
string <date-time>
可选
url
string
可选
additions
string
可选
changes
string
可选
fixes
string
可选
components
array[object (shallowItem) {7}]
可选
name
string
可选
uniqueName
string
可选
description
string
可选
type
string
可选
tradable
boolean
可选
category
string
可选
productCategory
string
可选
introduced
object
introduced
name
string
可选
url
string
可选
aliases
array[string]
可选
parent
string
可选
date
string <date>
可选
estimatedVaultDate
string <date>
可选
示例
{
"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": [
{}
],
"introduced": {
"name": "string",
"url": "string",
"aliases": [
"string"
],
"parent": "string",
"date": "2019-08-24"
},
"estimatedVaultDate": "2019-08-24"
}
🟠400400
🔴500500
修改于 2024-01-25 14:43:00