La Liga 2025/2026
, with an entity type such as competition
or league
.
Then, you must provide a mode, which currently has to be manual
(in the future Motto will also support a computed
mode that will do automated standing calculations, based on event metadata).
Then there is a standing phase ID array. These are the other type of object(s) you must create via the API, using the Create Standing Phase endpoint.
The standing phase is a collection of teams (or other kinds of entities, like players in a top-scorer ranking) that are part of the standings, and it can be used to represent different phases of a competition, such as group stages, knockout rounds, etc.
You can create multiple standing phases for the same standings object, and you can also update the standing phase data at any time.
Each phase has its own “classifications”, which are the metrics that you want to display in the standings. These can be things like points, wins, losses, draws, goals scored, goals conceded, etc. It is up to you to determine what you want to keep track of, based on your sport(s) and rules.
Each phase can contain one or more groups, which can be used to represent different entities (like teams) within the standings (think of the Group A - H ones in a football World Cup, for example).