# Hostraha > Developer documentation for the Hostraha Domain Reseller API. Register, transfer, renew, and manage .com and other domains programmatically over HTTPS, with tested request examples in cURL, PHP, Python, Node.js, and Go. Full text of every page is available at [https://docs.hostraha.com/llms-full.txt](https://docs.hostraha.com/llms-full.txt). Append `.md` to any page URL for its Markdown. ## Getting started - [Introduction](https://docs.hostraha.com/index.md): Register, transfer, renew, and manage domains programmatically as a Hostraha reseller. - [Quickstart](https://docs.hostraha.com/quickstart.md): Activate reseller access, authenticate, check availability, and register your first domain. - [Order and activate reseller access](https://docs.hostraha.com/guides/ordering-and-activation.md): Order the Domain Reseller module, verify your email, and find your API credentials in the portal. - [Authentication](https://docs.hostraha.com/guides/authentication.md): Compute the hourly HMAC-SHA256 token and set the two headers every Hostraha reseller request needs. ## Concepts - [Errors](https://docs.hostraha.com/guides/errors.md): Response conventions and the real error shapes the Hostraha reseller API returns. - [Credits and billing](https://docs.hostraha.com/guides/credits-and-billing.md): How prepaid reseller credits work and how an order moves from charged to provisioned. - [Local development](https://docs.hostraha.com/development.md): Preview and edit the Hostraha docs on your own machine. ## Overview - [Introduction](https://docs.hostraha.com/api-reference/introduction.md): Base URL, authentication, request and response formats for the Hostraha Domain Reseller API. - [Models](https://docs.hostraha.com/api-reference/models.md): Shared parameter shapes used across Hostraha reseller endpoints, with form-encoding examples. ## Availability & pricing - [Domain availability](https://docs.hostraha.com/api-reference/availability.md): Check whether a domain is available to register and generate alternative domain suggestions. - [Domain pricing](https://docs.hostraha.com/api-reference/pricing.md): Read cart pricing for registering, renewing, or transferring a specific domain. - [TLDs](https://docs.hostraha.com/api-reference/tlds.md): List the TLDs available to your reseller account and read their list pricing per currency. ## Ordering - [Register a domain](https://docs.hostraha.com/api-reference/register.md): Order a new domain registration with nameservers, contacts, and optional add-ons. - [Transfer a domain](https://docs.hostraha.com/api-reference/transfer.md): Order an inbound domain transfer with an EPP code, nameservers, contacts, and optional add-ons. - [Renew a domain](https://docs.hostraha.com/api-reference/renew.md): Extend the registration period of a domain in your reseller account. ## Domain management - [Get domain information](https://docs.hostraha.com/api-reference/information.md): Read the registrar status, expiry date, nameservers, and lock state of a domain in your reseller account. - [Sync](https://docs.hostraha.com/api-reference/sync.md): Refresh a domain's status, expiry, and nameservers from the registrar, and poll a pending transfer. - [Contact details](https://docs.hostraha.com/api-reference/contacts.md): Read and update the registrant, admin, technical, and billing contacts on a domain. - [Nameservers](https://docs.hostraha.com/api-reference/nameservers.md): Read and set a domain's nameservers, and register, modify, or delete child (glue) nameservers. - [Registrar lock](https://docs.hostraha.com/api-reference/registrar-lock.md): Read and set the registrar (transfer) lock on a domain. - [DNS records](https://docs.hostraha.com/api-reference/dns.md): Read and update the DNS host records on a domain that uses the registrar's DNS management. - [Email forwarding](https://docs.hostraha.com/api-reference/email-forwarding.md): Read and set the email forwarding rules on a domain that uses the registrar's forwarding service. - [ID protection](https://docs.hostraha.com/api-reference/id-protection.md): Enable or disable WHOIS ID protection on a domain. - [EPP code](https://docs.hostraha.com/api-reference/epp-code.md): Retrieve the transfer authorization (EPP) code for a domain. - [Release (transfer out)](https://docs.hostraha.com/api-reference/transfer-out.md): Release a domain to another registrar by setting the gaining registrar's tag. - [Request deletion](https://docs.hostraha.com/api-reference/deletion.md): Request deletion or cancellation of a domain in your reseller account. ## Account - [Account](https://docs.hostraha.com/api-reference/account.md): Read your reseller credit balance and the API version.