Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.hostinger/hostinger-api-mcp

NPM · HOSTINGER-API-MCP · SCANNED AUG 3

MCP server for Hostinger API

Available components

+40 this week 46 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security88
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (130 of 131), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (130 of 131), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to hostinger/api-mcp-server). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability0
  • Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.Unverified
Stability & Change Management0
  • Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.Unverified
Tool Coverage0
  • Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.Unverified
Capabilities0
  • Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet.Unverified

Unverified: 4 categories

Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you. How we score packages →

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · hostinger-api-mcp

# add to Claude Code
claude mcp add hostinger-hostinger-api-mcp -- npx -y hostinger-api-mcp
# add to Codex CLI
codex mcp add hostinger-hostinger-api-mcp -- npx -y hostinger-api-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hostinger-hostinger-api-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "hostinger-api-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add hostinger-hostinger-api-mcp --command npx --arg -y --arg hostinger-api-mcp
# ~/.hermes/config.yaml
mcp_servers:
  hostinger-hostinger-api-mcp:
    command: "npx"
    args: ["-y", "hostinger-api-mcp"]
// mcp.json
{
  "mcpServers": {
    "hostinger-hostinger-api-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hostinger-api-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 −30
    • Stability: fail → unverified security
    • Tool coverage: 100 → unverified functional
    • Capabilities: pass → unverified functional
    • Package version: 1.26.0 → 1.27.0 functional
  • 2 Aug 26 +55
    • Stability: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Provenance: unverified → pass security
    • Malware scan: unverified → pass security
    • The attested source repository moved: hostinger/api-mcp-server security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → good functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 +15
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess. functional
    • Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess. functional
    • Package version: 1.25.0 → 1.26.0 functional
  • 28 Jul 26 0
    • Security disclosure: unverified → fail functional
    • Package version: 1.23.0 → 1.25.0 functional
  • 27 Jul 26 6

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
hostinger/api-mcp-server
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/hostinger/api-mcp-server/.github/workflows/build-release.yaml@refs/heads/main
Rekor log index:
2334886922
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:2b5d7cc090533a4eae671a13600534a331a295d7ddb47f14838f4472f69a4607c124e868414c2453c43023e8c7c4e71d4d639301722a399c2f1671a10
Discovery method:
attestation_endpoint
Dependencies 130 packages

130 packages in the resolved dependency tree · 115 deprecated · 52 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 278 exposed · ~27,492 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
agency-hosting_buildAgencyPlanWebsiteNodeJSAssetsV1 ~119

Builds and deploys a Node.js application for an Agency Plan website from an already-uploaded archive. Upload the archive to file browser first, then provide its relative path from document root in this request. Website contents are overwritten by the build result, which is deployed to public_html.

NameTypeReqDescription
archive_pathstringyesDirectory, relative to the website document root, where the uploaded site archive currently lives. Most commonly this is simply `public_html`.
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agency-hosting_changeAgencyPlanWebsiteDomainV1 ~103

Changes the primary domain for an Agency Plan website. Provide the current domain in the path and the new domain in the request body. Set domain to null to revert to the temporary domain.

NameTypeReqDescription
domainstringyesNew domain to assign to the website. Set to null to revert to the temporary domain.
from_domainstringyesCurrent domain name to change from
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agency-hosting_changeAgencyPlanWebsiteWordPressCoreVersionV1 ~74

Changes the installed WordPress core version on an Agency Plan website to one of the versions available for installation.

NameTypeReqDescription
versionstringyesTarget WordPress core version to install. Must be one of the available versions.
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agency-hosting_clearAgencyPlanWebsiteCacheV1 ~55

Clears cache for all domains associated with an Agency Plan website, including its preview domain. This operation clears all cache types for the website.

NameTypeReqDescription
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agency-hosting_createAgencyPlanWebsiteCronJobV1 ~113

Creates a cron job for an Agency Plan website from a schedule expression and a command. Returns the created cron job, including its uuid, which is required to delete the cron job.

NameTypeReqDescription
commandstringyesCommand to run on the schedule. Must not contain pipe (|) or redirection (<, >) characters.
timestringyesCron schedule expression (standard 5-field crontab syntax).
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agency-hosting_createAgencyPlanWebsiteDatabaseUserV1 ~147

Creates a user for an existing database on an Agency Plan website. Each database supports a single non-system user; creating a user for a database that already has one fails.

NameTypeReqDescription
database_namestringyesFull database name as returned by the list databases endpoint.
database_userstringyesDatabase username to create (alphanumeric and underscores).
hoststringHost the user connects from (IPv4, IPv6, % wildcard, or localhost). Defaults to localhost.
passwordstringyesPassword for the database user (requires mixed case, letters, and numbers).
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agency-hosting_createAgencyPlanWebsiteDatabaseV1 ~115

Creates a MySQL database with a dedicated user for an Agency Plan website. The database name, username, and password must all be provided by the caller.

NameTypeReqDescription
database_namestringyesDatabase name to create (alphanumeric characters).
database_userstringyesDatabase username to create alongside the database (alphanumeric characters).
passwordstringyesPassword for the database user (requires mixed case, letters, and numbers).
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agency-hosting_deleteAgencyPlanWebsiteCronJobV1 ~85

Permanently deletes the cron job identified by its uuid from an Agency Plan website. The operation is idempotent: deleting a cron job that does not exist succeeds without error.

NameTypeReqDescription
uuidstringyesUnique identifier of the cron job as returned by the list cron jobs endpoint.
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agency-hosting_deleteAgencyPlanWebsiteDatabaseUserV1 ~103

Permanently deletes a database user from an Agency Plan website database, revoking all access it had. The operation is idempotent: deleting a user that does not exist succeeds without error.

NameTypeReqDescription
database_namestringyesFull database name as returned by the list databases endpoint.
database_user_namestringyesDatabase username as returned by the list databases endpoint.
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agency-hosting_deleteAgencyPlanWebsiteDatabaseV1 ~85

Permanently deletes a MySQL database and all its data from an Agency Plan website, including its users. The operation is idempotent: deleting a database that does not exist succeeds without error.

NameTypeReqDescription
database_namestringyesFull database name as returned by the list databases endpoint.
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agency-hosting_deleteAgencyPlanWebsiteV1 ~55

Deletes an Agency Plan website and schedules cleanup of its resources. This action is irreversible. Website files, databases, and linked domains are removed.

NameTypeReqDescription
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agency-hosting_getAgencyPlanWebsiteDetailsV1 ~53

Retrieves detailed information about a specific Agency Plan website, including configuration, status, metadata, hosting plan details, and resource quotas.

NameTypeReqDescription
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agency-hosting_getAgencyPlanWebsiteSetupStatusV1 ~92

Returns the current status of an Agency Plan website setup started via the setups endpoint. Poll this endpoint using the `setup_uuid` returned from the provisioning request until `status` becomes `completed`, at which point `website_uid` identifies the new website.

NameTypeReqDescription
order_idintegeryesAgency Plan order ID
setup_uuidstringyesWebsite setup UUID

No output schema declared.

No examples provided.

agency-hosting_getAgencyPlanWebsiteWordPressSettingsV1 ~61

Returns the current WordPress settings for an Agency Plan website: installed core version, LiteSpeed Cache plugin status, object cache status, and maintenance mode status.

NameTypeReqDescription
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agency-hosting_importAgencyPlanWebsiteFromArchiveV1 ~125

Imports an Agency Plan website from an already-uploaded archive. Upload the archive to the website's root directory via file browser first, then provide its filename in this request. Website contents are overwritten by the archive contents. Supported archive types: .zip, .tar, .tar.gz, .tgz.

NameTypeReqDescription
archive_namestringyesArchive filename (e.g., archive.zip). The file must already be uploaded to the website's .h5g/ directory.
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agency-hosting_linkDomainToAgencyPlanWebsiteV1 ~63

Links a domain to the specified Agency Plan website so it can serve traffic for that domain.

NameTypeReqDescription
domainstringyesFully qualified domain name to link to the website
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agency-hosting_listAgencyPlanDomainsV1 ~84

Returns a paginated list of domains associated with Agency Plan websites accessible to the authenticated client. Use the website_uuids filter to narrow results to specific websites.

NameTypeReqDescription
pageintegerPage number
per_pageintegerNumber of items per page
website_uuidsarrayFilter by website UIDs

No output schema declared.

No examples provided.

agency-hosting_listAgencyPlanOrdersV1 ~52

Returns a paginated list of Agency Plan orders accessible to the authenticated client.

NameTypeReqDescription
pageintegerPage number
per_pageintegerNumber of items per page

No output schema declared.

No examples provided.

agency-hosting_listAgencyPlanWebsiteCronJobsV1 ~80

Returns a paginated list of cron jobs configured for an Agency Plan website. Each entry includes the schedule expression and the command executed on that schedule.

NameTypeReqDescription
pageintegerPage number
per_pageintegerNumber of items per page
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agency-hosting_listAgencyPlanWebsiteDatabasesV1 ~77

Returns a paginated list of MySQL databases created for an Agency Plan website. Each entry includes the database's non-system users.

NameTypeReqDescription
pageintegerPage number
per_pageintegerNumber of items per page
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agency-hosting_listAvailableDatacentersForAnAgencyPlanOrderV1 ~114

Lists the datacenters available for provisioning a new website on the given Agency Plan hosting order. Each datacenter includes a `pinger_url` you can ping from the client to measure round-trip latency; comparing the results across datacenters lets you pick the nearest one (lowest ping) before choosing its `code` as the `datacenter_code` when creating a website setup.

NameTypeReqDescription
order_idintegeryesAgency Plan order ID

No output schema declared.

No examples provided.

agency-hosting_listAvailableWordPressVersionsForAnAgencyPlanWebsiteV1 ~48

Lists the WordPress core versions available for installation on an Agency Plan website.

NameTypeReqDescription
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agency-hosting_listRunningAgencyPlanWebsiteProcessesV1 ~84

Lists active and recently completed asynchronous processes for an Agency Plan website. Each process has a unique ID (for tracking), a type, and a status (running, completed, failed). Poll this endpoint after initiating async operations (SSL setup, backups, cloning) to track progress.

NameTypeReqDescription
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agency-hosting_provisionANewAgencyPlanWebsiteV1 ~478

Provisions a new website on one of your Agency Plan hosting orders. Choose the datacenter, stack (`flavor`), and PHP version for the site. Optionally attach your own `domain` — omit it, set it to `null`, or leave it unavailable and a free `*.hostingersite.com` subdomain is generated instead — and/or install WordPress by supplying the `wordpress` details (admin account, site title, and language). Common setups: - **Plain PHP site**: `flavor` set to `php-fpm`, with `settings.php.version`; omit `wordpress` and `type`. - **WordPress site**: `flavor` set to the desired WordPress version (e.g. `wp-7.0`), plus the `wordpress` block (admin account, title, language). - **Static/Node.js frontend app**: `flavor` set to `php-fpm` and `type` set to `node-static`. Provisioning runs in the background, so the response returns immediately with a setup UUID that identifies the job. The new website becomes reachable once provisioning finishes.

NameTypeReqDescription
cloneobjectClone the new website from an existing website
datacenter_codestringyesDatacenter code where the website should be provisioned. Available codes depend on live capacity and are not a fixed set.
derive_domainobjectDerive the domain from an existing vhost
domainstringPrimary domain to attach to the website. Omit or set to null to get a free auto-generated *.hostingersite.com subdomain instead.
flavorstringyesSetup flavor: a specific WordPress version in the format `wp-<major>.<minor>` or `wp-<major>.<minor>.<patch>` (e.g. `wp-6.8.2`), or `php-fpm` for a plain PHP stack. Generic versions like `wp-latest`…
order_idintegeryesAgency Plan order ID
settingsobjectyesWebsite settings
typestringWebsite type
wordpressobjectWordPress installation options

No output schema declared.

No examples provided.

agency-hosting_unlinkDomainFromAgencyPlanWebsiteV1 ~95

Unlinks a domain from the specified Agency Plan website. The website stops serving traffic on this domain immediately. Website files and database are preserved, and any other linked domains remain accessible. If this is the only domain on the website, unlinking leaves the website without an accessible domain.

NameTypeReqDescription
domainstringyesDomain name
website_uidstringyesAgency Plan website UID

No output schema declared.

No examples provided.

agencyHosting_deployNodeStaticWebsite ~321

Deploy a node-static Agency Plan (h5g) website from an archive file. WARNING: this overwrites the website's existing contents and cannot be undone — always confirm with the user before proceeding. Use this for Agency Plan websites of type node-static (a Node.js-built static site that requires a build step or a plain simple static site). The tool resolves the website from its domain, uploads the archive to the website's file browser over TUS, and triggers the build-assets process which builds the site and deploys the result to public_html. This operation is synchronous: the build and deployment complete before the tool returns, so the website is live as soon as the tool finishes successfully — there is no separate asynchronous build to wait for or poll. For plain PHP applications that should be extracted as-is, use agencyHosting_deployPhpApplication instead. The website UID is automatically resolved from the domain.

NameTypeReqDescription
archivePathstringyesAbsolute or relative path to the website archive file. Supported formats: zip, tar, tar.gz, tgz. The archive must contain the application source files. If user provides a directory path, create an ar…
domainstringyesDomain name of the Agency Plan website (e.g., example.com)
removeArchivebooleanWhether to remove the local archive file after successful deployment (default: true)

No output schema declared.

No examples provided.

agencyHosting_deployPhpApplication ~315

Deploy a PHP (or other non-build) Agency Plan (h5g) website from an archive file. WARNING: this overwrites the website's existing contents and cannot be undone — always confirm with the user before proceeding. Use this for Agency Plan websites where the archive contents should be extracted and served as-is with no build step (e.g., PHP applications). The tool resolves the website from its domain, uploads the archive to the website's file browser over TUS, and triggers the import-archive process which overwrites the website contents with the archive contents. This operation is synchronous: the archive is extracted and deployed before the tool returns, so the website is live as soon as the tool finishes successfully — there is no separate asynchronous build to wait for or poll. For node-static websites that require a build step, use agencyHosting_deployNodeStaticWebsite instead. The website UID is automatically resolved from the domain.

NameTypeReqDescription
archivePathstringyesAbsolute or relative path to the website archive file. Supported formats: zip, tar, tar.gz, tgz. If user provides a directory path, create an archive from it before proceeding using EXACTLY this nami…
domainstringyesDomain name of the Agency Plan website (e.g., example.com)
removeArchivebooleanWhether to remove the local archive file after successful deployment (default: true)

No output schema declared.

No examples provided.

billing_createPurchaseOrderV1 ~201

Create a purchase order for any Hostinger product. This unified endpoint places an order for one or more catalog items and works across all Hostinger products, leveraging the existing billing infrastructure. Use the [catalog endpoint](#tag/billing-catalog) to look up the `item_id` values available for purchase. If no payment method is provided, your default payment method will be used automatically. This endpoint only places the order. Product-specific provisioning (e.g. VPS setup or domain registration) is not performed here — once the order completes, use the relevant product endpoints or [hPanel](https://hpanel.hostinger.com/) to finalize setup. Use this endpoint to purchase any product available in the catalog.

NameTypeReqDescription
couponsarrayDiscount coupon codes
itemsarrayyesCatalog price items to purchase
payment_method_idintegerPayment method ID, default will be used if not provided

No output schema declared.

No examples provided.

billing_deletePaymentMethodV1 ~44

Delete a payment method from your account. Use this endpoint to remove unused payment methods from user accounts.

NameTypeReqDescription
paymentMethodIdintegeryesPayment method ID

No output schema declared.

No examples provided.

billing_disableAutoRenewalV1 ~45

Disable auto-renewal for a subscription. Use this endpoint when disable auto-renewal for a subscription.

NameTypeReqDescription
subscriptionIdstringyesSubscription ID

No output schema declared.

No examples provided.

billing_enableAutoRenewalV1 ~45

Enable auto-renewal for a subscription. Use this endpoint when enable auto-renewal for a subscription.

NameTypeReqDescription
subscriptionIdstringyesSubscription ID

No output schema declared.

No examples provided.

billing_getCatalogItemListV1 ~108

Retrieve catalog items available for order. Prices in catalog items is displayed as cents (without floating point), e.g: float `17.99` is displayed as integer `1799`. Use this endpoint to view available services and pricing before placing orders.

NameTypeReqDescription
categorystringFilter catalog items by category
namestringFilter catalog items by name. Use `*` for wildcard search, e.g. `.COM*` to find .com domain

No output schema declared.

No examples provided.

billing_getPaymentMethodListV1 ~66

Retrieve available payment methods that can be used for placing new orders. If you want to add new payment method, please use [hPanel](https://hpanel.hostinger.com/billing/payment-methods). Use this endpoint to view available payment options before creating orders.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

billing_getSubscriptionListV1 ~34

Retrieve a list of all subscriptions associated with your account. Use this endpoint to monitor active services and billing status.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

billing_renewSubscriptionV1 ~137

Create a renewal order for an existing Hostinger subscription. This endpoint places a renewal order for a single subscription, leveraging the existing billing infrastructure. Use the [subscriptions endpoint](#tag/billing-subscriptions) to look up the `subscriptionId` values available for renewal. If no payment method is provided, your default payment method will be used automatically. Use this endpoint to renew any subscription available in your account.

NameTypeReqDescription
couponsarrayDiscount coupon codes
payment_method_idintegerPayment method ID, default will be used if not provided
subscriptionIdstringyesSubscription ID

No output schema declared.

No examples provided.

billing_setDefaultPaymentMethodV1 ~47

Set the default payment method for your account. Use this endpoint to configure the primary payment method for future orders.

NameTypeReqDescription
paymentMethodIdintegeryesPayment method ID

No output schema declared.

No examples provided.

DNS_deleteDNSRecordsV1 ~105

Delete DNS records for the selected domain. To filter which records to delete, add the `name` of the record and `type` to the filter. Multiple filters can be provided with single request. If you have multiple records with the same name and type, and you want to delete only part of them, refer to the `Update zone records` endpoint. Use this endpoint to remove specific DNS records from domains.

NameTypeReqDescription
domainstringyesDomain name

No output schema declared.

No examples provided.

DNS_getDNSRecordsV1 ~42

Retrieve DNS zone records for a specific domain. Use this endpoint to view current DNS configuration for domain management.

NameTypeReqDescription
domainstringyesDomain name

No output schema declared.

No examples provided.

DNS_getDNSSnapshotListV1 ~42

Retrieve DNS snapshots for a domain. Use this endpoint to view available DNS backup points for restoration.

NameTypeReqDescription
domainstringyesDomain name

No output schema declared.

No examples provided.

DNS_getDNSSnapshotV1 ~54

Retrieve particular DNS snapshot with contents of DNS zone records. Use this endpoint to view historical DNS configurations for domains.

NameTypeReqDescription
domainstringyesDomain name
snapshotIdintegeryesSnapshot ID

No output schema declared.

No examples provided.

DNS_resetDNSRecordsV1 ~88

Reset DNS zone to the default records. Use this endpoint to restore domain DNS to original configuration.

NameTypeReqDescription
domainstringyesDomain name
reset_email_recordsbooleanDetermines if email records should be reset
syncbooleanDetermines if operation should be run synchronously
whitelisted_record_typesarraySpecifies which record types to not reset

No output schema declared.

No examples provided.

DNS_restoreDNSSnapshotV1 ~52

Restore DNS zone to the selected snapshot. Use this endpoint to revert domain DNS to a previous configuration.

NameTypeReqDescription
domainstringyesDomain name
snapshotIdintegeryesSnapshot ID

No output schema declared.

No examples provided.

DNS_updateDNSRecordsV1 ~133

Update DNS records for the selected domain. Using `overwrite = true` will replace existing records with the provided ones. Otherwise existing records will be updated and new records will be added. Use this endpoint to modify domain DNS configuration.

NameTypeReqDescription
domainstringyesDomain name
overwritebooleanIf `true`, resource records (RRs) matching name and type will be deleted and new RRs will be created, otherwise resource records' ttl's are updated and new records are appended. If no matching RRs ar…
zonearrayyeszone parameter

No output schema declared.

No examples provided.

DNS_validateDNSRecordsV1 ~144

Validate DNS records prior to update for the selected domain. If the validation is successful, the response will contain `200 Success` code. If there is validation error, the response will fail with `422 Validation error` code. Use this endpoint to verify DNS record validity before applying changes.

NameTypeReqDescription
domainstringyesDomain name
overwritebooleanIf `true`, resource records (RRs) matching name and type will be deleted and new RRs will be created, otherwise resource records' ttl's are updated and new records are appended. If no matching RRs ar…
zonearrayyeszone parameter

No output schema declared.

No examples provided.

domains_checkDomainAvailabilityV1 ~141

Check availability of domain names across multiple TLDs. Multiple TLDs can be checked at once. If you want alternative domains with response, provide only one TLD and set `with_alternatives` to `true`. TLDs should be provided without leading dot (e.g. `com`, `net`, `org`). Endpoint has rate limit of 10 requests per minute. Use this endpoint to verify domain availability before purchase.

NameTypeReqDescription
domainstringyesDomain name (without TLD)
tldsarrayyesTLDs list
with_alternativesbooleanShould response include alternatives

No output schema declared.

No examples provided.

domains_createDomainForwardingV1 ~62

Create domain forwarding configuration. Use this endpoint to set up domain redirects to other URLs.

NameTypeReqDescription
domainstringyesDomain name
redirect_typestringyesRedirect type
redirect_urlstringyesURL to forward domain to

No output schema declared.

No examples provided.

domains_createWHOISProfileV1 ~99

Create WHOIS contact profile. Use this endpoint to add new contact information for domain registration.

NameTypeReqDescription
countrystringyesISO 3166 2-letter country code
entity_typestringyesLegal entity type
tldstringyesTLD of the domain (without leading dot)
tld_detailsobjectTLD details
whois_detailsobjectyesWHOIS details

No output schema declared.

No examples provided.

domains_deleteDomainForwardingV1 ~37

Delete domain forwarding data. Use this endpoint to remove redirect configuration from domains.

NameTypeReqDescription
domainstringyesDomain name

No output schema declared.

No examples provided.

domains_deleteWHOISProfileV1 ~42

Delete WHOIS contact profile. Use this endpoint to remove unused contact profiles from account.

NameTypeReqDescription
whoisIdintegeryesWHOIS ID

No output schema declared.

No examples provided.

domains_disableDomainLockV1 ~55

Disable domain lock for the domain. Domain lock needs to be disabled before transferring the domain to another registrar. Use this endpoint to prepare domains for transfer to other registrars.

NameTypeReqDescription
domainstringyesDomain name

No output schema declared.

No examples provided.