# Retrieves list of domains based on query This route retrieves a list of domains that match the query Endpoint: GET /search Version: 1.0.0 ## Query parameters: - `name` (string) Search by domain name Example: "matt" - `profile-required` (boolean) Whether domains need have a profile configured - `reverse-resolution-required` (boolean) Whether domains need to have reverse resolution configured ## Response 200 fields (application/json): - `address` (string) Wallet address that owns the domain Example: 7.917046959778566e+47 - `name` (string) The domain name Example: "brad.crypto" - `avatarUrl` (string) Path to the profile image Example: "https://api.unstoppabledomains.com/metadata/image-src/brad.crypto?withOverlay=false&ref=1/erc1155:0xc7e5e9434f4a71e6db978bd65b4d61d3593e5f27/14317" - `imageUrl` (string) Direct path to profile image metadata URL, if available Example: "https://path.to/image" - `imageType` (string) Defines the type of image represented by the URL - default, onChain, offChain Example: "onChain" - `imagePath` (string) Path to the profile image Example: "https://api.unstoppabledomains.com/metadata/image-src/brad.crypto?withOverlay=false&ref=1/erc1155:0xc7e5e9434f4a71e6db978bd65b4d61d3593e5f27/14317" - `linkUrl` (string) Link to the domain resource Example: "https://ud.me/brad.crypto" - `ownerAddress` (string) Wallet address that owns the domain Example: 7.917046959778566e+47 - `market` (object) Market availability info - `market.price` (number) Price of the domain in cents Example: 1000 - `market.location` (string) Market type (primary or secondary) Example: "primary"