video-channel/accessing-trending-videos

Description

  • Accessing Trending Videos

Request URL

  • http://127.0.0.1:8888/api/

Request Method

  • POST

Parameters

Parameter NameRequiredParameter TypeDescription
typeYesintAPI ID
longitudeYesdoublelongitude
latitudeYesdoublelatitude
feedIdNoboolProviding the Video Number Work ID will retrieve a list of trending keywords related to that specific work.

Request Example

 {
  "type": 86,
  "longitude": 112.5635,
  "latitude": 34.0012,
  "feedId": 14344401396354062354
 }

Return Example

  {
    "data": {
      "status": 0,
      "desc": "",
      "data": []
    }
  }

Return Parameter Description

Parameter NameParameter TypeDescription
error_codeintError code
descriptionstringError Description
datajsonBusiness data

Remark