Skip to content

David-Jackson/YouTubeAudioLibraryAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Audio Library API

A cumulative JSON file of all the tracks from YouTube's music and sound effects library.

Data Structure

{
  "tracks": [
    {
      "vid": "62fa8c89f5afc555", // id to download .mp3 file 
                                 // (i.e. https://www.youtube.com/audiolibrary_download?vid=62fa8c89f5afc555)
      "len": 3.616, // duration in seconds
      "title": "18V Cordless Drill High Pitch",
      "popularity_percentile": 40,
      "category": "Tools",
      "keywords": [
          "series",
          "trigger pulls",
          "whirring",
          "drilling",
          "construction"
      ],
      "display_category": "Tools",
    }
  ...
  ]
}

About

A collection of all YouTube music and sound tracks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages