nexus_get_collection_revision
Get a specific collection revision's mod count, sizes, and status via v2 GraphQL, avoiding v1 rate limits. Provide the collection slug and optional revision number.
Instructions
Get a specific collection revision (mod count, sizes, status) via v2 GraphQL.
Backed by the v2 GraphQL API, which does NOT consume the v1 REST rate-limit quota.
Returns: JSON {id, revisionNumber, revisionStatus, status, adultContent, latest, overallRating, totalDownloads, uniqueDownloads, modCount, totalSize, collection}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Collection slug from nexus_search_collections. | |
| revision | No | Revision number. Omit for the latest revision. | |
| domain_name | No | Nexus Mods game domain (lowercase URL slug), e.g. 'forzahorizon6', 'skyrimse'. NOT the display name. | |
| view_adult_content | No | Set true to inspect adult collections. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |