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 !