Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.homelogs.io/llms.txt

Use this file to discover all available pages before exploring further.

HomeLogs provides geo-first APIs for permit retrieval, geo-scoped signal discovery, and permit-scoped lead analytics. For a plain-language catalog of the current signal set, see Signals Catalog.

Time to first value

Most teams can get a first successful response in about 3 minutes:
  1. Resolve input text into a stable geo_id
  2. Pull permits for that geo_id
  3. Pull geo-scoped or permit-scoped signals for that same geo_id

Start Quickstart

Fast copy/paste path to first 200 response.

API Reference

Full endpoint contract and schemas.

Troubleshooting

Fix 403/422/429 and empty-result scenarios quickly.

Choose your integration path

If you want to…Start withThen call
Search by place text (city/zip/jurisdiction)GET /v1/locations/resolveGET /v1/permits/search
Display one location overviewGET /v1/locations/{geo_id}optional GET /v1/signals/geo/location/{geo_id}
Build a geo-scoped hotspot feed across WAGET /v1/signals/geo/searchoptional GET /v1/signals/catalog
Discover active signal keys and timing familiesGET /v1/signals/catalogGET /v1/signals/geo/location/{geo_id}
Build permit-scoped leads for a non-property geo_idGET /v1/locations/{geo_id}GET /v1/signals/permit/leads
Summarize permit-scoped activity for a non-property geo_idGET /v1/locations/{geo_id}GET /v1/signals/permit/stats

Base URL and auth

Base URL: https://api.homelogs.io
X-API-Key: <your_api_key>

Next