WoWCenter.pl
wikass zabił Mythrax the Unraveler (Normal Uldir) po raz 2.     
kuturin zdobył 7th Legionnaire's Cuffs.     
Nikandra spełnił kryterium Loot 200,000 gold osiągnięcia Got My Mind On My Money.     
Tooly zdobył Fairweather Helm.     
Muattin zdobył osiągnięcie The Dirty Five.     
Yoozku zdobył Parrotfeather Cloak.     
Mlody89 zdobył Royal Apothecary Drape.     
Weakness zabił Dazar, The First King (Mythic King's Rest) po raz 6.     
liq spełnił kryterium osiągnięcia Saving for a Rainy Day.     
Osiol spełnił kryterium osiągnięcia Saving for a Rainy Day.     
Wuntu zabił Zek'voz, Herald of N'zoth (Heroic Uldir) po raz 1.     
Olsa zabił Vectis (Heroic Uldir) po raz 6.     
Sarenus spełnił kryterium osiągnięcia Saving for a Rainy Day.     
kajtasus zdobył osiągnięcie Come Sail Away.     
ossir spełnił kryterium osiągnięcia Saving for a Rainy Day.     
mcpablo spełnił kryterium Alliance players slain. osiągnięcia Frontline Slayer.     
Emmm zabił Taloc (Heroic Uldir) po raz 17.     
AsaGorth spełnił kryterium Big-Mouth Clam osiągnięcia The Oceanographer.     

Femor

If-Modified-Since still returns data” wysłany:
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?
item tooltipParams Tinker id” wysłany:
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
Support for searches” wysłany:
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)?