Guild Crest Emblem Media image urls are broken

When retrieving Guild Crest Emblem Media, the image url provided is redirecting to worldofwarcraft.com

Here’s an example URL:
https://us.battle.net/wow/static/images/guild/tabards/emblem_168.png

I’m guessing this is actually supposed to be somewhere on render-us.worldofwarcraft.com like the rest of the media endpoints?

Provided by the following request:

GET https://us.api.blizzard.com/data/wow/media/guild-crest/emblem/168?namespace=static-us&locale=en_US
{
  "_links": {
    "self": {
      "href": "https://us.api.blizzard.com/data/wow/media/guild-crest/emblem/168?namespace=static-8.2.5_31884-us"
    }
  },
  "assets": [
    {
      "key": "image",
      "value": "https://us.battle.net/wow/static/images/guild/tabards/emblem_168.png"
    }
  ]
}

Edit: This is also happening with Guild Crest Border Media:
https://us.battle.net/wow/static/images/guild/tabards/border_04.png

1 Like

I’m seeing the same problem.

This is now fixed in patch 8.3 statics.

https://us.api.blizzard.com/data/wow/media/guild-crest/emblem/168?namespace=static-8.3.0_32861-us

Thanks for the report!