Answer the question
In order to leave comments, you need to log in
Why could Youtube API stop working?
Hello.
This morning I started receiving empty responses to Youtube API requests, which had previously worked fine for three months.
Request example: getting a list of videos from a specific Youtube channel. Channel ID: UCwHnsUEYrQUTUxC4dvrv0QQ
Request code:
GET https://www.googleapis.com/youtube/v3/search?part=snippet%2Cid&channelId=UCwHnsUEYrQUTUxC4dvrv0QQ&key={YOUR_API_KEY}
{
"kind": "youtube#searchListResponse",
"etag": "\"gMjDJfS6nsym0T-NKCXALC_u_rM/Z7muB3yLsIIdSeQTKlRVObzSk8M\"",
"pageInfo": {
"totalResults": 0,
"resultsPerPage": 5
},
"items": [
]
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question