---
title: "Get network forks"
method: GET
path: "/v1/network/forks"
tags: ["network"]
---

# Get network forks

`GET /v1/network/forks`

Returns comprehensive information about past, current, and future network forks including consensus forks and BPO (Block Parameter Override) forks with fork digests

## Response `200`

OK

- ApiAPINetworkForksResponse
  - `data` ApiAPINetworkForksData
    - `config_name` string
    - `count` integer
    - `current_epoch` integer
    - `finalized_epoch` integer
    - `forks` ApiAPINetworkForkInfo[]
      - `active` boolean
      - `epoch` integer
      - `fork_digest` string
      - `max_blobs_per_block` integer — only for BPO forks
      - `name` string
      - `scheduled` boolean
      - `time` integer
      - `type` string — "consensus" or "bpo"
      - `version` string — nil for BPO forks
  - `status` string

## Other responses

- `500` — Internal server error

## Changes

> 35 revisions in range; 3 could not be searched.

- **2025-09-30** `ab4fb98e80fd` — 1 info
  - api operation id `getNetworkForks` was added
- **2025-09-12** `4024d7b1f833` — 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/network/forks/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)
