$0.01
per call · USD Coin on Base
NYC HPD violations address check: is this property licensed / HPD-registered, and are there open Housing Maintenance Code violations? Property due diligence agent for New York City multi-dwelling housing compliance open data. GET ?address= (house + street, optional borough) → registration window, BIN/block/lot, recent HMC violations JSON. Tenant screening, landlord DD.
Endpoint
GET https://x402-mcp.onrender.com/us/nyc/property-check5
Calls / 30d
1
Unique payers / 30d
Aug 26
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://x402-mcp.onrender.com/us/nyc/property-check", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://x402-mcp.onrender.com/us/nyc/property-check?address=787+EAST+56+STREET+BROOKLYN" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"address_queried": "787 EAST 56 STREET BROOKLYN",
"city": "nyc",
"city_name": "New York City",
"compliance_verdict": "registered_clean",
"registered": true,
"registrations": [
{
"borough": "BROOKLYN",
"house_number": "787",
"registration_end_date": "2026-09-01T00:00:00.000",
"registration_id": "825850",
"street": "EAST 56 STREET"
}
],
"state": "NY",
"violation_cases": {
"recent": [],
"total": 0
}
}Payment details
0xab745e5f576667037696e78ba7da28e193e4423dUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from NYC HPD Violations Address & similar services
Oneshotagent · Verify Email
win.oneshotagent.com
Email deliverability verification
Oneshotagent · Enrich Email
win.oneshotagent.com
Email enrichment and validation
Strale · Email Validate
api.strale.io
Validate an email address: RFC 5322 syntax, MX records, 5,361 disposable domain detection, role-based address detection (35 patterns), free provider detection, and typo suggestion for common providers (gmial.com ? gmail.com). Returns deliverability assess…