Created
April 14, 2020 22:12
-
-
Save firecentaur/c389d3334cbc239712ec727f246ab31d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"success": true, | |
"message": "Successfully retrieved tags", | |
"data": { | |
"tags": [ | |
{ | |
"label": "Adobe", | |
"videoCount": "2" | |
}, | |
{ | |
"label": "Aerospace", | |
"videoCount": "9" | |
}, | |
{ | |
"label": "AI", | |
"videoCount": "31" | |
}, | |
{ | |
"label": "Airbnb", | |
"videoCount": "8" | |
}, | |
{ | |
"label": "Alex Rodriguez", | |
"videoCount": "1" | |
}, | |
{ | |
"label": "Alibaba", | |
"videoCount": "6" | |
}, | |
{ | |
"label": "Alternative Meat", | |
"videoCount": "21" | |
}, | |
{ | |
"label": "Amazon", | |
"videoCount": "71" | |
}, | |
{ | |
"label": "Apple", | |
"videoCount": "90" | |
}, | |
{ | |
"label": "Ashton Kutcher", | |
"videoCount": "1" | |
} | |
], | |
"numTags": "141" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment