video-channel/retrieve-recommended-opus

Description

  • Retrieve recommended content from Video Accounts.

Request URL

  • http://127.0.0.1:8888/api/

Request Method

  • POST

Parameters

Parameter NameRequiredParameter TypeDescription
typeYesintAPI ID
longitudeYesdoublelongitude
latitudeYesdoublelatitude
lastBufferNostringSpecified Results Starting Point,Extract from the returned content
sessionBufferNostringSpecified Results Starting Point,Extract from the returned content
tagNameNostringtag Name
subTagNameNostringsub 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 NameParameter TypeDescription
error_codeintError code
descriptionstringError Description
datajsonBusiness data

Remark