Loading...

Knowledge Base

API Response Formats: JSON and XML

When your system or integration needs to receive API responses in a specific format. This article explains how to use JSON or XML response formats in API calls.

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

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

 

Loading...