nexus_get_user_monthly_report
Retrieve download and upload counts for a specified month and Nexus Mods account. Use this report to inspect per-mod and per-game performance for a selected year and month.
Instructions
Get the download/upload numbers for ONE specific month via v2 GraphQL.
Companion to nexus_get_user_monthly_summary (which lists available months): this fetches the actual per-mod/per-game values for a chosen month. Useful for tracking your own mod's download history. NOTE: Nexus hides this report for privacy-restricted accounts ("UserMonthlyReport was hidden due to permissions") - that is an API-side restriction, not a tool failure.
Returns: JSON {userMonthlyReport: {userId, reportType, entries: [{month, year, value, status, ratio, modId, gameId, authorId, ...}]}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Report year, e.g. 2026. | |
| month | Yes | Report month (1-12). | |
| account_id | Yes | Nexus Mods account ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |