Match pre-approved plans to a lot
match_plans_to_lotGiven an address or APN, find which A-du Build plan sets physically fit the lot: the buildable envelope is computed from the county parcel and building footprints with the local setback table, then every published plan is placed in it and scored by size, bedrooms, pre-approval in that city and how tightly it fits. Returns the best match and up to three alternates with URLs. Use for "which ADU plans would fit my backyard". Los Angeles County only for the fit step. Example: {"address": "12237 Wendy Dr, Cerritos, CA 90703"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apn | No | Assessor parcel number, punctuated as the county prints it (7056-012-013 in Los Angeles, 639-660-14-00 in San Diego). | |
| county | No | Force the county: la (Los Angeles) or sd (San Diego). Usually inferred from the address. | |
| address | No | Street address with city; ZIP helps. Example: "12237 Wendy Dr, Cerritos, CA 90703". |