YouTube operational API works when YouTube Data API v3 fails.

Current implemented features:

Based on Channels: list: http://localhost:8080/channels?part=status,upcomingEvents,shorts,community,channels,about,approval,playlists,snippet,membership,popular,recent,letsPlay&cId=C_ID&id=CHANNEL_ID&handle=HANDLE&forUsername=USERNAME&raw=RAW&order=viewCount(&pageToken=PAGE_TOKEN)

Based on CommentThreads: list: http://localhost:8080/commentThreads?part=snippet,replies&id=COMMENT_ID&videoId=VIDEO_ID&order=relevance,time(&pageToken=PAGE_TOKEN)

Based on Playlists: list: http://localhost:8080/playlists?part=snippet,statistics&id=PLAYLIST_ID

Based on PlaylistItems: list: http://localhost:8080/playlistItems?part=snippet&playlistId=PLAYLIST_ID(&pageToken=PAGE_TOKEN)

Based on Search: list: http://localhost:8080/search?part=id,snippet&q=QUERY&channelId=CHANNEL_ID&eventType=upcoming&hashtag=HASH_TAG&type=video,short&order=viewCount,relevance(&pageToken=PAGE_TOKEN)

Based on Videos: list: http://localhost:8080/videos?part=id,status,contentDetails,music,short,impressions,musics,isPaidPromotion,isPremium,isMemberOnly,mostReplayed,qualities,captions,chapters,isOriginal,isRestricted,snippet,clip,activity,explicitLyrics,statistics&id=VIDEO_ID&clipId=CLIP_ID&SAPISIDHASH=YOUR_SAPISIDHASH

http://localhost:8080/community?part=snippet&id=POST_ID&channelId=CHANNEL_ID&order=relevance,time

http://localhost:8080/lives?part=donations,sponsorshipGifts,memberships,poll&id=VIDEO_ID

http://localhost:8080/liveChats?part=snippet,participants&id=VIDEO_ID&time=TIME_MS

Make YouTube Data API v3 request WITHOUT ANY KEY:

To make ANY YouTube Data API v3 request WITHOUT ANY KEY/USING YOUR QUOTA, you can use: http://localhost:8080/noKey/YOUR_REQUEST

For instance with YOUR_REQUEST being videos?part=snippet&id=VIDEO_ID you can use: http://localhost:8080/noKey/videos?part=snippet&id=VIDEO_ID instead of https://www.googleapis.com/youtube/v3/videos?part=snippet&id=VIDEO_ID

I may add in the future limitation per IP etc if the quota need to be better shared among the persons using this API.

Currently this service is powered by 0 keys.

Share your YouTube Data API v3 key to power the no-key service:

Open-source:

The source code is available on GitHub: https://github.com/Benjamin-Loison/YouTube-operational-API

Contact:

If a feature you are looking for which isn't working on YouTube Data API v3, ask kindly with the below contact:
- Matrix
- Discord

This instance (my instance) uses version: 91e1358fd246b7b75dc529f19bdfe5abab83709e