このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"span": "day",
"limit": 30,
"offset": null,
"userId": "string"
}curl --location 'https://misskey.io/api/charts/user/following' \
--header 'Content-Type: application/json' \
--data '{
"span": "day",
"limit": 30,
"offset": null,
"userId": "string"
}'{
"local": {
"followings": {
"total": [
0
],
"inc": [
0
],
"dec": [
0
]
},
"followers": {
"total": [
0
],
"inc": [
0
],
"dec": [
0
]
}
},
"remote": {
"followings": {
"total": [
0
],
"inc": [
0
],
"dec": [
0
]
},
"followers": {
"total": [
0
],
"inc": [
0
],
"dec": [
0
]
}
}
}