---
title: "Specific DRep"
method: GET
path: "/governance/dreps/{drep_id}"
tags: ["Cardano » Governance"]
---

# Specific DRep

`GET /governance/dreps/{drep_id}`

DRep information.

## Path parameters

- `drep_id` string, required

## Response `200`

Return the DRep information content

- Drep
  - `drep_id` string, required — Bech32 encoded DRep address
  - `hex` string, required — The raw bytes of the DRep
  - `amount` string, required — The total amount of voting power this DRep is delegated.
  - `active` boolean, required — Registration state of the DRep
  - `active_epoch` integer, nullable, required — Epoch of the most recent registration
  - `has_script` boolean, required — Flag which shows if this DRep credentials are a script hash
  - `retired` boolean, required — Registration state of the DRep. Set to `true` if the DRep has been deregistered; otherwise, `false`.
  - `expired` boolean, required — Whether the DRep has been inactive for a consecutive number of epochs (determined by a epoch parameter `drep_activity`)
  - `last_active_epoch` integer, nullable, required — Epoch of the most recent action - registration, update, deregistration or voting

## Other responses

- `400` — Bad request
- `403` — Authentication secret is missing or invalid
- `418` — IP has been auto-banned for extensive sending of requests after usage limit has been reached
- `429` — Usage limit reached
- `500` — Internal Server Error

---

[API](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation.md) · [All operations](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/txpipe/blockfrost-io-api-documentation/revisions/4a2f67b16876/schema)
