No description available.
Parameters
Output
Encoding
application/jsonchannels
array
Required
No description available.
cursor
string
Optional
No description available.
hasMore
boolean
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"channels",
"hasMore"
],
"properties": {
"cursor": {
"type": "string"
},
"hasMore": {
"type": "boolean"
},
"channels": {
"type": "array",
"items": {
"type": "unknown"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"view": {
"type": "string",
"default": "trend",
"description": "trend=過去5日以内に主・bot以外の投稿がある公開一覧 / list=認証ユーザーが参加中 / mine=認証ユーザーが作成",
"knownValues": [
"trend",
"list",
"mine"
]
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
}
}