Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Card ID |
| collectible | integer | Whether the card is collectible (1=yes) |
| slug | string | Card slug |
| classId | integer | Class ID |
| multiClassIds | array | Multi-class IDs |
| cardTypeId | integer | Card type ID |
| cardSetId | integer | Card set ID |
| rarityId | integer | Rarity ID |
| artistName | string | Artist name |
| health | integer | Card health |
| attack | integer | Card attack |
| manaCost | integer | Mana cost |
| name | string | Card name |
| text | string | Card text |
| image | string | Card image URL |
| imageGold | string | Gold card image URL |
| flavorText | string | Card flavor text |
| cropImage | string | Cropped card image URL |
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-hearthstone-card-schema.json",
"title": "HearthstoneCard",
"description": "A Hearthstone card",
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "Card ID",
"example": 1234
},
"collectible": {
"type": "integer",
"description": "Whether the card is collectible (1=yes)",
"example": 1
},
"slug": {
"type": "string",
"description": "Card slug",
"example": "ragnaros-the-firelord"
},
"classId": {
"type": "integer",
"description": "Class ID",
"example": 1
},
"multiClassIds": {
"type": "array",
"items": {
"type": "integer"
},
"description": "Multi-class IDs"
},
"cardTypeId": {
"type": "integer",
"description": "Card type ID",
"example": 4
},
"cardSetId": {
"type": "integer",
"description": "Card set ID",
"example": 2
},
"rarityId": {
"type": "integer",
"description": "Rarity ID",
"example": 5
},
"artistName": {
"type": "string",
"description": "Artist name",
"example": "Alex Horley"
},
"health": {
"type": "integer",
"description": "Card health",
"example": 8
},
"attack": {
"type": "integer",
"description": "Card attack",
"example": 8
},
"manaCost": {
"type": "integer",
"description": "Mana cost",
"example": 8
},
"name": {
"type": "string",
"description": "Card name",
"example": "Ragnaros the Firelord"
},
"text": {
"type": "string",
"description": "Card text"
},
"image": {
"type": "string",
"format": "uri",
"description": "Card image URL"
},
"imageGold": {
"type": "string",
"format": "uri",
"description": "Gold card image URL"
},
"flavorText": {
"type": "string",
"description": "Card flavor text"
},
"cropImage": {
"type": "string",
"format": "uri",
"description": "Cropped card image URL"
}
}
}
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-hearthstone-card"
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.