---
title: "Get Avalanche validators (optionally filter by nodeID)"
method: GET
path: "/api/avalanche/validators"
tags: ["Avalanche"]
---

# Get Avalanche validators (optionally filter by nodeID)

`GET /api/avalanche/validators`

## Query parameters

- `nodeID` string
- `nodeIDs` string
- `all` boolean
- `force` boolean

## Response `200`

Successful response

- AvalancheValidatorsResponse
  - `validators` object[]
  - `totalValidators` integer
  - `aggregatedStats` object
  - `metadata` object
    - `fetchedAt` string, date-time
    - `source` string
    - `cacheKey` string
  - `cacheSource` 'fresh' | 'redis'

## Other responses

- `500` — Failed to fetch validator data

---

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