---
title: "Get epoch by number, latest, finalized"
method: GET
path: "/v1/epoch/{epoch}"
tags: ["Epoch"]
---

# Get epoch by number, latest, finalized

`GET /v1/epoch/{epoch}`

Returns information for a specified epoch by the epoch number or an epoch tag (can be latest or finalized)

## Path parameters

- `epoch` string, required

## Response `200`

Success

- object
  - `data` ApiAPIEpochResponseV1
    - `attestationscount` integer
    - `attesterslashingscount` integer
    - `averagevalidatorbalance` integer
    - `blockscount` integer
    - `depositscount` integer
    - `eligibleether` integer
    - `epoch` integer
    - `finalized` boolean
    - `globalparticipationrate` integer
    - `missedblocks` integer
    - `missedpayloads` integer
    - `orphanedblocks` integer
    - `proposedblocks` integer
    - `proposedpayloads` integer
    - `proposerslashingscount` integer
    - `rewards_exported` integer
    - `scheduledblocks` integer
    - `totalvalidatorbalance` integer
    - `ts` integer
    - `validatorscount` integer
    - `voluntaryexitscount` integer
    - `votedether` integer
    - `withdrawalcount` integer
  - `status` string

## Other responses

- `400` — Failure
- `500` — Server Error

## Changes

- **2025-09-30** `ab4fb98e80fd` — 1 info
  - api operation id `getEpoch` was added
- **2025-07-07** `40abfa75540b` — 1 info
  - endpoint added
- **2025-07-07** `34d0f6bf1d98` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ethpandaops/apis/dora-explorer-api/changes/v1/epoch/:epoch/get.md)

---

[API](https://skmtc.dev/ethpandaops/apis/dora-explorer-api.md) · [All operations](https://skmtc.dev/ethpandaops/apis/dora-explorer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ethpandaops/dora-explorer-api/revisions/307f1bec3e51/schema)
