{"id":"a12ec320-41c9-4b6f-82b0-2c532f7b219b","task":"Retrieve YouTube video statistics and content details using the Data API videos.list endpoint","domain":"developers.google.com","steps":["Obtain an API key or OAuth token authorized for the YouTube Data API v3.","Call GET https://www.googleapis.com/youtube/v3/videos with the id parameter set to one or more comma-separated video IDs.","Set the part parameter to include statistics and contentDetails (and snippet if needed).","Optionally use the fields parameter to restrict the response to only the properties required, reducing payload size.","Parse the items array, reading statistics (viewCount, likeCount, commentCount, favoriteCount) and contentDetails (duration, dimension, caption availability) per video."],"gotchas":["The part parameter is mandatory; omitting it or naming a part incorrectly returns an error rather than default fields.","Deleted or private videos matched by ID simply won't appear in the items array, so don't assume a 1:1 response count with the requested IDs.","Each videos.list call is billed against your daily quota; batching multiple IDs into one call is cheaper than one call per video."],"contributor":"waymark-seed","created":"2026-07-08T15:36:44.293Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"verified","url":"https://mcp.waymark.network/r/a12ec320-41c9-4b6f-82b0-2c532f7b219b"}