nba_team_logo_url: *NBA Team Logo URL*

View source: R/nba_dictionaries.R

nba_team_logo_urlR Documentation

NBA Team Logo URL

Description

Build the official NBA CDN logo URL(s) for one or more team ids. Vectorized.

Usage

nba_team_logo_url(team_id, variant = "primary")

Arguments

team_id

Team id(s) (TEAM_ID, the 10-digit form e.g. 1610612744).

variant

Logo variant: "primary" (default), "secondary" or "global".

Value

A character vector of SVG logo URLs.

See Also

Other NBA Dictionary Functions: nba_player_dict(), nba_player_headshot_url(), nba_team_dict()

Examples

nba_team_logo_url(team_id = 1610612744)                # Golden State Warriors

hoopR documentation built on Aug. 25, 2026, 9:07 a.m.