v3

OpenAPI 3.1.0AGPL-3.0-or-later2026-07-311871891.1 MB
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.

simulsstring[]
streamboolean

Example response

[
  {
    "correspondenceMoves": {
      "games": [
        {
          "variant": "standard"
        }
      ]
    },
    "correspondenceEnds": {
      "correspondence": {
        "games": [
          {
            "variant": "standard"
          }
        ]
      }
    }
  }
]