Nouncil Participation

Loading stats...
JSON
Polls
-
Closed
-
Avg Participation
-
Latest
-
PollStatusParticipationVotersEligible
Loading...
Loading members...
Member Completed All For Against Abstain Proposals Seen Active Days
Loading...
Loading archived members...
Member Completed All For Against Abstain Proposals Seen Active Days
Loading...

Endpoints

Poll Response

Single proposalGET /proposals/:proposalId
{
  "proposalId": 971,
  "title": "Prop 971: ...",
  "status": "open",
  "discordUrl": "https://discord.com/channels/...",
  "eligibleVoters": 51,
  "participationRate": 45.1,
  "distribution": { "for": 15, "against": 4 },
  "voteReasons": [
    {
      "discordId": "123",
      "discordUrl": "https://discord.com/users/123",
      "choices": ["for"],
      "reason": "Optional voter-supplied reason"
    }
  ]
}

Member Response

Single memberGET /members/:discordId
{
  "discordId": "938042087713177620",
  "discordUrl": "https://discord.com/users/938042087713177620",
  "displayName": "mindtoasted",
  "completedParticipationRate": 80.95,
  "completedParticipatedPolls": 17,
  "completedEligiblePolls": 21,
  "participationRate": 80.95,
  "forVotes": 14,
  "againstVotes": 3,
  "firstEligibleAt": "2025-...",
  "firstVotedAt": "2025-...",
  "daysSinceFirstVote": 180,
  "daysSinceFirstEligible": 210
}

Responses expose proposal and member participation stats scoped to this Nouncil poll channel. Vote reasons are included when supplied by voters.