0

Can I get battle.net player data in my web app via API? I am particularly interested in who is online! Thanks!

user3221449
  • 71
  • 2
  • 10

1 Answers1

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