---
title: "Get up to 100 validators"
method: GET
path: "/v1/validator/{indexOrPubkey}"
tags: ["Validator"]
---

# Get up to 100 validators

`GET /v1/validator/{indexOrPubkey}`

Searching for too many validators based on their pubkeys will lead to a "URI too long" error

## Path parameters

- `indexOrPubkey` string, required

## Response `200`

OK

- object
  - `data` ApiApiValidatorResponseV1[]
    - `activationeligibilityepoch` integer
    - `activationepoch` integer
    - `balance` integer
    - `effectivebalance` integer
    - `exitepoch` integer
    - `isonline` boolean
    - `name` string
    - `pubkey` string
    - `slashed` boolean
    - `status` string
    - `validatorindex` integer
    - `withdrawableepoch` integer
    - `withdrawalcredentials` string
  - `status` string

## Other responses

- `400` — Bad Request

---

[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/revisions/853e3eedab0f/schema)
