Professions API - World of warcraft, shadowlands is incomplete

Hi there,

Initial post is here.

It seems that the Profession API - " /data/wow/recipe/{recipeId} " is not reliable for now. Few Recipes ID not working below :

42454
42446
42450

Options of my requests are region=eu, namespace=static-eu and locale=en_US.

I hope fixing this problem is not requiring too much work. My thanks to any dude willing to spend time on this problem @Blizzard !

Hi Spazz,

Which host are you using?

From my testing, this data is returned when using the eu.battle.net host.

https://eu.api.blizzard.com/data/wow/recipe/42450?namespace=static-eu&locale=en_US&access_token=

For reference, the namespaces have a regional affinity, so static-eu is only available from the eu.battle.net hosts.

Hi Maguthul,

Thanks for the answer ! Yup, I’m using the same host. The data is returned but is not complete.

Response below.

{
  "_links": {
    "self": {
      "href": "https://eu.api.blizzard.com/data/wow/recipe/42450?namespace=static-9.0.2_36532-eu"
    }
  },
  "id": 42450,
  "name": "Cinnamon Bonefish Stew",
  "media": {
    "key": {
      "href": "https://eu.api.blizzard.com/data/wow/media/recipe/42450?namespace=static-9.0.2_36532-eu"
    },
    "id": 42450
  },
  "crafted_item": {
    "key": {
      "href": "https://eu.api.blizzard.com/data/wow/item/172044?namespace=static-9.0.2_36532-eu"
    },
    "name": "Cinnamon Bonefish Stew",
    "id": 172044
  },
  "reagents": [
    {
      "reagent": {
        "key": {
          "href": "https://eu.api.blizzard.com/data/wow/item/173035?namespace=static-9.0.2_36532-eu"
        },
        "name": "Pocked Bonefish",
        "id": 173035
      },
      "quantity": 3
    }
  ],
  "rank": 1,
  "crafted_quantity": {
    "value": 3
  }
}

The “reagents” field is incomplete, some are missing :

  • 1x [Medley of Transplanar Spices]
  • 1x [Smuggled Azerothian Produce]
  • 1x [Lusterwheat Flour]

It seems that only the reagents sold by NPCs are missing (at least, for the recipes ID given in OP).

Thanks for your time !