Skip to main content

AFL Platform Update - 8th September 2026

New Versions​

  • AFL API v1.75
  • AFL Warehouse v1.17

Match Shots — kicking foot now available​

The GET /v1/matches/{matchId}/shots endpoint returns a new foot attribute on ShotTransactionDetails, indicating which foot the player used to take the shot.

FieldDetails
EndpointGET /v1/matches/{matchId}/shots
SchemaShotTransactionDetails
New attributefoot
DescriptionThe foot used by the player to take the shot at goal.

AFL Warehouse — REFERENCE.PLAYERS duplicate row fix​

Fixed an issue where a player who underwent a name change could receive a duplicate row in REFERENCE.PLAYERS. Player records are now correctly updated in place on a name change rather than inserted as a new row.

FieldDetails
TableREFERENCE.PLAYERS
IssueDuplicate player row created after a name change
ResolutionName changes now update the existing player row instead of inserting a new one