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