Battle.net vs Mojang
Both are solid Games & Comics APIs. Choose based on your specific requirements.
Battle.net
Diablo III, Hearthstone, StarCraft II and World of Warcraft game data APIs
Battle.net
- HTTPS supported
- CORS enabled for frontend use
- Requires OAuth setup
Mojang
- Simple API key authentication
- HTTPS supported
| Feature | Battle.net | Mojang |
|---|---|---|
| Authentication | OAuth | apiKey |
| HTTPS | Yes | Yes |
| CORS | Yes | Unknown |
When to use which?
Battle.net works directly from the browser with CORS enabled, making it better for frontend-only apps.