We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to get logo per each team with one request and load player's avatar? Or maybe there is another approach?
The text was updated successfully, but these errors were encountered:
Unsure about logos, but I believe the official source for player headshots/avatars is "https://cms.nhl.bamgrid.com/images/headshots/current/168x168/${player.id}.jpg"
Sorry, something went wrong.
There's also "https://assets.nhle.com/mugs/nhl/[SEASON_ID}/[TEAM_CODE]/[PLAYER_ID}.png" for player mugshots
You can get the team logos with the following:
Light version: https://assets.nhle.com/logos/nhl/svg/[teamAbbrev]_light.svg Dark version: https://assets.nhle.com/logos/nhl/svg/[teamAbbrev]_dark.svg
ex. https://assets.nhle.com/logos/nhl/svg/TOR_light.svg https://assets.nhle.com/logos/nhl/svg/TOR_dark.svg
You can find the abbreviations for each team: https://api.nhle.com/stats/rest/en/team
No branches or pull requests
Is it possible to get logo per each team with one request and load player's avatar? Or maybe there is another approach?
The text was updated successfully, but these errors were encountered: