Users
Get user activity
Read data to generate the activity feed of a user.
get/api/user/{username}/activity
Path parameters
usernamestring required
Response
The activity feed of the user.
Example response
[
{
"correspondenceMoves": {
"games": [
{
"variant": "standard"
}
]
},
"correspondenceEnds": {
"correspondence": {
"games": [
{
"variant": "standard"
}
]
}
}
}
]