If I call var %titles = $json(%url,titles) on https://eu.battle.net/api/wow/character/stormscale/bookmark?fields=pvp,titles shouldn't that return the value(amount) of the list "titles"? I get this to 41 lines.

Code:
"titles":[
{"id":28,"name":"High Warlord %s"},
{"id":44,"name":"Rival %s"},
{"id":45,"name":"Challenger %s"},
{"id":47,"name":"Conqueror %s"},
{"id":63,"name":"%s of the Shattered Sun"},
{"id":78,"name":"%s the Explorer"},
{"id":79,"name":"%s the Diplomat"},
{"id":82,"name":"Arena Master %s"},
{"id":121,"name":"Twilight Vanquisher %s"},
{"id":124,"name":"%s the Hallowed"},
{"id":127,"name":"%s of the Horde"},
{"id":129,"name":"%s, Champion of the Frozen Wastes"},
{"id":130,"name":"Ambassador %s"},
{"id":140,"name":"%s of the Nightfall"},
{"id":143,"name":"%s Jenkins"},
{"id":155,"name":"%s the Noble"},
{"id":172,"name":"%s the Patient"},
{"id":173,"name":"%s the Light of Dawn"},
{"id":175,"name":"%s the Kingslayer"},
{"id":176,"name":"%s of the Ashen Verdict"},
{"id":259,"name":"Warbringer %s"},
{"id":194,"name":"%s, Veteran of the Horde"},
{"id":209,"name":"Scout %s"},{"id":210,"name":"Grunt %s"},
{"id":211,"name":"Sergeant %s"},
{"id":212,"name":"Senior Sergeant %s"},
{"id":213,"name":"First Sergeant %s"},
{"id":214,"name":"Stone Guard %s"},
{"id":215,"name":"Blood Guard %s"},
{"id":216,"name":"Legionnaire %s"},
{"id":217,"name":"Centurion %s"},
{"id":218,"name":"Champion %s"},
{"id":219,"name":"Lieutenant General %s"},
{"id":220,"name":"General %s"},
{"id":221,"name":"Warlord %s"},
{"id":222,"name":"High Warlord %s"},
{"id":224,"name":"%s, Hero of the Horde","selected":true},
{"id":225,"name":"%s, the Bloodthirsty"},
{"id":227,"name":"%s, Defender of a Shattered World"},
{"id":287,"name":"%s, Destroyer's End"},
{"id":314,"name":"%s the Undaunted"},
{"id":333,"name":"Brawler %s"}],


I'm not sure why it returns the value "48835248".

Edit: So just learned that this number is continuously increasing - now it's "49170944", and higher every time I check it. confused

If anyone have some clarity on this I'd appreciate it.

Last edited by lindenkron; 24/11/13 01:35 PM.