---
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

---

[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/73a9fb0d9c41/schema)
