-
Notifications
You must be signed in to change notification settings - Fork 0
UserDetail
Martin Magyar edited this page Dec 22, 2023
·
2 revisions
Can be returned by methods:
For more detailed information see UserDetail model at BeatSaver API Docs. (bottom of the page)
{
"admin": true,
"avatar": "string",
"curator": true,
"curatorTab": true,
"description": "string",
"email": "string",
"followData": {
"curation": true,
"followers": 0,
"following": true,
"follows": 0,
"upload": true
},
"hash": "string",
"id": 0,
"name": "string",
"patreon": "None",
"playlistUrl": "string",
"stats": {
"avgBpm": {},
"avgDuration": {},
"avgScore": {},
"diffStats": {
"easy": 0,
"expert": 0,
"expertPlus": 0,
"hard": 0,
"normal": 0,
"total": 0
},
"firstUpload": "2023-12-22T16:05:30.625Z",
"lastUpload": "2023-12-22T16:05:30.625Z",
"rankedMaps": 0,
"totalDownvotes": 0,
"totalMaps": 0,
"totalUpvotes": 0
},
"suspendedAt": "2023-12-22T16:05:30.625Z",
"testplay": true,
"type": "DISCORD",
"uniqueSet": true,
"uploadLimit": 0,
"verifiedMapper": true
}