Trying to play nice with the API, I send a "If-Modified-Since" header with my requests. I expect a 304 response saying the data has not been modified. Instead I get a 200 and it still returns json data.
This is with the Item data API. I've been testing with 2776 (Gold ore)
Does this still count against the daily limit since its returning data, or does it count as being good because I sent a "If-Modified-Since" header?
|
I found an extra undocumented field on the tooltipParams called 'tinker'
Seems to be engineering tinker effect "back":{ "id":70555, "name":"Vicious Gladiator's D#%@% of Diffusion", "icon":"inv_misc_cape_16", "quality":4, "tooltipParams":{ "enchant":4096, "tinker":3605 } }, http://db.mmo-champion.com/e/3605 tinker 3605 is: "Reduce your falling speed for 30 seconds" http://db.mmo-champion.com/e/4096 +50 intellect Any plans on exposing an API to look up these id's? Or include the text in the json? I know the text shows up on the armory page for characters |
The old wowarmory supported search and filtering results. Such as finding a toon by name on a server, or items with better stats.
The new API seems to only support direct lookups. You need to know exactly what you want to get a result. Is there any plan for adding search, since old wowarmory is going away soon(ish)? |