> For the complete documentation index, see [llms.txt](https://docs.nad.domains/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nad.domains/developers/integrating-into-your-dapps/using-rest-apis.md).

# Using REST APIs

Checkout REST APIs document at:

{% embed url="<https://api.nad.domains/api-docs>" %}

## Pros & Cons

### ✅ Pro

* **No blockchain tooling needed**: just HTTP requests.
* **Easy integration**: ideal for backends, service scripts, or environments where SDKs or RPC clients aren’t ideal.
* **Rapid prototyping**: fetch name resolution, profiles, etc., via simple endpoints.
* **Language Agnostic**: Works with any tech stack.

### ⚠️ Cons

* **Network latency**: HTTP is slower compared to direct RPC.
* **API stability / rate limiting**: subject to API versioning and limits.
* **Potential Latency**: May not reflect the very latest on-chain state.

**Best for:** Traditional web applications, mobile apps, or scenarios where blockchain interaction complexity isn't warranted.
