nexus_get_user_v2
Fetch a public Nexus Mods user profile by member ID or exact username. Uses the v2 GraphQL API, avoiding v1 REST rate-limit quota, and returns profile details like mod count, kudos, and join date.
Instructions
Get a public Nexus Mods user profile by member ID or exact username.
Backed by the v2 GraphQL API, which does NOT consume the v1 REST rate-limit quota. Provide exactly one of member_id or username.
Returns: JSON {memberId, name, about, avatar, modCount, joined, kudos, contributedModCount, collectionCount, recognizedAuthor, lastActive, posts}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | No | Exact Nexus username, e.g. 'Talya1412'. | |
| member_id | No | Numeric member ID (user_id from nexus_validate_key). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |