---
title: "Get validators list"
method: GET
path: "/v1/validators"
tags: ["validators"]
---

# Get validators list

`GET /v1/validators`

Returns a list of validators with detailed information and filtering options

## Query parameters

- `limit` integer
- `page` integer
- `pubkey` string
- `index` string
- `name` string
- `status` string
- `withdrawal` string
- `order` string

## Response `200`

OK

- ApiAPIValidatorsResponse
  - `data` ApiAPIValidatorsData
    - `count` integer
    - `current_epoch` integer
    - `finalized_epoch` integer
    - `first_validator` integer
    - `last_validator` integer
    - `page_index` integer
    - `total_count` integer
    - `total_pages` integer
    - `validators` ApiAPIValidatorInfo[]
      - `activation_epoch` integer
      - `activation_time` integer
      - `balance` integer
      - `effective_balance` integer
      - `exit_epoch` integer
      - `exit_time` integer
      - `index` integer
      - `name` string
      - `public_key` string
      - `slashed` boolean
      - `status` string
      - `validator_liveness` integer
      - `validator_liveness_max` integer
      - `withdrawable_epoch` integer
      - `withdrawal_address` string
      - `withdrawal_credentials` string
  - `status` string

## Other responses

- `400` — Invalid parameters
- `500` — Internal server error

---

[API](https://skmtc.net/ethpandaops/apis/dora-explorer-api.md) · [All operations](https://skmtc.net/ethpandaops/apis/dora-explorer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ethpandaops/dora-explorer-api/versions/73a9fb0d9c41/schema)
