Tournament API

aomstats provides a public, read-only API for esports tournament data — the same data that powers the esports section. All endpoints respond to GET requests with JSON and require no authentication. On errors, every endpoint returns a JSON body of the shape {"error": "..."} with an appropriate HTTP status code.

All requests are made against the base URL https://aomstats.io. Tournament data changes only when new results are entered, so please cache responses and be considerate with request volume.

Looking for ranked ladder data instead? See the database dumps page.