Hearthstone API Example (Traditional Chinese zh-TW) - http://github.com/jamsyoung/hearthstone-api
$ curl -sS "https://api-2445581159321.apicast.io:443/rest/api/latest/zhTW/card/id/PRO_001?user_key=[YOUR_API_KEY]" | jq '.'
[
{
"_id": "550610beb00293a937619210",
"version": 2,
"CardID": "PRO_001",
"__v": 0,
"Tag": {
"CardName": "精英牛頭大佬",
"CardSet": 11,
"Rarity": 5,
"CardType": 4,
"Cost": 5,
"Atk": 5,
"Health": 5,
"CardTextInHand": "<b>戰吼:</b>賦予雙方玩家搖滾的能力!(一張強力和弦卡)",
"HowToGetThisGoldCard": "參加BlizzCon 2013的獎勵",
"EnchantmentBirthVisual": 0,
"EnchantmentIdleVisual": 0,
"Collectible": true,
"ArtistName": "Samwise Didier",
"Elite": true,
"FlavorText": "他正在找鼓手。目前應徵的人有:見習工程師、森金禦盾大師和『炎魔』拉格納羅斯。",
"Battlecry": true
}
}
]