Skip to main content
GET
/
v1
/
tool
/
list-trending-topics
list trending topics
curl --request GET \
  --url https://api.chainbase.com/tops/v1/tool/list-trending-topics
{
  "count": 123,
  "items": [
    {
      "analysis_time": "<string>",
      "authors": [
        "<string>"
      ],
      "current_rank": 123,
      "first_tweet_time": "<string>",
      "id": "<string>",
      "is_manual": true,
      "is_new": true,
      "keyword": "<string>",
      "rank_status": "<string>",
      "score": 123,
      "snapshot_time": "<string>",
      "source_type": "<string>",
      "summary": "<string>",
      "tweet_urls": [
        "<string>"
      ]
    }
  ]
}

Query Parameters

language
string

language: zh/en/ko, default: en

Response

OK

count
integer
items
object[]