Questions about APIs
This page provides answers to questions regarding our APIs, including their use and common practices.
Last updated
Was this helpful?
This page provides answers to questions regarding our APIs, including their use and common practices.
Last updated
Was this helpful?
Yes, all of our APIs were built similarly, and require an authentication token to gain access to the API and its resources. You can read more about authentication in the specific API's documentation .
GET
method discouraged for some of the APIs?When we mention using this particular method, we are referring to a specific instance of this method: one called through a URL format, and directly appends the parameters to the end of the URL.
This can cause formatting issues when calling the API since some of our APIs handle very complicated parameters.
No. While developer calls run on the same infrastructure as our normal APIs, they are not meant for production use cases and are meant for early debugging and integration testing.
If you know, or suspect that your API token, or Developer API token, was compromised, please contact support immediately with any details that could be of use to our team. We will reset your account's tokens, which you'll see after logging in.
Experimental APIs are normal APIs, that run on our infrastructure, but they haven't met the mark in terms of goal, accuracy, or reliability, according to our team. These APIs may produce outputs that are irrelevant, misleading, or incorrect at times. They are not intended for production environments.
Make sure to properly handle errors when using our APIs. Common errors are listed in each APIs' documentation pages.