TS TubeSnaps

Thumbnail URL guide

YouTube Thumbnail URL Pattern

A YouTube thumbnail URL is a public image candidate built from a video ID and a thumbnail filename. TubeSnaps checks these candidates in the browser before labeling them usable.

Last updated:

Try:

Common thumbnail URL pattern

The most useful pattern for direct thumbnail candidates is https://img.youtube.com/vi/{VIDEO_ID}/{FILENAME}. The video ID is the 11-character YouTube ID, and the filename controls which thumbnail candidate is requested.

FilenameTypical roleNotes
maxresdefault.jpgHigh-resolution candidateBest when available, but not guaranteed.
sddefault.jpgStandard-definition fallbackOften useful when maxres is missing.
hqdefault.jpgReliable fallbackCommonly available for many videos.
mqdefault.jpgMedium previewUseful for small embeds or references.
default.jpgSmall fallbackUsually tiny and not ideal for hero images.

When direct URLs are useful

Direct thumbnail URLs are useful for checking available preview images, adding image references to editorial workflows, or understanding why a thumbnail size is missing. Always check actual dimensions before relying on a high-resolution candidate.

Official context

YouTube API thumbnail resources can include several named sizes, but not every video has every size. TubeSnaps does not claim direct image URLs are guaranteed.

Read YouTube Data API thumbnail documentation.

Related tools

Keep working with this video

FAQ

Common questions

What is the common YouTube thumbnail URL pattern?

A common public image candidate pattern is https://img.youtube.com/vi/{VIDEO_ID}/{FILENAME}.jpg, where the filename can be maxresdefault, sddefault, hqdefault, mqdefault, default, 0, 1, 2, or 3.

Are YouTube thumbnail URLs guaranteed to exist?

No. YouTube does not provide every thumbnail filename for every video, and some high-resolution candidates may be unavailable or behave like placeholders.

Should I use img.youtube.com or i.ytimg.com?

Both host patterns are commonly seen, but TubeSnaps uses img.youtube.com candidates for the first browser-side tool flow and checks availability before recommending a result.