Best practices for using APIs
- Call quotas are by the day and by the second: it is strongly recommended to smooth the number of requests over time so as not to disrupt the operation for other users.
- Given the very large size of the response to the global query " Next Passes ", it will be transmitted in compressed mode.
- It is recommended that you enable the " Accept-encoding: gzip, deflate " element in the headers of your requests in order to optimize the response time of the API.