This endpoint may be used to get information of trends and hashtags.
Property | Type | Description |
---|---|---|
id | string | The unique identifier of this Hashtag |
time | string | The timestamp of when this Hashtag was created |
Property | Type | Description |
---|---|---|
id | integer | The unique identifier of this TrendingHashtagData |
postsThisWeek | integer | The amount of posts that were created with this hashtag in the current week |
time | string | The timestamp of when this Hashtag was created |
hashtag | Hashtag | The hashtag of this trend |
Get currently active trending topics in the proper order.
Property | Type | Description |
---|---|---|
limit | integer | The maximum amount of trending topics to return |
Returns multiple TrendingHashtagData objects.