Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

YouTube Data API limits?

Tags:

php

youtube

api

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

like image 950
typeoneerror Avatar asked Nov 04 '09 19:11

typeoneerror


People also ask

How do I increase quota of YouTube data API?

If you have been audited in the past 12 months and have been marked compliant by YouTube API Services Team, you can apply for an additional quota extension using this form. If YouTube denies the application for an additional quota extension, you can file an appeal by using this form.

Does YouTube data API cost money?

The YouTube Data API, is a free API google does not charge you for accessing this api. You are free to use it. THere for no billing account is needed in order to access this api.

What data can you get from YouTube API?

You can retrieve entire playlists, users' uploads, and even search results using the YouTube API. You can also add YouTube functionalities to your website so that users can upload videos and manage channel subscriptions straight from your website or app.

Can I use YouTube API for free?

YouTube Data API costs are based on quota usage, and all requests will incur at least a 1-point quota cost. For each project, you're allowed 10,000 free quota units per day.


1 Answers

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.

like image 112
luvieere Avatar answered Oct 04 '22 06:10

luvieere