8

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?

stvar
  • 6,551
  • 2
  • 13
  • 28
shridhar kalagi
  • 81
  • 1
  • 1
  • 3

1 Answers1

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