Skip to main content
HomeLogs provides permit-backed property intelligence for server-to-server integrations. Core workflow:
  1. Resolve a property with GET /v1/search/property
  2. Pull permit history with GET /v1/property/{property_id}/permits
  3. Pull summarized intelligence with GET /v1/property/{property_id}/profile

Base URLs

  • Production: https://api.homelogs.io

Authentication model

All business endpoints require X-API-Key. API Gateway enforces:
  • API key validity
  • Usage plan throttles
  • Monthly quotas

Important v1 behavior

  • Routes are versioned under /v1.
  • search/property uses ordered matching: exact -> normalized -> fuzzy.
  • Fuzzy auto-match returns only when match_confidence >= 0.85; otherwise 404.
  • property_id is a stable property identity token.
  • property/{property_id}/permits supports cursor pagination.
  • Invalid property_id format returns 400; valid but unknown returns 404.

Quickstart

Make your first authenticated request in minutes.

API Reference

Full endpoint contract and schemas.