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

# Get network splits

`GET /v1/network/splits`

Returns information about active network forks/splits, their participation rates, and head blocks

## Query parameters

- `with_stale` boolean

## Response `200`

OK

- ApiAPINetworkSplitsResponse
  - `data` ApiAPINetworkSplitsData
    - `current_epoch` integer
    - `current_slot` integer
    - `finalized_epoch` integer
    - `finalized_root` string
    - `splits` ApiAPINetworkSplitInfo[]
      - `fork_id` string
      - `head_block_hash` string
      - `head_execution_number` integer
      - `head_root` string
      - `head_slot` integer
      - `is_canonical` boolean
      - `last_epoch_participation` number[]
      - `last_epoch_votes` integer[]
      - `total_chain_weight` integer
  - `status` string

## Other responses

- `500` — Internal server error

## Changes

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

- **2025-09-30** `ab4fb98e80fd` — 1 info
  - api operation id `getNetworkSplits` was added
- **2025-09-13** `bbc3ac6ea758` — 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/splits/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)
