2

StackAuth sites doco doesn't mention that it requires an API key and there are no X-RateLimit-Max and X-RateLimit-Current response headers on the request.

At this stage I am passing my API key just in case. Are StackAuth requests envisaged to ever require the API key?

Igor Zevaka
  • 405
  • 2
  • 9

2 Answers2

2

StackAuth does not currently have an API request limit. You really shouldn't be hitting it more than once a day though, for site information, and in accordance with general API guidelines for associated users. Both of which can be safely cached quite heavily.

Eventually some sort of throttling scheme will be put in place.

Kevin Montrose
  • 18,660
  • 6
  • 34
  • 62
0

Short answer: No.

If you don't use an API key, then you don't get very many api requests per day (I THINK 200, but I'm probably wrong). If you use a key then it's somewhere around 10,000

Matt S.
  • 4,685
  • 2
  • 14
  • 12