$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/resolve9
Calls / 30d
4
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
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 -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
0xc1dab3c368f8b6595c49df67f4a17225e0ceb785USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Social & Community and the homepage with a featured placement.
More from ZoningVerdict & similar services
ZoningVerdict · Preflights
zoningverdict.com
Compile an address and structured project intent into a preliminary zoning verdict, cited conditions, approval path, versioned evidence and EdDSA JWS. $3 USDC on Base; pack_gap refusals are never charged. Paid Preflight coverage is narrower than address resolution. Durable workflow status and result retrieval included.
Oneshotagent · Enrich Profile
win.oneshotagent.com
Profile enrichment from LinkedIn URL
Otto AI · Tweet Search
x402.ottoai.services
Search X/Twitter for any query and get the actual matching tweets — keyword, $CASHTAG, from:handle (a user timeline), @handle (mentions), or boolean OR. Each tweet returns author, full text (long-form note tweets included), timestamp, likes and retweets (reply/quote counts when available). Most-recent-first for real-time monitoring and alerting. Live X search backend, pay-per-call USDC, structured JSON.