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

# Introduction

The [NameGuard SDK](/sdk/js) is built using the NameGuard API. If you require more control or are building something not using JavaScript, then this API is perfect for you.

## Base URL

All endpoints are available using the Base URL:

```bash
https://api.nameguard.io
```

## Authentication

The NameGuard API is currently available to everyone without auth.

## Checks

<CardGroup cols={2}>
  <Card title="Inspect Name" href="/api-reference/inspect-name" />

  <Card title="Bulk Inspect Name" href="/api-reference/bulk-inspect-name" />

  <Card title="Inspect Namehash" href="/api-reference/inspect-namehash" />

  <Card title="Inspect Labelhash" href="/api-reference/inspect-labelhash" />

  <Card title="Name Reverse lookup" href="/api-reference/secure-primary-name" />

  <Card title="Fake .eth ENS name check" href="/api-reference/fake-eth-name-check" />

  <Card title="Inspect Grapheme" href="/api-reference/inspect-grapheme" />
</CardGroup>
