v1

latestOpenAPI 3.1.02026-07-26560790.7 KB
Trending

Get Trending Video By Keyword

Get Trending Video By Keyword

get/api/trending/keyword/posts

Query parameters

keywordstring required

Keyword

Example:toy
countrystring

Country code. Head here for a full list of supported countries

Example:US
limitinteger

Number of items per page (maximum is 10)

Example:10
period7 | 30 | 120
    Period in days:
    - 7: Last 7 days
    - 30: Last 30 days
    - 120: Last 120 days
    
Example:7

Response

Success

Example response

{
  "data": {
    "video_list": [
      "7566475062321188151",
      "7573530016827395341",
      "7571142761429208334",
      "7519869818820971806",
      "7568328516127771916",
      "7579240711766232333",
      "7510555158892432686",
      "7552342464133188919",
      "7579905803046391095",
      "7507663122698603819"
    ]
  }
}