---
title: "show detailed information about a Unicode block"
method: GET
path: "/block/{block}"
---

# show detailed information about a Unicode block

`GET /block/{block}`

## Response `200`

properties of the given block

- object
  - `name` string, required
  - `first` string, required — a hexadecimal, potentially 0-padded number with leading “U+”
  - `last` string, required — a hexadecimal, potentially 0-padded number with leading “U+”
  - `next_block` string
  - `prev_block` string

---

[API](https://skmtc.net/codepoints/apis/codepoints-net-unicode-api.md) · [All operations](https://skmtc.net/codepoints/apis/codepoints-net-unicode-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/codepoints/codepoints-net-unicode-api/versions/7113584da86c/schema)
