Look up a lot
resolve_parcelResolve a street address or assessor parcel number to the lot itself, from Los Angeles County or San Diego County records: APN, the agency that issues its permits, lot area, the footprint of each existing structure, and the area left for a new unit after the state-minimum setbacks and separation from existing buildings. Use before answering "can I build an ADU here" and before match_plans_to_lot. Coverage is Los Angeles County and San Diego County only. 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". |