---
title: "Get reverses"
method: POST
path: "/reverse/query"
tags: ["Reverse"]
---

# Get reverses

`POST /reverse/query`

**Get Records for Multiple Domains**
  <br/>
  
The API only supports Unstoppable Domains' naming services for backward compatibility. A new API version is coming soon for other naming services
<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></p>
  </li>
  <li>
    <p>Unstoppable Domain's <a href="https://unstoppabledomains.com/blog/categories/announcements/article/zilliqa-naming-service" target="_blank">Zilliqa</a> with TLDs:
<strong>zil</strong></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

- `resolution` object
  - `data` string[]
- `owners` object
  - `data` string[]
- `tlds` object
  - `data` string[]
- `sortBy` string
- `sortDirection` string
- `startingAfter` string
- `perPage` number

## Request body

- BulkReverseQueryParams
  - `addresses` string[], required

## Response `200`

- BulkReverseQueryResponse
  - `data` DomainResponse[], required
    - `meta` DomainMetadata, required
      - `resolver` string
      - `blockchain` string
      - `networkId` 1 | 5 | 137 | 1337 | 80001
      - `registry` string
      - `type` 'Uns' | 'Zilliqa' | 'Ens', required
      - `customMeta` object
      - `domain` string, required
      - `namehash` string
      - `tokenId` string
      - `owner` string
      - `reverse` boolean, required
    - `records` object, required
  - `meta` object

---

[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)
