# Profile data endpoints ## Retrieves badges associated with a domain - [GET /public/{domain}/badges](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/profile-data-endpoints/paths/~1public~1%7Bdomain%7D~1badges/get.md): Retrieves badge data associated with requested domain. ## Retrieves social graph connections for a given domain - [GET /public/{domain}/connections](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/profile-data-endpoints/paths/~1public~1%7Bdomain%7D~1connections/get.md): Retrieves recommended connections for a given domain, using an on-chain social graph. ## Retrieves publicly accessible domain profile - [GET /public/{domain}](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/profile-data-endpoints/paths/~1public~1%7Bdomain%7D/get.md): Retrieves public domain profile accessible to anyone on the internet. All domain profile data is considered private, unless explicitly authorized by the domain owner. In other words, data shown on the public API is controlled by the domain owner. ## Retrieves NFT data associated with blockchain accounts attached to a domain - [GET /public/{domain}/nfts](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/profile-data-endpoints/paths/~1public~1%7Bdomain%7D~1nfts/get.md): Retrieves NFT data associated with requested domain. Paging is supported using the limit and cursor query string parameters. ## Retrieves transaction data associated with blockchain accounts attached to a domain - [GET /public/{domain}/transactions](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/profile-data-endpoints/paths/~1public~1%7Bdomain%7D~1transactions/get.md): Retrieves transaction data associated with requested domain. Paging is supported using the cursor query string parameter. ## Retrieves badges associated with a list of domains - [POST /public/badges-bulk](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/profile-data-endpoints/paths/~1public~1badges-bulk/post.md): Retrieves badge data associated with a list of requested domains.