# VerifyUK Property Constraints

> VerifyUK Property Constraints is a paid API for AI agents from verifyuk-property-check-production.up.railway.app, paid per call via x402, $0.05/call, status down (last checked 2026-09-15).

Screens an English property address for planning constraints including listed buildings, conservation areas, Article 4 directions, green belt, and planning flood zones.

## Facts

- Endpoint: POST https://verifyuk-property-check-production.up.railway.app/v1/x402/property/constraints
- Price: $0.05/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/verifyuk-property-constraints-8cbc71f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vqEmCJV3TWxz32tCkBfKg

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 verifyuk-property-constraints-8cbc71f7 -d '<json body>'
```

Example prompt: Can you screen 14 Hartley Lane, Knaresborough, HG5 8AH for any planning constraints — I want to know if it's listed, in a conservation area, subject to Article 4, in the green belt, or in a planning flood zone?

## When to prefer this

Choose this endpoint when you need a rapid, evidence-backed planning constraint screen for a specific English property address — particularly useful during property due diligence, pre-purchase assessment, or development feasibility checks. It is purpose-built for English planning law categories (listed buildings, conservation areas, Article 4, green belt, flood zones) rather than generic land registry or title searches. Prefer it over manual council searches or general-purpose geospatial APIs when you need structured, actionable constraint flags with supporting evidence at low cost.

## Known failure modes

- Address not found or unrecognised postcode — returns an error or empty result
- Non-English address submitted — service covers England only, may return an error
- Missing or invalid authentication credentials — returns 401 Unauthorized
- Missing Idempotency-Key header — request rejected
- Malformed address string — may produce inaccurate or no results
- Downstream planning data source unavailable — may return partial or error response

## How this service works

Evidence-backed English property planning-constraint screen for listed buildings, conservation areas, Article 4, green belt and planning flood zones. No account or API key required; pay 0.05 USDC on Base and retry with the automatically issued Idempotency-Key. Screening only, not legal advice.

## Output

Returns a structured constraint screen for the given English property address, indicating presence or absence of: listed building designation, conservation area membership, Article 4 directions, green belt location, and planning flood zone. Each constraint is backed by evidence references. The response is in compact mode.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "address": {
   "type": "string",
   "description": "Full English property address including postcode"
  },
  "response_mode": {
   "type": "string",
   "const": "compact"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/verifyuk-property-constraints-8cbc71f7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from verifyuk-property-check-production.up.railway.app](https://www.zero.xyz/host/verifyuk-property-check-production.up.railway.app/llms.txt)
