The Domainrobot API is a powerful, professional API for managing domains, certificates, dns and much more. The API can be accessed via three different interfaces :
- JSON
- XML
- EPP
The JSON API represents the latest development of the Domainrobot API including all new features like the DomainStudio.
Several Software Development Kit's (SDK's) are available for implementing the JSON API.
- Java: https://github.com/InterNetX/java-domainrobot-sdk
- Php: https://github.com/InterNetX/php-domainrobot-sdk
- Dart: https://github.com/InterNetX/dart-domainrobot-sdk
- Js: https://github.com/InterNetX/js-domainrobot-sdk
A full documentation about the API can be found at https://help.internetx.com/.
There is also a specification available for the JSON API using the Open API V2 standard.
The legacy way to access the Domainrobot API.
A full documentation about the API can be found at https://help.internetx.com/.
The EPP API allows you to interact with the Domainrobot API using EPP syntax. The API is compatible with RFC 5731.
A full documentation about the API can be found at https://help.internetx.com/.
For a detailed changelog, see the CHANGELOG.md file
This project is licensed under the MIT License - see the LICENSE.md file for details