Today we published the User API whose main purpose is automatic monitoring your daily API limits. We have a quite high daily limit – 100,000 API requests, but even this limit could be accidentally exceeded. To predict the daily limit exceeding and avoid service interruption, we published a special API for monitoring the current usage.

The User API has several valuable fields and you can read about them on our User API documentation page, but from the API limit point of view the most valuable are:

  • apiRequests. The number of API requests on the last day any request had been performed. Please note, that the number of API requests resets at midnight UTC, but you will see the limit for the previous day until the new API request will be performed after the reset.
  • apiRequestsDate. The date of the last API request.

More about out API limits you can read in our documentation.