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
What made this section unhelpful for you?
Change domain contact information
Header Parameters
Body Parameters
Domain name
Update domain admin contact information
Show child attributes
Additional parameter
Response
Response Attributes
Response Attributes
Show child attributes
What made this section unhelpful for you?
Response
{
"status": 200,
"textStatus": "success",
"message": "All changes made Successfully.",
"errors": []
}
What made this section unhelpful for you?
Change domain nameservers(DNS)
Header Parameters
Body Parameters
Added new DNS list
Show child attributes
Response
Response Attributes
Response Attributes
Show child attributes
What made this section unhelpful for you?
Response
{
"status": 200,
"textStatus": "success",
"message": "All changes made Successfully.",
"errors": []
}
What made this section unhelpful for you?
Change domain additional field
More information about domain additional field follow the link
Header Parameters
Body Parameters
Response
Response Attributes
Response Attributes
Show child attributes
What made this section unhelpful for you?
Response
{
"status": 200,
"textStatus": "success",
"message": "All changes made Successfully.",
"errors": []
}
What made this section unhelpful for you?
NameServer bulk update
Header Parameters
Body Parameters
All domains from the collection will be assigned the specified DNS
Show child attributes
Show child attributes
Response
Response Attributes
Response Attributes
Show child attributes
What made this section unhelpful for you?
Response
{
"status": 200,
"textStatus": "success",
"message": "All changes made Successfully.",
"errors": []
}
What made this section unhelpful for you?
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.
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
}
]
}