$0.01
per call · USD Coin on Base
Seattle rental registration check (RRIO): is this property licensed / registered? Property due diligence agent for Seattle housing compliance open data. GET ?address= → rental registration status, unit count, expiration, contact. Live City of Seattle JSON. Tenant screening, landlord DD, real-estate checks.
Endpoint
GET https://x402-mcp.onrender.com/us/sea/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/sea/property-check", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://x402-mcp.onrender.com/us/sea/property-check?address=1531+BELMONT+AVE" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"address_queried": "1531 BELMONT AVE",
"city": "sea",
"city_name": "Seattle",
"compliance_verdict": "registered_active",
"registered": true,
"registrations": [
{
"address": "1531 BELMONT AVE",
"expiration_date": "2027-04-21",
"registration_number": "001-0100004",
"rental_units": 23,
"status": "Active Registration"
}
],
"state": "WA",
"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 Seattle Rental Registration & 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…