nexus_get_mod
Retrieve complete details for a specific mod, including author, version, description, endorsement and download counts, and upload dates, using its game domain and numeric mod ID.
Instructions
Get full details for one mod: name, author, version, description, endorsement and download counts, upload dates.
Returns: JSON mod info object (mod_id, name, summary, description BBCode, version, author, endorsement_count, mod_downloads, created/updated timestamps, ...). Server-cached 5 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mod_id | Yes | Numeric mod ID from the mod page URL, e.g. 959 for forzahorizon6/mods/959. | |
| 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 |