Unofficial Youtube Api

June 7, 2024 ยท View on GitHub

Unofficial Simple Youtube Api

RouteParameters
/youtube/searchall
/youtube/searchchannel
/youtube/searchplaylist
/youtube/searchvideo

Noted


ID: Router yang akan dibaca adalah rute channel, video, playlist, all
EN: What the router will read are channel routes, video, playlist, all

Wrong Example

/youtube/search?all=fatih&channel=fatih+arridho
ID: Maka yang akan dibaca terlebih dahulu adalah rute channel. Begitu pula dengan yang lainnya.
EN: So what will be read first is the channel route. Likewise with the others.

Correct Example

  1. youtube/search?channel=fatih+arridho
  2. youtube/search?video=fatih+arridho
  3. youtube/search?playlist=playlist+lagu+anime
  4. youtube/search?all=fatih+arridho

Want To Contribute?

Pull Request! :)