BETADeveloper API

This portal is still in testing and may change before full release. Testers welcome!

Developer API

Build on WowCoach

Create Discord bots, overlays, analytics tools, and more with the WowCoach REST API. Access fight data, player stats, coaching insights, and combat events.

How it works

1

Create Account

Sign up for a free WowCoach account. API keys and OAuth app registration are free for all users.

2

Create API Key

Generate an API key with the scopes you need from the developer portal.

3

Start Building

Use our RESTful API with full documentation and example requests. A subscription is required to access your data.

Getting Started

curl

curl -H "X-WowCoach-Api-Key: wc_live_abc123..." \
  https://api.wowcoach.gg/api/v1/reports/{reportId}

JavaScript

const res = await fetch(
  "https://api.wowcoach.gg/api/v1/reports/{id}",
  { headers: { "X-WowCoach-Api-Key": key } }
);
const { data } = await res.json();

What you can build

Discord Bots

Auto-post fight summaries, track M+ keys, show coaching tips in your server.

Overlay Apps

Post-fight summaries, real-time key tracking, and performance dashboards.

Spreadsheet Tools

CSV export, attendance tracking, rotation analysis for raid teams.

Guild Management

Performance dashboards, recruitment tools, and progression tracking.

API keys and OAuth apps are free to create. A subscription is required to access your data. Non-commercial use only without written approval. All usage follows our Terms of Service.