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

# Get all the votes for a governance proposal from an address

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

## Path parameters

- `id` integer, required
- `address` string, required

## Response `200`

A list of votes.

- Vote[]
  - `proposalId` number, required
  - `vote` 'yay' | 'nay' | 'abstain' | 'unknown', required
  - `voterAddress` string, required

## Changes

> 50 revisions in range; 1 not diffed.

- **2025-07-24** `b04af842544e` — 1 breaking
  - the `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 `items/vote` response property for the response status `200`
- **2024-12-17** `6893b0238070` — 1 breaking, 1 info
  - the `items/proposalId` response's property type changed from `number` to `string` for status `200`
  - removed the `unknown` enum value from the `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/:address/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)
