Online Domain Tools API

API that is currently implemented in Online Domain Tools is listed below. The list will be updated as we implement new features to our API. If you are in need of API that is not currently available, feel free to tell us about your needs through our support system.

Supported API (last update 7th November 2017):

  • Account API
  • Bulk Email Verifier API
  • Keyword Rank SERP Checker
  • Nmap Online Scanner API
  • Online Mail Server Blacklist Checker API
  • Online Website Link Checker API
  • Password Checker Online API
  • Whois Online API

Documentation

Detailed documentation of ODT API authentication mechanisms and all API calls is available in PDF: ODT API Specification

Code Samples

In order to make it easier for you to start with ODT API, we have created following examples in C# and PHP. In ODT API, clients use signed HTTPS POST requests to invoke API calls, server replies with JSON responses.

C# Code Sample

This sample shows how to send an authenticated API request and how to use this mechanism to call Whois Online API using synchronous and polling modes. Please read the ODT API Specification (download above) for more information about the API calling modes. Should you need any help with our API, feel free to contact our support.

This C# sample program expects ODT API key and secret as its command line arguments. Here is a sample output of this program:

PHP 5.3+ Code Sample

This PHP sample is very similar to the C# sample above.

PHP 5.3+ Email Verifier API Code Sample

Please visit ODT API – Bulk Email Verifier API Sample

PHP 5.3+ Whois API Bulk Lookup Sample

Please visit ODT API – Whois API Bulk Lookup Sample