---
title: "Get domains records"
method: GET
path: "/records"
tags: ["Domains"]
---

# Get domains records

`GET /records`

**Get Records for Multiple Domains**
  <br/>
  It's recommended to use this API on different naming services as they support different record keys
  <ul>
    <li>
      <p>Unstoppable Domain's <a href="https://docs.unstoppabledomains.com/smart-contracts/overview/uns-architecture-overview" target="_blank">UNS</a> and <a href="https://docs.unstoppabledomains.com/smart-contracts/overview/cns-architecture-overview" target="_blank">CNS</a> with TLDs:
<strong>.x</strong>, <strong>.polygon</strong>, <strong>.nft</strong>, <strong>.crypto</strong>, <strong>.blockchain</strong>, <strong>.bitcoin</strong>, <strong>.dao</strong>, <strong>.888</strong>, <strong>.wallet</strong>, <strong>.binanceus</strong>, <strong>.hi</strong>, <strong>.klever</strong>, <strong>.kresus</strong>, <strong>.anime</strong>, <strong>.manga</strong>, <strong>.go</strong>, <strong>.zil</strong><br/>See this <a href="https://github.com/unstoppabledomains/uns/blob/main/uns-config.json" target="_blank">list</a> for all the resolution keys supported</p>
    </li>
    <li>
      <p>
      Ethereum Naming Service - <a href="https://docs.ens.domains/" target="_blank">ENS</a> with TLDs:
<strong>.eth</strong>
      <br/>See Ens' <a href="https://docs.ens.domains/ens-improvement-proposals" target="_blank">document</a> for all the resolution keys supported
      </p>
    </li>
  </ul>
  <br/>**Note:** The API should be used in a backend system. If you need the data in client apps, please build a proxy backend to hide the API key.

## Query parameters

- `domains` object, required
  - `data` string[]
- `key` string

## Response `200`

Successful response

- object
  - `data` DomainRecords[]
    - `domain` string, required
    - `records` object, required

---

[API](https://skmtc.net/unstoppabledomains/apis/resolution-service.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/resolution-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/resolution-service/versions/6520347834a5/schema)
