---
title: "Get validator's count by status"
method: GET
path: "/validators/count"
tags: ["validator"]
---

# Get validator's count by status

`GET /validators/count`

Returns the total validator count broken down by status: total, active, jailed, and inactive.

## Response `200`

OK

- ResponsesValidatorCount
  - `active` integer
  - `inactive` integer
  - `jailed` integer
  - `total` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/celenium-io/apis/celenium-api.md) · [All operations](https://skmtc.net/celenium-io/apis/celenium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celenium-io/celenium-api/versions/df8fa3d17ac3/schema)
