# Get domains records Get Records for Multiple Domains It's recommended to use this API on different naming services as they support different record keys Unstoppable Domain's UNS and CNS with TLDs: .x, .polygon, .nft, .crypto, .blockchain, .bitcoin, .dao, .888, .wallet, .binanceus, .hi, .klever, .kresus, .anime, .manga, .go, .zilSee this list for all the resolution keys supported Ethereum Naming Service - ENS with TLDs: .eth See Ens' document for all the resolution keys supported 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. Endpoint: GET /records Version: 1.0.0 Security: apiKeyAuth ## Query parameters: - `domains` (object, required) Domain names registered by Unstoppable Domains. At least 1 domain must be passed in - `key` (string) Filtered resolution key. See above to see the supported keys on different naming services ## Response 200 fields (application/json): - `data` (array) - `data.domain` (string, required) - `data.records` (object, required)