Introduction
Welcome to the BETA Globalr API documentation. This API allows developers to interact with the Globalr system programmatically, providing a set of endpoints and functionalities to manage domains, user accounts, and more.
Base URL
Production:
https://globalr.com/api/v2
User
This area you can explore endpoints related to user accounts, including authentication, profile management, and billing details.
Domain
Modify Domain records
There are four block of contact information - Owner, Administrative, Technical and Billing. Each block could be updated seperately. While update of any information in some block, whole information of the block must be sent.
For .AM domain in the block of owner you can’t change Name and Last Name or Company Name (in case of organization) information. This part requires printed documents.
If you want send test request you mast send param mode=test
Transfer Domain
Transfer procedure divorced to two type.
- transfer must be done in GlobalR system
- transfer from other registrar
In any case more preferable make two request first check domain can be transferred or not (and which way it can be transferеd), second send transfer code.
If domain that must be transferеd registered thru globalr.com, in checking part our system will generate inner transfer code and will send to admin email.
Other ways you must send transfer code, that you get from losing registrar or registry.
What made this section unhelpful for you?
Check transfer type
Retrieve all the branches associated with the account
If "selfSignCode": true
it is mean that domain is registered thru globalr.com and must transferred via inner code.
If domain registrar was locked("locStatus": false,
) you can’t transfer domain you need first unlock the domain.
And finally you must check "codeTransfer": true,
because if this parameter was false, transfer can’t be maked via transfer code.
Header Parameters
Path Parameters
Response
Response Attributes
Response Attributes
What made this section unhelpful for you?
Response
{
"status": 200,
"locStatus": false,
"selfSignCode": true,
"textStatus": "success",
"domain": "example.am",
"textMassage": "Transfer Code for this domain sent to domain admin contact"
}
What made this section unhelpful for you?
Transfer domain
Retrieve a specific branch details
Header Parameters
Body Parameters
Response
What made this section unhelpful for you?
Response
What made this section unhelpful for you?
Prices
This API call get extension prices list.
Header Parameters
Query Parameters
Limit of extension list
Search name
Response
Response Attributes
Show child attributes
Response Attributes
What made this section unhelpful for you?
Response
{
"limit": 20,
"offset": 0,
"count": null,
"data": [
{
"id": 2,
"name": ".ge",
"price": 15.8,
"renew_price": 15.8,
"transfer_price": 15.8,
"amount_with_trustee": null,
"min_registration_year": 1
}
]
}