Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Item ID |
| name | string | Item name |
| quality | object | Item quality (Common, Rare, Epic, etc.) |
| level | integer | Item level |
| item_class | object | Item class |
| item_subclass | object | Item subclass |
| inventory_type | object | Inventory type |
| purchase_price | integer | Purchase price in copper |
| sell_price | integer | Sell price in copper |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/activision-blizzard/refs/heads/main/json-schema/activision-blizzard-wo-w-item-schema.json",
"title": "WoWItem",
"description": "A World of Warcraft item",
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "Item ID",
"example": 19019
},
"name": {
"type": "string",
"description": "Item name",
"example": "Thunderfury, Blessed Blade of the Windseeker"
},
"quality": {
"type": "object",
"description": "Item quality (Common, Rare, Epic, etc.)"
},
"level": {
"type": "integer",
"description": "Item level",
"example": 80
},
"item_class": {
"type": "object",
"description": "Item class"
},
"item_subclass": {
"type": "object",
"description": "Item subclass"
},
"inventory_type": {
"type": "object",
"description": "Inventory type"
},
"purchase_price": {
"type": "integer",
"description": "Purchase price in copper"
},
"sell_price": {
"type": "integer",
"description": "Sell price in copper"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/activision-blizzard-wo-w-item"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.