Skip to main content

ScoreboardService

A list of all methods in the ScoreboardService service. Click on the method name to view detailed information about that method.

MethodsDescription
GetCurrentTeamScoreboardAsyncRetrieve the scoreboard for a specific team as of the current moment.

GetCurrentTeamScoreboardAsync

Retrieve the scoreboard for a specific team as of the current moment.

  • HTTP Method: GET
  • Endpoint: /v1/scoreboard/{team}/now

Parameters

NameTypeRequiredDescription
teamstringThree-letter team code

Return Type

object

Example Usage Code Snippet

using NhlClient;

var client = new NhlClientClient();

var response = await client.Scoreboard.GetCurrentTeamScoreboardAsync("team");

Console.WriteLine(response);

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →