nexus_get_collection
Get complete details for a Nexus Mods collection by slug: name, summary, description, endorsements, downloads, ratings, game, author, tags, category. Uses v2 GraphQL, no v1 REST rate-limit quota.
Instructions
Get full details of a mod collection by slug via v2 GraphQL.
Backed by the v2 GraphQL API, which does NOT consume the v1 REST rate-limit quota. v1 REST has no collection detail endpoint.
Returns: JSON {slug, name, summary, description (BBCode), endorsements, downloads, ratings, game, author, tags, category}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Collection slug from nexus_search_collections, e.g. 'collections-skyrimsse-x'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |