Registration
Register supported domain names with contacts, nameservers and optional period.
Integrate ccTLD registration, renewal, transfers and management into your registrar, hosting or SaaS platform. HTTPS JSON API, PHP SDK and a free test mode. No unpublished routes.
// Example values only · test mode { "name": "example.am", "period": 1, "ns": [ { "name": "ns1.example.com" }, { "name": "ns2.example.com" } ], "mode": "test" }// Example values only · test mode { "name": "example.am", "period": 1, "ns": [ { "name": "ns1.example.com" }, { "name": "ns2.example.com" } ], "mode": "test" } HTTP 201 completed { "status": 201, "textStatus": "completed", "message": "Domain/s registered Successfully", "errors": [] }
Operations below are published in GlobalR API documentation or the current PHP SDK. Zone-specific rules still apply.
Register supported domain names with contacts, nameservers and optional period.
Renew existing domains. Auto-renew is available on API v2 via the PHP SDK.
Look up a domain, availability, WHOIS text and published price years in one GET.
Update owner, admin, billing and technical contacts, plus NS records.
Check transfer path, then submit a transfer code when the domain allows it.
API v2 exposes authenticated reseller/account details through the PHP SDK.
Price years are returned on the domain check response when the name is available.
WHOIS payload is returned with domain information. There is no separate public whois route in current docs.
Integrate domain operations directly into your own platform.
Use one GlobalR integration for supported domain services.
Reduce manual panel work through API-driven processes.
Build registration workflows into your own software stack.
Create a GlobalR account and confirm it by email.
Request your user token from GlobalR after the account exists.
Send mode=test. No operation fees and no live registrations.
Activate the applicable tariff, then omit test mode for live operations.
Our team can help with API access, authentication and domain integration questions.