Not what you were looking for?

API Overview

Welcome to our API

At Robly, we approach every interface with the idea of making it as clean and simple as possible, and our APIs are no different. One of the keys to Robly’s success is listening to its users and incorporating their feedback. For help with the API, please email support[at]robly.com.

Getting Started:

You can find your API ID and Key under the My Account section of your Robly account. If you need to reset your API Key, please email your request to support[at]robly.com and include your login email address.

API Endpoint

https://api.robly.com/

Requirements

The api_id takes the form of a string like this: 8ec55ecb23a8facac6280e84be513fee
The api_key takes the form of a string like this: eb81bd1f0ad28b0a

By default all results are returned as a JSON string, but XML can also be requested by appending .xml to the API URL. (before the parameters). All API calls are REST calls; either a GET or a POST.

API Limits:

Please contact support for exact API limits but they range from 5 rpm (requests per minute) to 50 rpm depending on the account level and API call.

Contents