{
  "x402Version": 2,
  "id": 13548,
  "slug": "13548",
  "resource": "https://hcad-api.canvas-cart.workers.dev/area/:neighborhood/protest-stats",
  "description": "Protest outcome statistics for one HCAD neighborhood code, by tax year: how many hearings, how many ended with a value reduction, the median reduction. Aggregates only, no per-parcel rows. Get a neighborhood code from GET /parcel/:acct.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xA40Dadc75B69bEe8325E8089258235213293F8F4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "neighborhood": "5900.07"
          },
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "by_year": [
              {
                "hearings": 412,
                "median_reduction": 21400,
                "reduced": 233,
                "reduction_rate": 0.57,
                "tax_year": 2026
              }
            ],
            "neighborhood": "8005"
          },
          "type": "json"
        }
      },
      "routeTemplate": "/area/:neighborhood/protest-stats",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "neighborhood": {
                    "description": "HCAD neighborhood code",
                    "type": "string"
                  }
                },
                "required": [
                  "neighborhood"
                ],
                "type": "object"
              },
              "queryParams": {
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "hcad-api.canvas-cart.workers.dev",
  "lastUpdated": "2026-09-07T16:37:31.874Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-07T16:37:31.54Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "hcad-api.canvas-cart.workers.dev",
    "manifest_name": "hcad-api.canvas-cart.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}