============ Overview ============ URL ----------------------- The HTTP API is available at: https://globalr.com/api/ .. Attention:: For security reasons, you should always send API requests using HTTPS. Authentication ---------------------- All requests require the following authentication parameter: + **api_key** : An alphanumeric code that can be used to authenticate your API calls .. Attention:: If you want send test request you mast send param ``mode=test``. Request Limits ---------------------- Per minute you can send 128 request. Simple request example in PHP ---------------------------------------- Lets for testing purposes create some global function, to test our requests. .. Note:: This function for quick testing, and must be improved in real environment. But it is used in this documentation everywhere . .. code-block:: php available){ echo "Domain Can be registered"; } else { echo "Domain already registerd"; } Final code .. code-block:: php available){ echo "Domain Can be registered"; } else { echo "Domain already registerd"; }