Evaluate a US property address for parcel match, FEMA flood zone, flood proximit
Evaluate a US property address for parcel match, FEMA flood zone, flood proximity, taxing entities, school district, permit history, zoning/land-use context, insurance red flags, due-diligence risk score, quality score, recommended next steps, and official source links.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
137 msmedian answer time
$0.001listed price per call
$0.001price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://property-risk-passport-api.lifebite-app.workers.dev/v1/property-risk-full
| Category | Everything else |
|---|---|
| Provider host | property-risk-passport-api.lifebite-app.workers.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 7 from 4 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.001 | 137 ms |
Example input (from the provider)
{
"body": {
"address": "611 Walker St, Houston, TX 77002",
"response_mode": "compact"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"keywords": [
"property risk",
"real estate due diligence",
"flood zone",
"FEMA NFHL",
"parcel lookup",
"tax entities",
"school district",
"permit history",
"zoning",
"homebuyer",
"insurance risk",
"Texas property",
"Harris County",
"Houston"
],
"properties": {
"address": {
"description": "Full US property street address to evaluate.",
"maxLength": 300,
"minLength": 5,
"type": "string"
},
"includeOwner": {
"default": false,
"description": "Optional. Include ownerName in the response when explicitly true.",
"type": "boolean"
},
"response_mode": {
"default": "full",
"description": "Use compact for a shorter agent-readable summary.",
"enum": [
"full",
"compact"
],
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"address_input": {
"type": "string"
},
"address_normalized": {
"type": [
"string",
"null"
]
},
"confidence_score": {
"type": "number"
},
"data_quality_score": {
"type": "number"
},
"flood_proximity": {
"type": "object"
},
"flood_zone": {
"type": "object"
},
"land_use": {
"type": [
"object",
"null"
]
},
"match_status": {
"type": "object"
},
"parcel": {
"type": "object"
},
"permit_history": {
"type": "object"
},
"quality_breakdown": {
"type": "object"
},
"result_status": {
"type": "string"
},
"risk_breakdown": {
"type": "object"
},
"risk_score": {
"type": [
"number",
"null"
]
},
"schema_version": {
"type": "string"
},
"tax_jurisdictions": {
"type": "object"
},
"taxing_entities": {
"type": "object"
},
"zoning": {
"type": "object"
}
},
"required": [
"result_status",
"address_input",
"match_status",
"parcel",
"flood_zone",
"flood_proximity",
"tax_jurisdictions",
"risk_score",
"confidence_score",
"data_quality_score"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}