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.
| Field | Details |
|---|---|
| Endpoint | GET /v1/matches/{matchId}/shots |
| Schema | ShotTransactionDetails |
| New attribute | foot |
| Description | The 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.
| Field | Details |
|---|---|
| Table | REFERENCE.PLAYERS |
| Issue | Duplicate player row created after a name change |
| Resolution | Name changes now update the existing player row instead of inserting a new one |