Skip to main content
Usage limits are enforced by API Gateway usage plans.

Plans

Dev

  • Search (GET /v1/search/property): 1 req/s (burst 1)
  • Permits (GET /v1/property/{property_id}/permits): 2 req/s (burst 2)
  • Profile (GET /v1/property/{property_id}/profile): 2 req/s (burst 2)
  • Monthly quota: 20,000

Standard

  • Search: 2 req/s (burst 2)
  • Permits: 10 req/s (burst 10)
  • Profile: 10 req/s (burst 10)
  • Monthly quota: 100,000

Premium

  • Search: 5 req/s (burst 10)
  • Permits: 25 req/s (burst 25)
  • Profile: 25 req/s (burst 25)
  • Monthly quota: 1,000,000

Exceeded limits

When a request exceeds throttle/quota limits, API Gateway returns 429.

Notes

  • Throttles are enforced per API key and per method (plus plan-level aggregate settings).
  • Contact HomeLogs support to move an API key to a different usage plan.