nexus_get_updated_mods
Find which mods for a game changed recently by checking file updates and activity within a day, week, or month. Use to monitor your mod pages for new uploads or edits.
Instructions
Get all mods for a game whose files/activity changed within a time window.
Returns: JSON array of {mod_id, latest_file_update (epoch), latest_mod_activity (epoch)}. Server-cached 5 minutes. Useful to check if your own mod page saw activity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | Yes | Time window: '1d' (last day), '1w' (last week), or '1m' (last month). | |
| domain_name | Yes | Nexus Mods game domain (lowercase URL slug), e.g. 'forzahorizon6', 'skyrimse'. NOT the display name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |