Plans
Dev
- Search (
GET /v1/search/property):1 req/s(burst1) - Permits (
GET /v1/property/{property_id}/permits):2 req/s(burst2) - Profile (
GET /v1/property/{property_id}/profile):2 req/s(burst2) - Monthly quota:
20,000
Standard
- Search:
2 req/s(burst2) - Permits:
10 req/s(burst10) - Profile:
10 req/s(burst10) - Monthly quota:
100,000
Premium
- Search:
5 req/s(burst10) - Permits:
25 req/s(burst25) - Profile:
25 req/s(burst25) - Monthly quota:
1,000,000
Exceeded limits
When a request exceeds throttle/quota limits, API Gateway returns429.
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.

