Hello I’ve been wanting make a simple app using the OW API, but I wasn’t lucky to find one form the blizz dev one, is blizz planning to make one official API?
I am just a huge OW fan, so i wanted to make some app as a hobby to be honest.
Thanks in advance!
There are only unofficial APIs for OW at the moment unfortunately…
Hi,
I might be a little bit late but OW has nice API to work with (I digged this out from official OWL pages). Endpoints are following:
host: api[dot]overwatchleague[dot]com or api[dot]overwatchcontenders[dot]com
endpoints:
/schedule
/matches
/matches/:matchID
/teams
/teams/:TeamID
/players
/players?expand=stats
/standings
there may be more of them, but for my project, these are enough.