The API follows RESTful principles, allowing you to specify a content-type as an Accepts header with your request. Currently, the following content-types are supported.
Type | Description |
---|---|
JSON | The most commonly used and default response format. Sends back a JSON document containing response data, or information about an error. |
JSONP | Wraps the JSON response in a function callback. Requires an accompanying callback query string parameter. If this is not specified, it is defaulted to application/JSON |
Comments
0 comments
Article is closed for comments.