Z

ZoningVerdict · Parcel Resolve

by ZoningVerdict

POSTBase

$0.01

per call · USD Coin on Base

Address-to-zoning lookup for published municipalities. Coverage: 64 municipalities in 6 states. Resolves a street address to supported municipality and, where GIS is verified, zoning district_code with lookup method. Positioning: Records tell you what's on file; ZoningVerdict tells you what the ordinance actually says, independently verified, with the citation. Responses include source citations and last-reviewed dates. Price: $0.01/call.

Endpoint

POST https://zoningverdict.com/api/v1/parcel/resolve

9

Calls / 30d

4

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://zoningverdict.com/api/v1/parcel/resolve", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "address": "555 Hartsville Pike, Gallatin, TN 37066"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://zoningverdict.com/api/v1/parcel/resolve" \
  -H "Content-Type: application/json" \
  -d '{"address":"555 Hartsville Pike, Gallatin, TN 37066"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "district_code": "CS",
  "lookup_method": "gis_point_query",
  "lookup_statement": "Matched against official Gallatin zoning GIS and normalized to district CS.",
  "matched_address": "555 HARTSVILLE PIKE, GALLATIN, TN, 37066",
  "meta": {
    "last_reviewed_at": "2026-07-03",
    "positioning": "Records tell you what's on file; ZoningVerdict tells you what the ordinance actually says, independently verified, with the citation.",
    "source_url": "https://arcweb.gallatin-tn.gov/arcgis/rest/services/Planning/Planning_Codes_Map/FeatureServer/5"
  },
  "municipality": "gallatin-tn",
  "supported": true
}

Payment details

Pay to0xc1dab3c368f8b6595c49df67f4a17225e0ceb785
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Social & Community and the homepage with a featured placement.

Get featured →

More from ZoningVerdict & similar services