How to embed HMS data on your website
HMS (Hero Management System) allows you to easily display live tournament data directly on your website.
Using simple embed widgets, you can show:
• Games schedule
• Standings / tables
• Player statistics
• Goalie statistics
All information is automatically updated from HMS, so you never need to update your website manually.
What can you embed
HMS currently supports the following widgets.
Games schedule
Displays the list of all games in the competition.
This includes:
• upcoming games
• results
• score updates
Example embed:
<iframe width="100%" height="1000"
src="https://prod.hms.wootera.net/embed/games?seasonId=YOUR_SEASON_ID&lang=en">
</iframe>
Standings / tables
Shows the current standings of the competition.
Example embed:
<iframe width="100%" height="1000"
src="https://prod.hms.wootera.net/embed/standings?lang=en&competitionIds=YOUR_COMPETITION_ID">
</iframe>
Player statistics
Displays player leaderboards such as:
• goals
• assists
• points
• penalty minutes
Example embed:
<iframe width="100%" height="1000"
src="https://prod.hms.wootera.net/embed/players_stats?lang=en&competitionIds=YOUR_COMPETITION_ID">
</iframe>
How to find your IDs
To generate the correct embed code, you need to use identifiers from your competition.
Just open your competitions
https://prod.hms.wootera.net/org/YOUR_ORGANISATION/competitions
And open the competiton, season or group. For each you can find the ID in URL

Competition ID
Competition ID is used for:
• standings
• player statistics
You can find it in the URL of your competition page inside HMS.
Example:
competitionIds=C3B8A5C0-1740-11F1-8418-0F60BC598F00
Group ID (optional)
If your competition has multiple groups (for example Pool A, Pool B, etc.), you can embed standings or statistics for each group separately.
Simply add the parameter:
&groupId=GROUP_ID
Example:
https://prod.hms.wootera.net/embed/standings?competitionIds=YOUR_COMPETITION_ID&groupId=GROUP_ID