Real Estate Cloud Web Services


Overview

The RECloud API allows you to call methods that respond in REST style xml. Individual methods are detailed in the menu on the left.

The API root URL is located at http://api.recloud.me/1.0/

Generally speaking, you will send a method paramter expressed as 'package.method' along with method specific arguments to the root URL. The API currently only supports the JSON transport method.

Encoding

Use UTF-8 encoding when sending arguments to API methods.

Terms of Service

For our Terms of Service please see here

Global Request Fields


API Field Type Required Notes
api_key varchar yes A valid recloud.me API key is required for all requests
limit int no Not applicable to all methods
page int no Not applicable to all methods
per_page varchar no Default is 10; Max is 50 - Not applicable to all methods