Theme switcher

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.

To switch to the first version you can follow the link https://globalr.com/doc/api

Example implementation in Github

Base URL

Production:

https://globalr.com/api/v2

Language Box

User

This area you can explore endpoints related to user accounts, including authentication, profile management, and billing details.

Domain

Was this section helpful?

What made this section unhelpful for you?

Domain information

There is posible 4 type of response

  • domain is invalid
  • domain is free for registration
  • domain has unsupported extension
  • domain Name already registered, but not by you
  • domain Name already registered, and owned by you

Header Parameters

Authorizationstring
Content-Typestring

Path Parameters

domainstring

Response

200
Object

Response Attributes

domainstring
massagestring
infoobject

Show child attributes

availableboolean
whoisstring
pricesarray

Show child attributes

200
Object

Response Attributes

domainstring
massagestring
availableboolean
whoisstring
pricesarray

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

GET

/domain/{domain}

Select
1 2 3 curl --location --globoff 'https://globalr.com/api/v2/domain/{domain}' \ --header 'Authorization: Bearer ACCESS_TOKEN' \ --header 'Content-Type: application/json'

Response

{
  "domain": "checkfreedomain.am",
  "massage": "This domain is busy and unavailable for registration",
  "info": {
    "name": "example.am",
    "created_at": "2016-08-10 10:38:58",
    "expiration_date": "2017-08-11 00:00:00",
    "status_id": "2",
    "registered_at": "2016-08-11 00:00:00",
    "exp_days": 204,
    "contacts": {
      "admin": {
        "entity": "person",
        "name": "Jone",
        "last_name": "Smith",
        "organisation": "",
        "email": "jhone@example.com",
        "phone": "+5555555555",
        "mobile_phone": "",
        "fax": "",
        "country_code": "AM",
        "city": "Yerevan",
        "state": "",
        "address1": "Example street 8/33",
        "address2": "",
        "zip": "0010"
      },
      "owner": {
        "entity": "person",
        "name": "Jone",
        "last_name": "Smith",
        "organisation": "",
        "email": "jhone@example.com",
        "phone": "+5555555555",
        "mobile_phone": "",
        "fax": "",
        "country_code": "AM",
        "city": "Yerevan",
        "state": "",
        "address1": "Example street 8/33",
        "address2": "",
        "zip": "0010"
      },
      "billing": {
        "entity": "person",
        "name": "Jone",
        "last_name": "Smith",
        "organisation": "",
        "email": "jhone@example.com",
        "phone": "+5555555555",
        "mobile_phone": "",
        "fax": "",
        "country_code": "AM",
        "city": "Yerevan",
        "state": "",
        "address1": "Example street 8/33",
        "address2": "",
        "zip": "0010"
      },
      "technical": {
        "entity": "person",
        "name": "Jone",
        "last_name": "Smith",
        "organisation": "",
        "email": "jhone@example.com",
        "phone": "+5555555555",
        "mobile_phone": "",
        "fax": "",
        "country_code": "AM",
        "city": "Yerevan",
        "state": "",
        "address1": "Example street 8/33",
        "address2": "",
        "zip": "0010"
      }
    },
    "ns": [
      {
        "name": "ns1.globalr.com",
        "ip": ""
      },
      {
        "name": "ns2.globalr.com",
        "ip": ""
      }
    ]
  },
  "available": false,
  "whois": "%\n%AM TLD whois server #1\n%\n\n   Domain name: example.am\n   ..... Full whois info ......",
  "prices": [
    {
      "price": 19.9,
      "year": 1
    },
    {
      "price": 39.8,
      "year": 2
    },
    {
      "price": 59.7,
      "year": 3
    },
    {
      "price": 79.6,
      "year": 4
    },
    {
      "price": 99.5,
      "year": 5
    }
  ]
}
Was this section helpful?

What made this section unhelpful for you?

Register Domain

For domain registration you must send 3 type contacts, minimum 2 unique valid name server, domain name, and optional registration period in year (by default year is equivalent to 1);

Additional Fields

Please, check domains additional fields Additional Fields.

If you want send test request you mast send param mode=test

Available status codes

  • Status: 200 - success
  • Status: 201 - completed
  • Status: 402 - Payment Required
  • Status: 422 - invalid data (in this case field will be provided in errors array)
  • Status: 500 - Internal Error

Header Parameters

Authorizationstring
Content-Typestring

Body Parameters

namestring

Domain name

periodsinteger

Registration period time(year). By default 1 year.

contactsobject

Show child attributes

nsarray

Show child attributes

_am-privacyboolean

boolean(optional, only for am)

Response

200
Object

Response Attributes

