
This is a WoW armory parser, I made it today, feel free to use, it, please make comments, if many people get interested in it i will work more on expanding the api and features.
The AWP (Animaonline WoW Parser) features simple to use API
example:
Animaonline.WorldOfWarcraft.CharacterSheet CharacterSheet = new Animaonline.WorldOfWarcraft.CharacterSheet();
levelLabel.Text = "Level: " + CharacterSheet.level.ToString();
And that's it!
Download it here