Hearthstone Game Data API is not updated

Dr. Boom, Mad Genius’s mana cost is nerfed from 7 to 9, but Hearthstone Game Data API still shows that that card’s mana cost is 7. That card was nerfed at August 26, but today is August 30.

Conjurer’s Calling’s mana cost is still 3, Luna’s Pock Galaxy’s mana cost is still 5, Extra arms’s mana cost is still 2, and Barnes’ mana cost is still 4. Nothing is changed in 4 days. API should be update immediately.

I thought Blizzard game API would be updated automatically, or be managed by Hearthstone development team carefully. But it wasn’t. I was disappointed to see that the Official API was not properly managed.

{
“id”: 48146,
“collectible”: 1,
“slug”: “48146-dr-boom-mad-genius”,
“classId”: 10,
“cardTypeId”: 3,
“cardSetId”: 1127,
“rarityId”: 5,
“artistName”: “Matt Dixon”,
“health”: 30,
“manaCost”: 9,
“armor”: 7,
“name”: “Dr. Boom, Mad Genius”,
“text”: “Battlecry: For the rest of the game, your Mechs have Rush.”,
“image”: “https://d15f34w2p8l1cc.cloudfront.net/hearthstone/4315158679dc7bee9ef2101699caf6cfae33fa1a60993b376490b43e22cbb9f4.png”,
“flavorText”: “"Of course I’ve gone mad with power. Ever try going mad without it?"”,
“childIds”: [
48145,
49364,
49365,
49366,
49367,
49370,
49591,
49590
],

looks like its up to date to me

I found that this is “region” problem. US region seems up-to-date, but other region is not updated.

It seems that they forgot to update All region game data.

EU region Data
{
“id”: 48146,
“collectible”: 1,
“slug”: “48146-dr-boom-mad-genius”,
“classId”: 10,
“cardTypeId”: 3,
“cardSetId”: 1127,
“rarityId”: 5,
“artistName”: “Matt Dixon”,
“health”: 30,
“manaCost”: 7,
“armor”: 7,
“name”: “Dr. Boom, Mad Genius”,
“text”: “Battlecry: For the rest of the game, your Mechs have Rush.”,
“flavorText”: ““Of course I’ve gone mad with power. Ever try going mad without it?””,
“childIds”: [
48145,
49364,
49365,
49366,
49367,
49370
],
“keywordIds”: [
8,
53
]
}

KR region Data
{
“id”: 48146,
“collectible”: 1,
“slug”: “48146-dr-boom-mad-genius”,
“classId”: 10,
“cardTypeId”: 3,
“cardSetId”: 1127,
“rarityId”: 5,
“artistName”: “Matt Dixon”,
“health”: 30,
“manaCost”: 7,
“armor”: 7,
“name”: “Dr. Boom, Mad Genius”,
“text”: “Battlecry: For the rest of the game, your Mechs have Rush.”,
“flavorText”: ““Of course I’ve gone mad with power. Ever try going mad without it?””,
“childIds”: [
48145,
49364,
49365,
49366,
49367,
49370
],
“keywordIds”: [
8,
53
]
}

TW region Data
{
“id”: 48146,
“collectible”: 1,
“slug”: “48146-dr-boom-mad-genius”,
“classId”: 10,
“cardTypeId”: 3,
“cardSetId”: 1127,
“rarityId”: 5,
“artistName”: “Matt Dixon”,
“health”: 30,
“manaCost”: 7,
“armor”: 7,
“name”: “Dr. Boom, Mad Genius”,
“text”: “Battlecry: For the rest of the game, your Mechs have Rush.”,
“flavorText”: ““Of course I’ve gone mad with power. Ever try going mad without it?””,
“childIds”: [
48145,
49364,
49365,
49366,
49367,
49370
],
“keywordIds”: [
8,
53
]
}