Introduction
In our API, the term fixture is used throughout to reference a single matchup/game/event. If you are coming from the v2 API, this Fixture model is a combination of the old Schedule and Game model.
Possible Statuses
- "live"
- "half"
- "unplayed"
- "completed"
- "cancelled"
- "suspended"
- "delayed"
State Machine
The image below outlines the possible flows between statuses for most fixtures, if you experience a pathway that is not represented below, please send us an email because this is more than likely a bug or an unexpected issue that we have not caught.