statusnumber
textStatusstring
messagestring
errorsarray
422
Object

Response Attributes

statusnumber
textStatusstring
errorsobject

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

POST

/domain

Select
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 curl --location 'https://globalr.com/api/v2/domain' \ --header 'Authorization: Bearer ACCESS_TOKEN' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "example.am", "periods": 1, "contacts": { "owner": { "name": "Jhone", "surname": "Smith", "organisation": "Company", "email": "smith@gmail.com", "phone": "+123456789", "mobile_phone": "+123456789", "fax": "+123456789", "country": "US", "city": "New York", "state": "NY", "address": " Ap #322-1875 Pellentesque", "address2": "", "zip": "2547" }, "admin": { "name": "string", "surname": "string", "organisation": "string (Optional)", "email": "string", "phone": "123456789", "mobile_phone": "123456789", "fax": "string (Optional)", "country": "string (Country code or Name)", "city": "string", "state": "string", "address": "string", "address2": "string (Optional)", "zip": "number" }, "billing": { "name": "string", "surname": "string", "organisation": "string (Optional)", "email": "string", "phone": "123456789", "mobile_phone": "123456789", "fax": "string (Optional)", "country": "string (Country code or Name)", "city": "string", "state": "string", "address": "string", "address2": "string (Optional)", "zip": "number" }, "technical": { "name": "string", "surname": "string", "organisation": "string (Optional)", "email": "string", "phone": "123456789", "mobile_phone": "123456789", "fax": "string (Optional)", "country": "string (Country code or Name)", "city": "string", "state": "string", "address": "string", "address2": "string (Optional)", "zip": "number" } }, "ns": [ { "ns1name": "ns1@globalr.com", "ip": { "ip1": "127.0.0.1", "ip2": "127.0.0.2" } }, { "ns2name": "ns1@globalr.com", "ip": { "ip1": "127.0.0.1", "ip2": "127.0.0.2" } } ], "_am-privacy": false }'

Response

{
  "status": 201,
  "textStatus": "completed",
  "message": "Domain/s registered Successfully",
  "errors": []
}
Was this section helpful?

What made this section unhelpful for you?

Renew Domain

If you want send test request you mast send param mode=test

Header Parameters

Authorizationstring
Content-Typestring

Body Parameters

domainsarray

Domain collection, where key is domain , value is a renew time(year)

Show child attributes

Response

200
Object

Response Attributes

statusnumber
textStatusstring
messagestring
errorsarray
402
Object

Response Attributes

statusnumber
textStatusstring
errorsobject

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

POST

/domain/renew

Select
1 2 3 4 5 6 7 8 9 10 11 12 13 curl --location 'https://globalr.com/api/v2/domain/renew' \ --header 'Authorization: Bearer ACCESS_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "domains": [ { "example.am": "1" }, { "example.com": "2" } ] }'

Response

{
  "status": 200,
  "textStatus": "success",
  "message": "Your renewal is now completed.",
  "errors": []
}
Was this section helpful?

What made this section unhelpful for you?

Auto Renew Domain

This API call enabled/disabled domain auto-renew.

Header Parameters

Authorizationstring
Content-Typestring

Body Parameters

domainstring

Domain name

renewboolean

1 enable auto-renew, 0 - disable auto-renew

Response

200
Object

Response Attributes

statusnumber
textStatusstring
messagestring
errorsarray
422
Object

Response Attributes

statusnumber
textStatusstring
errorsobject

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

POST

/domain/autoRenew

Select
1 2 3 4 5 6 7 curl --location 'https://globalr.com/api/v2/domain/autoRenew' \ --header 'Authorization: Bearer ACCESS_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "domain": "example.am", "renew": false }'

Response

{
  "status": 200,
  "textStatus": "success",
  "message": "Your example.am domain will be renewed 7 days before the expiration date! Please, fill your balance in time.",
  "errors": []
}
Was this section helpful?

What made this section unhelpful for you?

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.

Prices

This API call get extension prices list.

Header Parameters

Authorizationstring
Content-Typestring

Query Parameters

limitinteger

Limit of extension list

offsetinteger
searchstring

Search name

Response

200
Object

Response Attributes

limitnumber
offsetnumber
countnumber
dataarray

Show child attributes

403
Object

Response Attributes

dataarray
Was this section helpful?

What made this section unhelpful for you?

GET

/prices?limit=20&offset=0&search=

Select
1 2 3 curl --location 'https://globalr.com/api/v2/prices?limit=20&offset=0' \ --header 'Authorization: Bearer ACCESS_TOKEN' \ --header 'Content-Type: application/json'

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
    }
  ]
}
Was this section helpful?

What made this section unhelpful for you?