---
title: "Get all the votes for a governance proposal"
method: GET
path: "/api/v1/gov/proposal/{id}/votes"
---

# Get all the votes for a governance proposal

`GET /api/v1/gov/proposal/{id}/votes`

## Path parameters

- `id` integer, required

## Response `200`

A list of votes for a governance proposal.

- object
  - `results` Vote[], required
    - `proposalId` number, required
    - `vote` 'yay' | 'nay' | 'abstain' | 'unknown', required
    - `voterAddress` string, required
  - `pagination` Pagination, required
    - `page` string
    - `perPage` string
    - `totalPages` string
    - `totalItems` string

## Changes

> 50 revisions in range; 1 not diffed.

- **2025-07-24** `b04af842544e` — 1 breaking
  - the `results/items/proposalId` response's property type changed from `string` to `number` for status `200`
- **2025-01-13** `2f896bdd5e8b` — 1 warning
  - added the new `unknown` enum value to the `results/items/vote` response property for the response status `200`
- **2024-12-17** `6893b0238070` — 1 breaking, 1 info
  - the `results/items/proposalId` response's property type changed from `number` to `string` for status `200`
  - removed the `unknown` enum value from the `results/items/vote` response property for the response status `200`

[Change history](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/changes/api/v1/gov/proposal/:id/votes/get.md)

---

[API](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api.md) · [All operations](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/namada-net/namada-interface-indexer-rest-api/revisions/89e2cef092d6/schema)
