nexus_get_mods_batch
Fetch multiple mods across games in one batch query using v2 GraphQL, bypassing v1 REST rate limits. Resolve many mod IDs at once with a single request.
Instructions
Fetch many mods across games in a single v2 GraphQL query.
Backed by the v2 GraphQL API, which does NOT consume the v1 REST rate-limit quota. Batch equivalent of nexus_get_mod - ideal for resolving many mod IDs at once without burning quota.
Returns: JSON {totalResolved, _returned, mods: [...same shape as nexus_search_mods nodes...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mods | Yes | Comma-separated "domain:modId" entries, e.g. "skyrimse:12604,fallout4:27251". | |
| count | No | Max mods to return. | |
| offset | No | Offset into the resolved mod list. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |