Documentation

Using XML, JSON and SOAP Methods


Each service can be executed in a single HTTP or HTTPS request to our servers; there is no requirement to negotiate an access key.

When using XML or SOAP, most methods return data in an XML element which is named (method_name)_res; for example, area_code returns the result in an XML element named <area_code_res>.

Every XML, JSON and SOAP result contains common status, error code and version number components.

Full details on the XML, JSON and SOAP API are available here.

Next: Asynchronous Methods