nexus_get_news
Retrieve Nexus Mods news articles by category or game. Filter site news, game news, interviews, and more to find relevant updates without using the REST rate-limit quota.
Instructions
Get Nexus Mods news articles (site news, game news, interviews, ...).
Backed by the v2 GraphQL API, which does NOT consume the v1 REST rate-limit quota. Filter by category and/or game.
Returns: JSON {totalCount, _returned, nodes: [{id, title, summary, author, date, newsCategory, sourceName, sourceUrl, commentsCount, image, games}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Results per page. | |
| offset | No | Offset-based pagination start. | |
| category | No | Filter by news category. Optional. | |
| domain_name | No | Nexus Mods game domain (lowercase URL slug), e.g. 'forzahorizon6', 'skyrimse'. NOT the display name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |