Skip to main content
Copy edited. (its = possessive, it's = "it is" or "it has". See for example <http://www.wikihow.com/Use-its-and-it's>.)
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

In YouTube Data API v3, you can get video's thumbnails with the videos->list function.

  From snippet.thumbnails.(key), you can pick the default, medium or high resolution thumbnail, and get it'sits width, height and URL.

You can also update thumbnails with the thumbnails->set functionality.

For examples, you can check out the YouTube API Samples project. (PHP ones.)

In YouTube Data API v3, you can get video's thumbnails with videos->list function.

  From snippet.thumbnails.(key), you can pick the default, medium or high resolution thumbnail, and get it's width, height and URL.

You can also update thumbnails with thumbnails->set functionality.

For examples, you can check out YouTube API Samples project. (PHP ones)

In YouTube Data API v3, you can get video's thumbnails with the videos->list function. From snippet.thumbnails.(key), you can pick the default, medium or high resolution thumbnail, and get its width, height and URL.

You can also update thumbnails with the thumbnails->set functionality.

For examples, you can check out the YouTube API Samples project. (PHP ones.)

Source Link
Ibrahim Ulukaya
  • 12.9k
  • 1
  • 35
  • 36

In YouTube Data API v3, you can get video's thumbnails with videos->list function.

From snippet.thumbnails.(key), you can pick the default, medium or high resolution thumbnail, and get it's width, height and URL.

You can also update thumbnails with thumbnails->set functionality.

For examples, you can check out YouTube API Samples project. (PHP ones)