The YouTube Data API has a great documentation regarding unit cost for each properties being retrieved. It even has a Quota Calculator developers can use. However, the YouTube Live Streaming API does not seem to list the unit cost. Does anyone know how quota are computed per property in YouTube Live Streaming API?
For listing, these are the properties (part) that are use in YouTube Live Streaming API:
- id (from YouTube Data API has a unit cost of 0)
- snippet (from YouTube Data API has a unit cost of 1 or 2)
- contentDetails (from YouTube Data API has a unit cost of 2)
- status (from YouTube Data API has a unit cost of 2)
- cdn (not listed in YouTube Data API)
And for a list call, usually has a unit cost of 1 except for search which has a unit cost of 100 by default regardless of the properties being retrieved.