trends
View hashtags that are currently being used more frequently than usual.
get
Trending tags
https://mastodon.example/api/v1/trends
Tags that are being used more frequently within the past week.
戻り値: Array of Tag with History
OAuth: Public
実装履歴:
- 3.0.0 - 追加
リクエスト
クエリ
limit
任意
number
Maximum number of results to return. Defaults to 10.
レスポンス
200: Success
[
{
"name": "hola",
"url": "https://mastodon.social/tags/hola",
"history": [
{
"day": "1574726400",
"uses": "13",
"accounts": "10"
},
...
]
},
{
"name": "SaveDotOrg",
"url": "https://mastodon.social/tags/SaveDotOrg",
"history": [
{
"day": "1574726400",
"uses": "9",
"accounts": "9"
},
...
]
},
{
"name": "introduction",
"url": "https://mastodon.social/tags/introduction",
"history": [
{
"day": "1574726400",
"uses": "15",
"accounts": "14"
},
...
]
},
...
]
最終更新 May 17, 2020 · このページを改善する
他の言語:
English