Action subjects data
endpoint provides following metadata:
Resource endpoint:
GET /api/v2/action_subjects_data/coub_likes_list
Request parameters:
Request example:
GET /api/v2/action_subjects_data/coub_likes_list?id=52415&page=1
Response format:
The Coub server responses to a request with a JSON, contains following fields:
Response example
{
"page":"1",
"total_pages":"4",
"channels":[channel small JSONs]
}
Resource endpoint:
GET /api/v2/action_subjects_data/recoubs_list
Request parameters:
Request example:
GET /api/v2/action_subjects_data/recoubs_list?id=52415&ids[]=1094523&page=1
Response format:
The Coub server responses to a request with a JSON, contains following fields:
Response example
{
"page":"1",
"total_pages":"4",
"channels":[channel small JSONs]
}
Resource endpoint:
GET /api/v2/action_subjects_data/followings_list
Request parameters:
Request example:
GET /api/v2/action_subjects_data/followings_list?id=52415&page=2
Response format:
The Coub server responses to a request with a JSON, contains following fields:
Response example
{
"page":"2",
"total_pages":"2",
"channels":[channel small JSONs]
}
Resource endpoint:
GET /api/v2/action_subjects_data/followers_list
Request parameters:
Request example:
GET /api/v2/action_subjects_data/followers_list?id=52415&page=2
Response format:
The Coub server responses to a request with a JSON that contains following fields:
Response example
{
"page":"2",
"total_pages":"2",
"channels":[channel small JSONs]
}