12.19.2024
|Products
|FAQs
|1 Min Read
Is there an option to return
QUODD data in JSONP format?
All QUODD APIs support both JSON and JSONP formats. To return data using the JSON format, use "json" as the extension for the service on the URL call.
JSONP or "JSON with padding" is a communication technique used in JavaScript programs that run in Web browsers. It provides a method to request data from a server in a different domain, something prohibited by typical web browsers because of the same-origin policy. To implement JSONP for any API call, you may add the following value pair to your querystring: "&_callback=yourFunction"
For more information on JSONP, check http://www.w3resource.com/JSON/JSONP.php
BackOther Question Frequently Asked

05.31.2024
|Products
|FAQs
|1
What is an API Token?
An API token is an alphanumeric code, unique to your QUODD account, which can be used from any system to validate your API calls.

05.31.2024
|Products
|FAQs
|1
Does QUODD support FIGI?
Yes, QUODD supports FIGI.

05.31.2024
|Products
|FAQs
|1
Is it possible to point to an QUODD IP address instead of an URL?
No. Pointing to our IP address is not permitted because our services are hosted on a virtual environment across multiple servers and availability zones