このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"userId": "string"
}curl --location 'https://misskey.io/api/users/stats' \
--header 'Content-Type: application/json' \
--data '{
"userId": "string"
}'{
"notesCount": 0,
"repliesCount": 0,
"renotesCount": 0,
"repliedCount": 0,
"renotedCount": 0,
"pollVotesCount": 0,
"pollVotedCount": 0,
"localFollowingCount": 0,
"remoteFollowingCount": 0,
"localFollowersCount": 0,
"remoteFollowersCount": 0,
"followingCount": 0,
"followersCount": 0,
"sentReactionsCount": 0,
"receivedReactionsCount": 0,
"noteFavoritesCount": 0,
"pageLikesCount": 0,
"pageLikedCount": 0,
"driveFilesCount": 0,
"driveUsage": 0
}