Authentication, Request & Response
RESTful APIs (HTTP GET) are used for sending the request where inputs are sent as part of URL in the form of query parameters.Response is received in Json format.Sometimes, API can return diagnostic response in plain/text format instead of actual data. When this happens, user will need to send the request again - till they receive actual data. A list of available diagnostic responses can be found hereAuthentication#
To receive the response, user will need to send valid "AccessKey" parameter with each request. User can get the accessKey for their use by contacting our Sales Team and making the payment for the data subscription. Modified at 2026-03-25 07:48:24