Character Professions API

Hi,
unfortunately, this endpoint only responds in English, regardless of which localization you specify.

Here’s an example.

https://eu.api.blizzard.com/profile/wow/character/thrall/t%C3%A1ur%C3%B2s/professions?namespace=profile-eu&locale=de_DE&access_token=<TOKEN>
"primaries": [
    {
      "profession": {
        "key": {
          "href": "https://eu.api.blizzard.com/data/wow/profession/164?namespace=static-9.0.1_36072-eu"
        },
        "name": "Blacksmithing",
        "id": 164
      },
      "tiers": [
        {
          "skill_points": 175,
          "max_skill_points": 175,
          "tier": {
            "name": "Zandalari Blacksmithing",
            "id": 2437
          },

Please edit your post ASAP to remove the access_token. You are in violation of the API terms of use by sharing your token.

As a workaround for now you can get all locales for all recipes by consuming this endpoint:

https://us.api.blizzard.com/data/wow/profession/164/skill-tier/2477?namespace=static-us&locale=en_US&access_token=<TOKEN>
2 Likes

Hi Tauros,

In order to better control response size, the professions document does not currently include localization for each recipe. As Schiller suggested, those localizations can be fetched from the individual recipe document.

Additionally, please do take care not to share Access Tokens or other sensistive authorization crednetials here on the forums. Thanks :slight_smile:.

1 Like