# Locus Local Legislation Property Scan

> Locus Local Legislation Property Scan is a paid API for AI agents from api.locus.report, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-16).

Scans local records, parcel rules, and risk signals for a US property address or ZIP code to surface factors affecting use, cost, plans, or future value.

## Facts

- Endpoint: POST https://api.locus.report/api/locus-local-legislation
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/locus-local-legislation-property-scan-34429c6b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8Ye1KXe4LVw5Zr5N_uLc7

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability locus-local-legislation-property-scan-34429c6b -d '<json body>'
```

Example prompt: Run a Locus property scan on 742 Evergreen Terrace, Springfield, IL 62704 — I want to see any local records, parcel rules, or risk signals that could affect what I can do with that property or what it might cost me.

## When to prefer this

Choose this endpoint when you need a quick, low-cost preliminary scan of local records and regulatory signals for a specific US property or ZIP code — especially before deeper due diligence, investment decisions, or development planning. It is particularly useful when a full street address is available for parcel-level precision, but also works at ZIP code granularity for area-level screening.

## Known failure modes

- Address not recognized or cannot be geocoded to a US parcel — returns empty records array
- ZIP code outside supported coverage area — may return empty or limited results
- Malformed input (missing both address and zip) — likely returns validation error
- Service downtime or upstream data source unavailability — may return error or partial data
- Payment failure via x402 protocol — request not processed

## How this service works

Recent property-relevant local legislation preview for an address. Perfect for: recent zoning bills, local ADU / short-term rental laws, property tax bills enacted. Returns a headline enacted/watch item via LegiScan plus official Legistar where wired. Paid full output adds snippets, status history, attachments, and agent next-tool hints. Not legal advice. Charge-free when unresolved or no substantive answer.

## Output

Returns a JSON object with a scan ID, a list of local records relevant to the property, parcel-level rules and restrictions, risk signals, a generatedAt timestamp, and any applicable caveats about data completeness or freshness.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "address": {
   "type": "string",
   "minLength": 1
  },
  "domains": {
   "type": "array",
   "items": {
    "type": "string",
    "maxLength": 80,
    "minLength": 1
   }
  },
  "ownerActions": {
   "type": "array",
   "items": {
    "enum": [
     "deadline_created",
     "exemption_changed",
     "appeal_procedure",
     "cap_changed",
     "ballot_measure",
     "sunset",
     "fee_or_penalty",
     "registration_required",
     "disaster_relief"
    ],
    "type": "string"
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "id": "locus_example",
  "caveats": [
   "Example artifact; not live data."
  ],
  "records": [],
  "generatedAt": "2026-01-01T00:00:00.000Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/locus-local-legislation-property-scan-34429c6b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.locus.report](https://www.zero.xyz/host/api.locus.report/llms.txt)
