Swagger.1459:

Where is the personal damage meter API?

Edit- any combo personal/pet damage meters floating around as well?

Tanis.5134:

ArenaNet is working on bringing OAuth2 to the APIs, which would allow us to get information such as this.

About a month ago, the OAuth2 implementation was “basically complete”, but the APIs that go with it were not (see here).

No information has been provided on what information will be coming with OAuth, but you definitely won’t be getting player health information until then.

Swagger.1459:

thanks for the response!

rodadams.5963:

While OAuth2 is coming (someday….), I have no idea where on the list of things to put out would be the ability to echo the combat log. That seems like such a different beast, and not really a good fit for the OAuth2 API model.

Things that seem a much better fit:
- Character List, with basic stats (level, skl pts, crafting levels)
- Other forms of Character Progress (zone completion, skill unlocks, etc)
- Inventory listings (Equipped, Character Bags, Personal Bank)
- TP Buy/Sell order status.

All of these are things which change rarely, and can be ‘pulled’ for the current values, and it holds relevance.

A DPS meter, however, would require pulling the combat log (which is still missing many things), and then computing it. For what people would want it for, that would mean making a hit to thier web API basically every second.

Healix.5819:

The combat log would never be a part of the API since it would be very inefficient and a waste of resources. They could push the data to you in real time as an always connected data stream, but even then it would be redundant since that data is already sent to your client.

If they were going to allow DPS meters, they would simply allow writing the combat log to a text file. The combat log would have to be improved first though, which is something I doubt will ever happen.