Response Formats

Available Response Formats

The HTTP API currently supports the following response formats:

  • XML
  • JSON

Requesting a specific Response Format

You can specify the required Response Format as an extension to the URL path as illustrated below:

Example (JSON): /api/domains/register.json?parameters

Example (XML): /api/domains/register.xml?parameters

Note

JSON response is returned by default, if no response format is specified.