---
title: "Get slashings list"
method: GET
path: "/v1/slashings"
tags: ["slashings"]
---

# Get slashings list

`GET /v1/slashings`

Returns a list of slashings with detailed information and filtering options

## Query parameters

- `limit` integer
- `page` integer
- `min_slot` integer
- `max_slot` integer
- `min_index` integer
- `max_index` integer
- `validator_name` string
- `slasher_name` string
- `reason` integer
- `with_orphaned` integer

## Response `200`

OK

- ApiAPISlashingsResponse
  - `data` ApiAPISlashingsData
    - `count` integer
    - `page_index` integer
    - `slashings` ApiAPISlashingInfo[]
      - `orphaned` boolean
      - `reason` integer
      - `slasher_index` integer
      - `slasher_name` string
      - `slot_number` integer
      - `slot_root` string
      - `time` integer
      - `validator_balance` integer
      - `validator_index` integer
      - `validator_liveness` integer
      - `validator_liveness_total` integer
      - `validator_name` string
      - `validator_status` string
    - `total_count` integer
    - `total_pages` integer
  - `status` string

## Other responses

- `400` — Invalid parameters
- `500` — Internal server error

## Changes

- **2025-09-30** `ab4fb98e80fd` — 1 info
  - api operation id `getSlashings` 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/slashings/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)
