Api documentation

Here you can find documentation for all our api:s with example data. You can also try them out.

Rate and quota limits

Qondor implements rate and quota limits to provide a predictable and pleasant experience for all types of Qondor users. The rate limit is set to maximum 10 calls per second and the quota limit is set to maximum 100 000 within a 24 hour period.

What this means is that if you exceed any of these limits you will get the response code 429 - Too many requests until the limiting period is up. You will have to adapt your application to handle the 429 response code and retry your calls later.