All methods in the API accept these parameters:
pid |
Unique API_KEY string that is assigned to the caller. You can find your API Key on the Account Settings page. |
format
|
The format of the response. Supported values are:
- json - The response is in JSON format with UTF-8 encoding. This is the default if the parameter is absent.
- xml - The response is in XML format with UTF-8 encoding.
- jsonp - The response is in JSON format with UTF-8 encoding wrapped in a JavaScript method called padding. The padding must be specified with the query parameter 'callback'. Only single expressions (function reference, or object property function reference) are accepted as valid padding.
- jsonvar - The response is in JSON format with UTF-8 encoding and includes a JavaScript assignment statement. This is useful when the API URL is the src attribute of a script tag, as the result is stored in a variable that can be used by subsequent JavaScript code.
|
limit |
Number of results to return. Optional; usually defaults to 10 items and maxes out at 50 |
offset |
The starting index to return results from. Optional; defaults to 0 and usually maxes out at 10,000 |