ToolAssay

Cited owner programs and statewide property-tax rules for a US place

Cited owner programs and statewide property-tax rules for a US place. Perfect for: 'owner programs near this property', 'homestead or exemption rules', 'property-tax appeal and payment windows'. Returns curated local/state/national rows plus cited statewide rows derived from Locus tax and appeal registries. No eligibility decision or recommendation. Charge-free when no registry or derived row returns.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
25 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-owner-programs

CategoryCompany and compliance
Provider hostapi.locus.report
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 25 ms

Example input (from the provider)

{
  "body": {
    "address": "1 E Edenton St, Raleigh, NC 27601",
    "includeDerived": true
  },
  "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": 200,
              "minLength": 1,
              "type": "string"
            },
            "classes": {
              "items": {
                "enum": [
                  "mitigation_grant",
                  "insurance_discount_mandate",
                  "flood_map_correction",
                  "utility_credit",
                  "lead_service_line",
                  "sidewalk_cost_share",
                  "flood_protection_rebate",
                  "abatement",
                  "special_valuation",
                  "historic_incentive",
                  "solar_exemption",
                  "lien_amnesty",
                  "penalty_waiver",
                  "installment_plan",
                  "assessment_deferral",
                  "registration_obligation",
                  "transfer_tax_relief",
                  "title_protection",
                  "energy_rebate",
                  "association_rule",
                  "tax_relief_local",
                  "home_repair",
                  "exemption_relief",
                  "appeal_window",
                  "payment_deadline",
                  "early_payment_discount",
                  "insurance_discount_program",
                  "disaster_assistance_window",
                  "permit_fee_waiver",
                  "tax_sale_redemption"
                ],
                "type": "string"
              },
              "type": "array"
            },
            "includeDerived": {
              "default": true,
              "type": "boolean"
            },
            "place": {
              "maxLength": 200,
              "minLength": 1,
              "type": "string"
            }
          },
          "required": [
            "includeDerived"
          ],
          "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"
}

This page as JSON