Back to catalog
🎮

Battle.net

OAuth

Diablo III, Hearthstone, StarCraft II and World of Warcraft game data APIs

🎮Games & ComicsHTTPSCORS enabled

Thrallmor — Tichondrius

Battle.net — World of Warcraft

ClassShaman
RaceOrc
Level80
Achievement Points18,420
Equipped Item Level623

Sample Response

response.json
1{
2 "name": "Thrallmor",
3 "realm": "Tichondrius",
4 "class": "Shaman",
5 "race": "Orc",
6 "level": 80,
7 "achievement_points": 18420,
8 "equipped_item_level": 623,
9 "active_spec": "Enhancement",
10 "faction": "Horde"
11}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://develop.battle.net/documentation/guides/getting-started" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs