1,000 requests/day per account.
A day starts at 00:00:00 UTC and ends at 23:59:59 UTC.
Keeping track of your usage
Every response you receive from the API will include two additional headers specifying the number of requests that have been used and the maximum number of requests available for your account.
These headers are x-request-usage
and x-request-limit
, respectively.
HTTP/1.1 200 OK ... X-Request-Limit: 1000 X-Request-Usage: 643
If you exceed the number of allowed requests you will receive an HTTP 420
error.
HTTP/1.1 420 Chill Out! { "status": 420, "message": "Chill Out!", "additional": "used 1000 of 1000 daily requests", "see_also": "https://appfigures.com/support/faq#/question/420" }
Can I increase my daily request limit?
Absolutely. We offer several different options. You can see all options by going into Account settings > API. If you have any questions or need a temporary increase don’t hesitate to get in touch.