The Overwatch Hero API provides a RESTful interface to access data about heroes, items, and powers from the custom "Stadium" game mode.
All API endpoints are prefixed with /api.
https://overwatch-hero-api.pages.dev/api
All responses are returned as JSON.
Cross-Origin Resource Sharing (CORS) is enabled for all origins (*), allowing you to use this API directly from frontend applications.
There are currently no strict rate limits, but please be respectful of the service.