> For the complete documentation index, see [llms.txt](https://anilist.gitbook.io/anilist-apiv2-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anilist.gitbook.io/anilist-apiv2-docs/docs/reference/object/useractivityhistory.md).

# UserActivityHistory

A user's activity history stats.

| Field      |                                                                                        Argument | Type                                              | Description |
| ---------- | ----------------------------------------------------------------------------------------------: | ------------------------------------------------- | ----------- |
| **date**   | [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | The day the activity took place (Unix timestamp)  |             |
| **amount** | [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | The amount of activity on the day                 |             |
| **level**  | [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | The level of activity represented on a 1-10 scale |             |
