4Like-dev
GET
/discover
GET
/discover/
{weekId}
GET
/my-likes
GET
/my-likes/
{weekId}
POST
/my-likes
GET
/my-likes
Authentication
API Token
By calling this method you will get up-to-date data with user youtube likes and 4likes.
Request parameters
JWT Token
string
optional
Inner 4like app token
Responses
200
OK
Body
Object
playlistItems
Array
Object
addedWeekId
string
Example:
1
4Like
Object
liked
string
Example:
true
likedWeekId
string
Example:
2
id
string
Example:
eR7yRKBromQ
snippet
Object
publishedAt
string
Example:
2017-12-24T20:30:02.000Z
channelId
string
Example:
UCsvn_Po0SmunchJYOWpOxMg
title
string
Example:
VR CHAT (2nd Second Life)
thumbnails
Object
default
Object
url
string
Example:
https://i.ytimg.com/vi/eR7yRKBromQ/default.jpg
width
integer
Example:
120
height
integer
Example:
90
medium
Object
url
string
Example:
https://i.ytimg.com/vi/eR7yRKBromQ/mqdefault.jpg
width
integer
Example:
320
height
integer
Example:
180
high
Object
url
string
Example:
https://i.ytimg.com/vi/eR7yRKBromQ/hqdefault.jpg
width
integer
Example:
480
height
integer
Example:
360
standard
Object
url
string
Example:
https://i.ytimg.com/vi/eR7yRKBromQ/sddefault.jpg
width
integer
Example:
640
height
integer
Example:
480
maxres
Object
url
string
Example:
https://i.ytimg.com/vi/eR7yRKBromQ/maxresdefault.jpg
width
integer
Example:
1280
height
integer
Example:
720
channelTitle
string
Example:
videogamedunkey
tags
Array
Example:
["dunkey","2nd life","second life dunkey","second life","2nd second life","vr chat","vr chat dunkey","bubsy","bubsy dunkey","geenie.com","dunkey akinator","jampack dunkey","jampack volume 1"]
string
Example:
dunkey
categoryId
string
Example:
20
localized
Object
title
string
Example:
VR CHAT (2nd Second Life)
defaultAudioLanguage
string
Example:
en
statistics
Object
viewCount
string
Example:
1241212
likeCount
string
Example:
65400
nextPageToken
string
Token for the next portion of data
GET
/login
GET
/account
GET
/account/invite
POST
/account/buy4likes
GET
/account/signout
POST
/account/remove
GET
/login
Authentication
Open
Logging user in by Google account.
Request parameters
authKey
string
optional
authentification key given by Google OAuth2
Example:
authKey=Aio09219Auhf7yrUyehklmbeETSas
Responses
200
OK
Body
Object
authToken
string
JWT access token to our app
404
Not Found
Page not found
500
Internal Server Error
Inner server error