# Domains ## Get domain - [GET /domains/{domainName}](https://docs.unstoppabledomains.com/apis/resolution/openapi/domains/domainscontroller.getdomain.md): Get Records for a DomainNote: 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. ## Get domains list - [GET /domains](https://docs.unstoppabledomains.com/apis/resolution/openapi/domains/domainscontroller.getdomainslist.md): Get Records for Multiple Domains The API only supports Unstoppable Domains' naming services for backward compatibility. A new API version is coming soon for other naming services Unstoppable Domain's UNS and CNS with TLDs: .x, .polygon, .nft, .crypto, .blockchain, .bitcoin, .dao, .888, .wallet, .binanceus, .hi, .klever, .kresus, .anime, .manga, .go, .zil Unstoppable Domain's Zilliqa with TLDs: zil 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. ## Get domains last transfer - [GET /domains/{domainName}/transfers/latest](https://docs.unstoppabledomains.com/apis/resolution/openapi/domains/domainscontroller.getdomainslasttransfer.md): Get Domain Transfer EventsNote: 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. ## Get domains records - [GET /records](https://docs.unstoppabledomains.com/apis/resolution/openapi/domains/domainscontroller.getdomainsrecords.md): 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.