Skip to main content
V1 image URLs are publicly accessible without an API key — load them straight from <img> tags. They’re served from the same v1.{sport}.sportsapipro.com host as the JSON API.
This is different from V2 image URLs, which require the x-api-key header. If you’re mixing V1 and V2, use the right host for each.

URL pattern

imageVersion comes from the entity’s JSON payload — pass it through to cache-bust when the asset updates.

Caching

The CDN returns Cache-Control: public, max-age=86400. Combined with imageVersion, you can safely cache aggressively at the edge or in a service worker.

Recipes

Always set explicit width and height on image tags to avoid layout shift, and use loading="lazy" for off-screen logos.
Last modified on June 29, 2026