I am doing the following calls on youtubecurl --location 'https://www.googleapis.com/youtube/v3/search?part=id%2Csnippet&maxResults=10&type=video&order=relevance&location=48.86211%2C2.4012&locationRadius=50km&key=[API_key]'
I get results once every 5-10 callsAm I doing something wrong or is there something broken with YouTube API.
As this call was done as a Test in my application , it was working perfectly before and I started to realize it was failing erratically since 25/06/2025.
(https://i.sstatic.net/0pTprQCY.png)(https://i.sstatic.net/ED1oK9dZ.png)
--I expected the following callcurl --location 'https://www.googleapis.com/youtube/v3/search?part=id%2Csnippet&maxResults=10&type=video&order=relevance&location=48.86211%2C2.4012&locationRadius=50km&key=[API_key]'
to always return result.