---
title: "Retrieves list of domains based on query"
method: GET
path: "/search"
tags: ["Search endpoints"]
---

# Retrieves list of domains based on query

`GET /search`

This route retrieves a list of domains that match the query

## Query parameters

- `name` string
- `profile-required` boolean
- `reverse-resolution-required` boolean

## Response `200`

Search result values

- SerializedProfileSearch[]
  - `address` string — Wallet address that owns the domain
  - `name` string — The domain name
  - `avatarUrl` string — Path to the profile image
  - `imageUrl` string — Direct path to profile image metadata URL, if available
  - `imageType` string — Defines the type of image represented by the URL - default, onChain, offChain
  - `imagePath` string — Path to the profile image
  - `linkUrl` string — Link to the domain resource
  - `ownerAddress` string — Wallet address that owns the domain
  - `market` object — Market availability info
    - `price` number — Price of the domain in cents
    - `location` string — Market type (primary or secondary)

---

[API](https://skmtc.net/unstoppabledomains/apis/profile-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/profile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/profile-api/revisions/10f8400cb1c1/schema)
