---
title: "Get validator info"
method: GET
path: "/validators/{id}"
tags: ["validator"]
---

# Get validator info

`GET /validators/{id}`

Returns detailed information about a validator by internal id, including moniker, consensus address, voting power, commission rates, and current status.

## Path parameters

- `id` integer, required

## Response `200`

OK

- ResponsesValidator
  - `address` ResponsesShortAddress
    - `celestials` ResponsesCelestial — Linked celestial id
      - `image_url` string
      - `name` string
      - `primary` boolean
      - `status` string
    - `hash` string
  - `commissions` string
  - `cons_address` string
  - `contacts` string
  - `creation_time` string, date-time
  - `delegator` ResponsesShortAddress
    - `celestials` ResponsesCelestial — Linked celestial id
      - `image_url` string
      - `name` string
      - `primary` boolean
      - `status` string
    - `hash` string
  - `details` string
  - `id` integer
  - `identity` string
  - `jailed` boolean
  - `max_change_rate` string
  - `max_rate` string
  - `messages_count` integer
  - `min_self_delegation` string
  - `moniker` string
  - `rate` string
  - `rewards` string
  - `stake` string
  - `version` integer
  - `voting_power` string
  - `website` string

## Other responses

- `204` — No Content
- `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)
