Skip to content

Getting youtube playlist details, youtube playlist items details and youtube video details

License

Notifications You must be signed in to change notification settings

bhaveshghadi/youtube-api

Repository files navigation

Youtube/sample-api

Get youtube playlist, playlist items and video details.

Playlist Parameter

channel_id = any youtube channel id.

key = access token generated by devloper account.

Playlistitems Parameter

playlistid = any youtube playlist id.

key = access token generated by devloper account.

Video Paramete

id = any youtube video id.

key = access token generated by devloper account.