Can I get battle.net player data in my web app via API? I am particularly interested in who is online! Thanks!
Asked
Active
Viewed 1,358 times
1 Answers
0
Looking at the WoW Character Profile API at https://dev.battle.net/io-docs, the only call that might return whether someone is online is FEED, which returns "The activity feed of the character." I suspect this does not return the online status, but cannot confirm as I don't have an API key.

Bill
- 14,257
- 4
- 43
- 55