I'm building an Android app which embeds YouTube videos. I'm confused on how the billing works for the YouTube Data API v3. Is it dependent on whether the APIs are called from GCP server or AWS server?
Asked
Active
Viewed 1.3k times
1 Answers
15
The YouTube Data API, is a free API Google does not charge you for accessing this API. You are free to use it. Therefore no billing account is needed in order to access this API.
You do have a quota which limits the number of request that you can make to the API over a period of time.
Useful links

Benjamin Loison
- 3,782
- 4
- 16
- 33

Linda Lawton - DaImTo
- 106,405
- 32
- 180
- 449
-
Thanks for sharing. What happens post 10k quota is over? Will I be able to still hit the API for a price or it just stops working? – shridhar kalagi Mar 01 '21 at 18:03
-
1If you go over your 10k quota you will get a **quotaExceeded (403)** error message and wont be able to use the API again until mid night west cost USA time. If you think you will hit it you should consider applying for a quota extension. – Linda Lawton - DaImTo Mar 01 '21 at 18:09
-
Remember to accept the answer if it helped you it will increase your own reputation as well. – Linda Lawton - DaImTo Mar 02 '21 at 08:30
-
@daimto is it possible to increase this quota by paying for it? – Saber Mar 07 '22 at 20:28
-
You can request more quota. I am not sure if you have to pay for it. – Linda Lawton - DaImTo Mar 08 '22 at 08:08