vote up 1 vote down star
1

Is there a limit to the number of requests I can make with the API? I see there are limits to uploading and the total number of videos (2000) you can have, but is there a limit to requests I can make to, for example, the search query methods?

http://code.google.com/apis/youtube/2.0/reference.html#Searching_for_videos

flag

80% accept rate

2 Answers

vote up 1 vote down

Check out this discussion. Also, you'd want to look at the developer's guide pages regarding quota errors and caching data to avoid quota errors. As you can see there, you will also have a limitation in the number of calls from the same caller in a short amount of time.

link|flag
Yes, I posted this information in my question. Looking for more specifics on the data access, not the video upload quota. – Typeoneerror Nov 4 at 19:59
vote up 1 vote down

YouTube APIs FAQ: Are there any limits on the number of operations I can perform using the API?

Yes, there is a quota system in place to prevent abuse of the API.

link|flag
Yes, exactly. I'd love to know what those quotas are though ;) Like "10000 requests per hour" – Typeoneerror Nov 4 at 19:58

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.