---
title: "Get slot information"
method: GET
path: "/v1/slot/{slotOrHash}"
tags: ["Slot"]
---

# Get slot information

`GET /v1/slot/{slotOrHash}`

Returns detailed information about a specific slot from the database. Accepts either slot number or block root (0x-prefixed hex)

## Path parameters

- `slotOrHash` string, required

## Response `200`

OK

- ApiAPISlotResponse
  - `data` ApiAPISlotData
    - `attestationscount` integer
    - `attesterslashingscount` integer
    - `blob_count` integer
    - `blockroot` string
    - `depositscount` integer
    - `epoch` integer
    - `exec_base_fee_per_gas` integer
    - `exec_block_hash` string
    - `exec_block_number` integer
    - `exec_extra_data` string
    - `exec_fee_recipient` string
    - `exec_gas_limit` integer
    - `exec_gas_used` integer
    - `exec_transactions_count` integer
    - `graffiti` string
    - `graffiti_text` string
    - `parentroot` string
    - `proposer` integer
    - `proposerslashingscount` integer
    - `slot` integer
    - `stateroot` string
    - `status` string
    - `syncaggregate_participation` number
    - `voluntaryexitscount` integer
    - `withdrawalcount` integer
  - `status` string

## Other responses

- `400` — Invalid slot number or root format
- `404` — Slot not found
- `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/versions/73a9fb0d9c41/schema)
