YouTube API v3 totalResults field is returning 1 000 000 when it shoudn't

前端 未结 1 532
闹比i
闹比i 2021-01-16 11:17

1) I\'m using YouTube API v3 and when i send this request:

https://www.googleapis.com/youtube/v3/search?part=id&type=video&key=MY_KEY&maxResults=         


        
相关标签:
1条回答
  • 2021-01-16 11:56

    "totalResults" is an estimation and its value can change on the next page call. The limit for searches with version 2 is 1000. I suppose the limit will be the same with version 3.

    0 讨论(0)
提交回复
热议问题