Sign in

Get video rating (duplicate)

documented

Retrieve the authorized user's rating for a list of videos.

GET /videos/getRatingVideosno 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://www.googleapis.com/youtube/v3/videos/getRating?id={{$video_id}}' -X GET -H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}' -H 'Accept: application/json'