---
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

---

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