---
title: "Changes to Get a governance proposal by id"
method: GET
path: "/api/v1/gov/proposal/{id}"
---

# Changes to Get a governance proposal by id

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

> Every recorded change to this endpoint, newest first.
> 50 revisions in range; 1 not diffed.

## Timeline

Changed in 4 of 50 revisions.

- **2025-07-24** `b04af842544e` — 7 breaking
- **2025-03-14** `eb65b9fb021c` — 1 warning, 1 info
- **2025-03-12** `ed02f7f2ea60` — 2 warning
- **2024-12-17** `6893b0238070` — 7 breaking, 2 info

## Changes

- **2025-07-24** `b04af842544e` — 7 breaking
  - the `abstainVotes` response's property type changed from `string` to `number`, and format from no format to `float` for status `200`
  - the `activationEpoch` response's property type changed from `string` to `number` for status `200`
  - the `endEpoch` response's property type changed from `string` to `number` for status `200`
  - the `id` response's property type changed from `string` to `number` for status `200`
  - the `nayVotes` response's property type changed from `string` to `number`, and format from no format to `float` for status `200`
  - the `startEpoch` response's property type changed from `string` to `number` for status `200`
  - the `yayVotes` response's property type changed from `string` to `number`, and format from no format to `float` for status `200`
- **2025-03-14** `eb65b9fb021c` — 1 warning, 1 info
  - added the new `executedRejected` enum value to the `status` response property for the response status `200`
  - removed the `ExecutedRejected` enum value from the `status` response property for the response status `200`
- **2025-03-12** `ed02f7f2ea60` — 2 warning
  - added the new `ExecutedRejected` enum value to the `status` response property for the response status `200`
  - added the new `executedPassed` enum value to the `status` response property for the response status `200`
- **2024-12-17** `6893b0238070` — 7 breaking, 2 info
  - the `abstainVotes` response's property type changed from `number` to `string`, and format from `float` to no format for status `200`
  - the `activationEpoch` response's property type changed from `number` to `string` for status `200`
  - the `endEpoch` response's property type changed from `number` to `string` for status `200`
  - the `id` response's property type changed from `number` to `string` for status `200`
  - the `nayVotes` response's property type changed from `number` to `string`, and format from `float` to no format for status `200`
  - the `startEpoch` response's property type changed from `number` to `string` for status `200`
  - the `yayVotes` response's property type changed from `number` to `string`, and format from `float` to no format for status `200`
  - removed the `executedPassed` enum value from the `status` response property for the response status `200`
  - removed the `executedRejected` enum value from the `status` response property for the response status `200`

---

[Operation](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/docs/api/v1/gov/proposal/:id/get.md) · [API](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api.md) · [Page](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/changes/api/v1/gov/proposal/:id/get)
