Check exact-parcel permit status and published closeout fields
Check exact-parcel permit status and published closeout fields. Coverage: Raleigh, Durham, Wake County, Austin, Seattle, Chicago, Los Angeles, New York City. When enabled, recheckTargets supply exact arguments for this paid endpoint; rechecks return changed, unchanged, or unavailable. Caller-scheduled only. Not an inspection, compliance, occupancy, or closing approval. Uncertain or unavailable evidence is charge-free. npx @velinussage/locus-agent-skill add.
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://api.locus.report/api/locus-permit-closeout-check
| Category | Company and compliance |
|---|---|
| Provider host | api.locus.report |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 2 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.05 | 285 ms |
Example input (from the provider)
{
"body": {
"address": "1 E Edenton St, Raleigh, NC 27601"
},
"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,
"properties": {
"address": {
"maxLength": 240,
"minLength": 5,
"type": "string"
},
"county": {
"maxLength": 80,
"minLength": 2,
"type": "string"
},
"delivery": {
"additionalProperties": false,
"properties": {
"statusToken": {
"pattern": "^[A-Za-z0-9_-]{43,128}$",
"type": "string"
},
"url": {
"format": "uri",
"maxLength": 2048,
"type": "string"
},
"verificationSecret": {
"pattern": "^[A-Za-z0-9_-]{43,128}$",
"type": "string"
}
},
"required": [
"url",
"verificationSecret",
"statusToken"
],
"type": "object"
},
"municipality": {
"maxLength": 80,
"minLength": 2,
"type": "string"
},
"parcelIds": {
"items": {
"maxLength": 80,
"minLength": 1,
"type": "string"
},
"maxItems": 25,
"minItems": 1,
"type": "array"
},
"permitId": {
"maxLength": 160,
"minLength": 1,
"type": "string"
},
"priorSnapshotId": {
"maxLength": 200,
"minLength": 1,
"type": "string"
},
"state": {
"maxLength": 2,
"minLength": 2,
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}