Skip to main content

V1.44 Update - 1st October 2024

Leagues & Seasons​

AFLW 2021​

This update adds the 2021 season of AFLW to the API, accessible via league id 3 and season id 2021 to user accounts with an AFLW license.

Metrics​

Ranking Points​

This update adds the Ranking Points metric. This is available at both Player- and Squad-level.

MetricDetailsAvailability
RANKING_POINTS
Ranking Points
The Official Champion Data AFL Rankings system was established in 1999 and has been developed into a robust and comprehensive system for objectively measuring player performance through the use of statistical measures. The rankings are geared to reward the winning factors of a game of AFL football. They are used as the scoring measure in the Herald-Sun SuperCoach fantasy game.AFL Premiership; AFLW

Expected Goal​

This update adds the Expected Goal metric, which returns the total goals expected from shots taken. This is available at both Player- and Squad-level.

note

Expected Goal is only available for AFL Premiership matches. AFLW matches are not supported.

MetricDetailsAvailability
GOAL_EXPECTED
Expected Goal
Total goals expected from a given shot (based on location, pressure, sidedness). At a transaction level this will show expected accuracy and when summed will show the expected goal.AFL Premiership

Secondary Stoppage metric - Out On Full Kicks​

This update changes the calculation for the STOPPAGE_SECONDARY metric so it includes stoppage chains that end on an Out on Full Kick. They were previously excluded in error.

Time in Zone metric - Marks Dropped​

This update changes the calculation for the TIME_IN_ZONE metric so it includes Mark Dropped transactions. They were previously excluded in error.

Endpoints​

Chains endpoint - turnover transaction id​

This update improves the chains endpoint so if a chain ended in a turnover, the transaction responsible for the turnover is now explicitly identified by its trx id (called "turnoverTrxId"). This means the transaction can be looked up via the transactions endpoint for more information such as its xy location.