Sign in

Query analytics reports

documented

Retrieve Analytics data for a channel or content owner using metrics/dimensions.

GET /reportsYouTube Analytics APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://youtubeanalytics.googleapis.com/v2/reports?ids={{$ids}}&startDate={{$startDate}}&endDate={{$endDate}}&metrics={{$metrics}}&dimensions={{$dimensions}}&filters={{$filters}}&sort={{$sort}}&maxResults={{$maxResults}}&startIndex={{$startIndex}}&currency={{$currency}}&includeHistoricalChannelData={{$includeHistoricalChannelData}}" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"