REG.RU
Check domain availability, get domain info, and register domains on REG.RU
REG.RU is a leading domain registrar and hosting provider in Russia. Check domain name availability, retrieve domain information, and register new domains through the API.
Check domain name availability via REG.RU API. Returns whether the domain is available for registration, its price, and whether it is a premium domain.
| Parameter | Type | Required | Description |
|---|
username | string | Yes | No description |
password | string | Yes | No description |
domain | string | Yes | No description |
| Parameter | Type | Description |
|---|
domain | string | The domain name that was checked |
available | boolean | Whether the domain is available for registration |
price | number | Registration price |
currency | string | Price currency (RUB, USD) |
premium | boolean | Whether the domain is a premium domain |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | API success status |
available | boolean | Domain availability status |
domainInfo | json | Domain details and info |
created | boolean | Domain created successfully |
result | json | Full API response |
error | string | Error message if any |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | API success status |
available | boolean | Domain availability status |
domainInfo | json | Domain details and info |
created | boolean | Domain created successfully |
result | json | Full API response |
error | string | Error message if any |