Cited property-value appeal deadline arithmetic for a covered state
Cited property-value appeal deadline arithmetic for a covered state. Perfect for: 'appeal deadline from my notice date', 'property-tax protest window'. Returns the rule, statute, source, computed dates when inputs support them, caveats, and verify-next. Never advice to appeal. Charge-free when the state/locality is not covered.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
369 msmedian answer time
$0.01listed price per call
$0.01price 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://api.locus.report/api/locus-appeal-window
| Category | Everything else |
|---|---|
| Provider host | api.locus.report |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 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.01 | 369 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": {
"anyOf": [
{
"additionalProperties": false,
"properties": {
"address": {
"maxLength": 200,
"minLength": 5,
"type": "string"
},
"countyExtended": {
"type": "boolean"
},
"locality": {
"enum": [
"nyc_class1",
"nyc_other",
"nassau",
"philadelphia"
],
"type": "string"
},
"noticeDate": {
"format": "date",
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$",
"type": "string"
},
"propertyClass": {
"maxLength": 80,
"minLength": 1,
"type": "string"
},
"revaluationYear": {
"type": "boolean"
},
"state": {
"maxLength": 40,
"minLength": 2,
"type": "string"
},
"year": {
"maximum": 2100,
"minimum": 2000,
"type": "integer"
}
},
"required": [
"state"
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
"address": {
"maxLength": 200,
"minLength": 5,
"type": "string"
},
"countyExtended": {
"type": "boolean"
},
"locality": {
"enum": [
"nyc_class1",
"nyc_other",
"nassau",
"philadelphia"
],
"type": "string"
},
"noticeDate": {
"format": "date",
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$",
"type": "string"
},
"propertyClass": {
"maxLength": 80,
"minLength": 1,
"type": "string"
},
"revaluationYear": {
"type": "boolean"
},
"state": {
"maxLength": 40,
"minLength": 2,
"type": "string"
},
"year": {
"maximum": 2100,
"minimum": 2000,
"type": "integer"
}
},
"required": [
"address"
],
"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"
}