Advertisement
Benjamin_Loison

https://www.googleapis.com/youtube/v3/videos?part=statistics&id=dQw4w9WgXcQ,o-YBDTqX_ZU&key=API_KEY

Nov 6th, 2021
603
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. {
  2. "kind": "youtube#videoListResponse",
  3. "etag": "NOT_REQUIRED",
  4. "items": [
  5. {
  6. "kind": "youtube#video",
  7. "etag": "NOT_REQUIRED",
  8. "id": "dQw4w9WgXcQ",
  9. "statistics": {
  10. "viewCount": "1085567053",
  11. "likeCount": "12479318",
  12. "dislikeCount": "334963",
  13. "favoriteCount": "0",
  14. "commentCount": "2003414"
  15. }
  16. },
  17. {
  18. "kind": "youtube#video",
  19. "etag": "NOT_REQUIRED",
  20. "id": "o-YBDTqX_ZU",
  21. "statistics": {
  22. "viewCount": "876873",
  23. "likeCount": "33414",
  24. "dislikeCount": "589",
  25. "favoriteCount": "0",
  26. "commentCount": "2595"
  27. }
  28. }
  29. ],
  30. "pageInfo": {
  31. "totalResults": 2,
  32. "resultsPerPage": 2
  33. }
  34. }
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement