Skip to main content

V1.18 Update - 22nd August 2023

Match Statistics Endpoint - Metric Filter​

This update adds the ability to filter both Match Squad and Match Player Stats endpoints to a set of specified metric codes. The endpoint response returns only the specified metrics and as a result does so considerably faster than returning the entire set of metrics for the match.

Note that this filter is optional – you can continue to use these endpoints to retrieve all available metrics by omitting the metric filter altogether.

Example request
GET https://api.afl.championdata.io/v1/matches/216085122/statistics/squads?metric=TACKLE&metric=KICK&metric=HANDBALL

D50 Rebound Retention Metrics​

This update adds 3 D50 Rebound metrics that cover who was in possession at the end of the rebound. These metrics are available for both Squads and Players as follows:

MetricDetails
D50_REBOUND_RETAIN

Rebound 50 Retain

The number of Rebound 50s where possession was retained by the defensive team.
D50_REBOUND_LOSS

Rebound 50 Loss

The number of Rebound 50s where possession was lost to the opposition.
D50_REBOUND_STOPPAGE

Rebound 50 Stoppage

The number of Rebound 50s that resulted in a stoppage before any possession was won.