video-channel/retrieve-recommended-opus
Description
- Retrieve recommended content from Video Accounts.
Request URL
http://127.0.0.1:8888/api/
Request Method
Parameters
Parameter Name | Required | Parameter Type | Description |
---|
type | Yes | int | API ID |
longitude | Yes | double | longitude |
latitude | Yes | double | latitude |
lastBuffer | No | string | Specified Results Starting Point,Extract from the returned content |
sessionBuffer | No | string | Specified Results Starting Point,Extract from the returned content |
tagName | No | string | tag Name |
subTagName | No | string | sub tag Name |
标签
Categories |
---|
Live Room |
Entertainment |
Travel & Scenery |
Sports |
Film & TV Entertainment |
Cuisine |
Lifestyle |
Knowledge |
Music |
Gaming |
Subcategories (Live Streaming) |
---|
News & Updates |
Shopping |
Daily Life |
Teaching |
Gaming |
Beauty |
Music |
Local |
Request Example
{
"type": 10064,
"longitude": "105.43",
"latitude": "38.51",
}
{
"type": 10064,
"longitude": "105.43",
"latitude": "38.51",
"tagName": "生活",
}
{
"type": 10064,
"longitude": "105.43",
"latitude": "38.51",
"tagName": "直播",
"subTagName": "购物",
}
Return Example
{
"data": {
"status": 0,
"desc": "",
"data": []
}
}
Return Parameter Description
Parameter Name | Parameter Type | Description |
---|
error_code | int | Error code |
description | string | Error Description |
data | json | Business data |