> ## Documentation Index
> Fetch the complete documentation index at: https://namehash-krzysztofwrobel-sc-24494-nameguard-remove-goerli-a.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Inspect Grapheme GET

> ## Inspects a single grapheme.

<RequestExample>
  ```bash cURL
  curl --request GET \
    --url https://api.nameguard.io/inspect-grapheme/{grapheme}
  ```

  ```ts SDK
  const report = await nameguard.inspectGrapheme("𝒶");
  ```
</RequestExample>
