Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fatiharridho/unofficial-youtubeapi
Unofficial Simple Youtube Api
https://github.com/fatiharridho/unofficial-youtubeapi
api api-youtube scraper scraper-youtube search-youtube unofficial-youtube-api youtube youtube-api youtube-api-unofficial youtube-scraper youtube-search
Last synced: about 1 month ago
JSON representation
Unofficial Simple Youtube Api
- Host: GitHub
- URL: https://github.com/fatiharridho/unofficial-youtubeapi
- Owner: FatihArridho
- License: mit
- Created: 2024-06-06T11:15:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T13:20:28.000Z (5 months ago)
- Last Synced: 2024-10-11T20:02:20.519Z (about 1 month ago)
- Topics: api, api-youtube, scraper, scraper-youtube, search-youtube, unofficial-youtube-api, youtube, youtube-api, youtube-api-unofficial, youtube-scraper, youtube-search
- Language: JavaScript
- Homepage: https://unofficial-youtube-api.vercel.app
- Size: 9.77 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unofficial Youtube Api
Unofficial Simple Youtube Api| Route | Parameters |
|-----------------|------------ |
| /youtube/search | all |
| /youtube/search | channel |
| /youtube/search | playlist |
| /youtube/search | video |## 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! :)