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

---

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