{"id":15508935,"url":"https://github.com/devuri/youtube-image-and-thumbnail-sizes","last_synced_at":"2025-03-22T17:14:51.799Z","repository":{"id":101722936,"uuid":"199852747","full_name":"devuri/Youtube-Image-and-thumbnail-sizes","owner":"devuri","description":"Youtube Image and thumbnail sizes","archived":false,"fork":false,"pushed_at":"2019-11-14T02:47:26.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T19:54:58.705Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devuri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-31T12:34:05.000Z","updated_at":"2020-05-16T05:24:28.000Z","dependencies_parsed_at":"2023-05-22T11:15:20.149Z","dependency_job_id":null,"html_url":"https://github.com/devuri/Youtube-Image-and-thumbnail-sizes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2FYoutube-Image-and-thumbnail-sizes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2FYoutube-Image-and-thumbnail-sizes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2FYoutube-Image-and-thumbnail-sizes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2FYoutube-Image-and-thumbnail-sizes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devuri","download_url":"https://codeload.github.com/devuri/Youtube-Image-and-thumbnail-sizes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244991175,"owners_count":20543627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T09:40:41.249Z","updated_at":"2025-03-22T17:14:51.778Z","avatar_url":"https://github.com/devuri.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Youtube Image and thumbnail sizes\nYoutube Image from YouTube video URL\n\nTaken from: [How do I get a YouTube video thumbnail from the YouTube API? ](https://stackoverflow.com/Questions/2068344/how-do-i-get-a-youtube-video-thumbnail-from-the-youtube-api)\n\n# Each YouTube video has 4 generated images. \nThey are predictably formatted as follows:\n\n```\nhttps://img.youtube.com/vi/\u003cinsert-youtube-video-id-here\u003e/0.jpg \nhttps://img.youtube.com/vi/\u003cinsert-youtube-video-id-here\u003e/1.jpg\nhttps://img.youtube.com/vi/\u003cinsert-youtube-video-id-here\u003e/2.jpg\nhttps://img.youtube.com/vi/\u003cinsert-youtube-video-id-here\u003e/3.jpg\n```\n\nThe first one in the list is a full size image and others are thumbnail images. \n\nThe default thumbnail image (ie. one of 1.jpg, 2.jpg, 3.jpg) is:\n```\nhttps://img.youtube.com/vi/\u003cinsert-youtube-video-id-here\u003e/default.jpg\n```\n  \nFor the high quality version of the thumbnail use a url similar to this:\n```\nhttps://img.youtube.com/vi/\u003cinsert-youtube-video-id-here\u003e/hqdefault.jpg\n```\n\n\nThere is also a medium quality version of the thumbnail, using a url similar to the HQ:\n```\nhttps://img.youtube.com/vi/\u003cinsert-youtube-video-id-here\u003e/mqdefault.jpg\n```\n\nFor the standard definition version of the thumbnail, use a url similar to this:\n```\nhttps://img.youtube.com/vi/\u003cinsert-youtube-video-id-here\u003e/sddefault.jpg\n```\n  \nFor the maximum resolution version of the thumbnail use a url similar to this:\n```\nhttps://img.youtube.com/vi/\u003cinsert-youtube-video-id-here\u003e/maxresdefault.jpg\n```\n  \nAll of the above urls are available over http too. \n\nAdditionally, the slightly shorter hostname i3.ytimg.com works in place of img.youtube.com in the example urls above.\n\n\n Alternatively, you can use the [YouTube Data API (v3)](https://developers.google.com/youtube/v3/) to get thumbnail images.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevuri%2Fyoutube-image-and-thumbnail-sizes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevuri%2Fyoutube-image-and-thumbnail-sizes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevuri%2Fyoutube-image-and-thumbnail-sizes/lists"}