N

NYC HPD Violations Address · NYC Property Check

by NYC HPD Violations Address

GETBase

$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-check

5

Calls / 30d

1

Unique payers / 30d

Aug 26

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://x402-mcp.onrender.com/us/nyc/property-check", {
  method: "GET",
});
const data = await res.json();
cURL
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

Pay to0xab745e5f576667037696e78ba7da28e193e4423d
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from NYC HPD Violations Address & similar services