Why Youtube API v3 quota is wrong?
16:08 14 Apr 2022

I'm currently coding a Discord Bot, using Discord-JDA, that's notices me when my, or friends, Twitch link is used on a YouTube video's description (Best Of Twitch mainly).

I'm calling this API route five times (5 Twitch links)

https://youtube.googleapis.com/youtube/v3/videos?part=snippet

Because of false positive and video description being truncate with the previous call, I have to iterate on each results calling this one, for a total of around 60 vids.

https://youtube.googleapis.com/youtube/v3/search?part=snippet

According to quota cost caculator. That should cost me around 5x100 + 60x1 = 560 but I get a cost of 1.000

Quota Screenshot

Is there any known issue or if google provides a way to see calling logs.

java youtube-api quota