Get Rune By ID
GET/origins/v2/community/runes/:rune
Get rune information for a single rune by ID
Request
Path Parameters
rune stringrequired
Unique string that identifies a rune.
Example: rune_aquatic_2001_s0
Responses
- 200
OK
Response Headers
Date
string
Content-Type
string
Transfer-Encoding
string
Connection
string
Etag
string
Strict-Transport-Security
string
- application/json
- Schema
- Example (from schema)
- Example
Schema
object
{}
{
"id": "rune_aquatic_2001_s0",
"rune": "aquatic_2001_s0",
"class": "Aquatic",
"craftable": false,
"weight": 0,
"hp": 0,
"hpPct": 0,
"updatedAt": 1663127051,
"item": {
"id": "rune_aquatic_2001_s0",
"displayOrder": 10620011,
"category": "Special",
"rarity": "Rare",
"description": "At the beginning of your turn, gain Shield equal to 4% of max HP.",
"name": "Calcium Armor",
"maxCopies": -1,
"tokenStandard": "",
"tokenAddress": "",
"tokenId": "",
"imageUrl": "https://storage.googleapis.com/origin-production/assets/item/rune_aquatic_defensive_1.png",
"updatedAt": 1663127051
},
"season": {
"id": 1,
"name": "Season 0"
},
"_etag": "937a83767474912da821cf94db3a8981"
}
Loading...
Was this helpful?
Happy React is loading...