AE LEAGUE

Embed the league widgets for your clan site

Three iframes that drop into any page: the table, the next fixtures and live scores. Dark ground, no header, links open the league in the top window.

League table

The season table, top nine by default. Add ?n=12 for more rows.

<iframe src="https://wardogsarena.com/embed/table" width="100%" height="380" style="border:0;background:transparent" loading="lazy" title="AE League league table"></iframe>

Next fixtures

The next five matches with sides, server and kickoff in US Eastern.

<iframe src="https://wardogsarena.com/embed/next" width="100%" height="380" style="border:0;background:transparent" loading="lazy" title="AE League next fixtures"></iframe>

Live scores

Every match on the servers right now, refreshed every five seconds. Shows the doors-open time between nights.

<iframe src="https://wardogsarena.com/embed/live" width="100%" height="300" style="border:0;background:transparent" loading="lazy" title="AE League live scores"></iframe>

Notes

Widgets are served with frame-ancestors * so any site can frame them. They read the same JSON as the site itself; if you would rather build your own, the read-only API is at /api/v1/standings, /api/v1/fixtures and /api/v1/live, CORS open for GET.