Limits by plan
The discovery endpoints (
GET /us/statutes/coverage and GET /us/statutes/divisions) cost no credits or one credit, but they still count against these rate limits. Coverage changes weekly, not hourly, so cache both rather than calling them on every request.Handling a 429
When you exceed a limit the API returns429 with a Retry-After header telling you how many seconds to wait. Respect it, and add exponential backoff so retries spread out under sustained pressure.
Related
Errors
Every status code and how to recover from it.

