sigma67/ytmusicapi

Unofficial API for YouTube Music

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 2 hours ago
Type:Library / SDKCategory(s):API Development ToolsDeveloper Tools
Added to GitGenius on September 22nd, 2026
Created on February 18th, 2020
Open Issues & Pull Requests: 43 (+0)
GitHub issues: Enabled
Number of forks: 350
Total Stargazers: 3,027 (+0)
Total Subscribers: 20 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.1 hours
Mean response time: 12.7 days
90th percentile: 31.7 days
Tracked items: 133

How this project is maintained

Roughly one issue in four opened in the past year never receives a reply. Only 27% of open issues come from outside the core team — the tracker reads mainly as internal planning. 64% of issues opened in the past year have been closed, leaving a working backlog. Three people close 88% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 32
New in 7 days: 1
Closed in 7 days: 2
Avg open age: 212 days
Stale 30+ days: 26
Stale 90+ days: 10

Recent activity

Opened in 7 days: 1
Closed in 7 days: 2
Comments in 7 days: 1
Events in 7 days: 7

Top labels

  • enhancement (35)
  • help wanted (32)
  • bug (31)
  • v2-models (21)
  • yt-update (13)
  • invalid (11)
  • documentation (9)
  • good first issue (7)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

ytmusicapi is a Python library that provides an unofficial API for YouTube Music.

The library solves the problem of programmatically accessing YouTube Music functionality without an official API. It works by emulating the requests that the YouTube Music web client makes, authenticating using the user's cookie data. This approach allows developers to interact with YouTube Music features through Python code rather than through the web interface.

The tool suits developers who need to build applications that interact with YouTube Music, such as playlist managers, music discovery tools, or automation scripts. It supports a wide range of operations across browsing, library management, playlists, podcasts, and uploads. The library handles multiple regions and languages, making it suitable for international applications. Anyone considering adoption should be aware that this is an unofficial API, meaning it relies on reverse-engineering YouTube Music's web client behavior and could be affected by changes to that service.

The project maintains active engagement with its community through a dedicated chat channel for questions. Development includes comprehensive test coverage and detailed documentation with a FAQ section addressing common implementation questions.