nexus_get_game_v2
Retrieve detailed game information from Nexus Mods using a game's domain slug. Includes mod, download, and collection counts, genre, forum URL, and Vortex support via v2 GraphQL, avoiding v1 rate limits.
Instructions
Get rich game details via v2 GraphQL: mod/download/collection counts, genre, forum URL, Vortex support.
Backed by the v2 GraphQL API, which does NOT consume the v1 REST rate-limit quota.
Returns: JSON game object, or {error: ...} for unknown domains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |