> For the complete documentation index, see [llms.txt](https://docs.belugas.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.belugas.io/api/proposal-service/get-proposals-statistics.md).

# GET: /proposals/statistics

**ProposalStatisticsRequest**

This API has no request parameters.

**ProposalStatisticsResponse**

The API response contains the proposal counts for states.

| Type                   | Key      | Description                                      |
| ---------------------- | -------- | ------------------------------------------------ |
| bool                   | `status` | If set false, indicates an error returning data. |
| ProposalStatisticsData | `data`   | Proposal statistics data.                        |

**ProposalStatisticsData**

| Type   | Key      | Description           |
| ------ | -------- | --------------------- |
| uint32 | `active` | Active proposal count |
| uint32 | `passed` | Passed proposal count |
| uint32 | `failed` | Failed proposal count |
