Glyph.7805:

https://wiki.guildwars2.com/wiki/API:2/pvp/stats

Here it says for example:


"professions": {
    "elementalist": {

What were to happen if I had two elementalists professions?
e.g. 2 seperate characters.

Would it “union” both characters stats into a single response? or make two separate responses? From what i’ve tested it does union them, but i’de like to make sure since my character was only level 1, the other being 80. (if it matters)

On another note; there should be a limited input on the topic title. Counting out each character is rather tedious.

An Error Prevented Saving:
Topic Title is too long (maximum is 45 characters)



input id="newtopic_name" name="newtopic[name]" size="30" tabindex="1" type="text" maxlength="45"/

Not trying to step on toes or anything

Lawton Campbell.8517:

It’s the union — the data for the PvP stats endpoint is coming from a component that handles MMR bits, so it’s all aggregated (e.g. to prevent smurfing). There isn’t currently a way to get per-character PvP data — one way in the future will probably to be to pull the match history and aggregate it yourself, but the match history endpoint doesn’t currently have the character names. It’s something I’d like to see in the future but it’s still a ways out.

The topic title has bitten me a bunch of times too