Introduction

Getting started with the Overwatch Hero API

API Introduction

The Overwatch Hero API provides a RESTful interface to access data about heroes, items, and powers from the custom "Stadium" game mode.

Base URL

All API endpoints are prefixed with /api.

https://overwatch-hero-api.pages.dev/api

Response Format

All responses are returned as JSON.

CORS

Cross-Origin Resource Sharing (CORS) is enabled for all origins (*), allowing you to use this API directly from frontend applications.

Rate Limiting

There are currently no strict rate limits, but please be respectful of the service.