Introduction

The Athena API provides a RESTful interface to access data about heroes, items, powers, and player statistics.

Base URL

All API endpoints are prefixed with /api.

https://athena-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.