$0.01
per call · USD Coin on Base
Exact-building rental registration or license records for Minneapolis, New York City, and Seattle, plus each source's published housing-enforcement components. Returns recorded registration status, dates, units, record ids, query limits, citations, and verify-next questions. Excludes owner, contact, property-name, apartment, narrative, and nearby-address fields. A checked no-match is source-bounded, not a legal-rental or compliance decision.
Endpoint
POST https://api.locus.report/api/locus-rental-registration-check1
Calls / 30d
1
Unique payers / 30d
Sep 9
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://api.locus.report/api/locus-rental-registration-check", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"address": "1531 Belmont Ave, Seattle, WA 98122"
}),
});
const data = await res.json();curl -X POST \
"https://api.locus.report/api/locus-rental-registration-check" \
-H "Content-Type: application/json" \
-d '{"address":"1531 Belmont Ave, Seattle, WA 98122"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"caveats": [
"Example artifact; not live data or a legal-rental/compliance decision."
],
"components": {
"condemnedOrBoarded": {
"observation": {
"matchMethod": "exact_address_after_canonicalization",
"premisesPrecision": "building",
"queriedAddress": "1531 BELMONT AVE",
"recordsExamined": 0,
"resultLimit": 0,
"sourceScope": "Not published in the RRIO dataset."
},
"records": [],
"status": "not_published_by_source"
},
"enforcement": {
"observation": {
"matchMethod": "exact_address_after_canonicalization",
"premisesPrecision": "building",
"queriedAddress": "1531 BELMONT AVE",
"recordsExamined": 0,
"resultLimit": 0,
"sourceScope": "Not published in the RRIO dataset."
},
"records": [],
"status": "not_published_by_source"
},
"registration": {
"observation": {
"matchMethod": "exact_address_after_canonicalization",
"matchedAddress": "1531 BELMONT AVE",
"premisesPrecision": "building",
"queriedAddress": "1531 BELMONT AVE",
"recordsExamined": 1,
"resultLimit": 25,
"sourceScope": "Seattle SDCI rental-property registration rows."
},
"records": [
{
"citation": {
"fetchedAt": "2026-09-08T00:00:00.000Z",
"recordId": "001-example",
"sourceId": "seattle-rrio-rental-property-registration",
"sourceName": "Seattle SDCI Rental Property Registration",
"sourceUrl": "https://data.seattle.gov/d/j2xh-c7vt"
},
"expirationDate": "2027-04-21",
"id": "001-example",
"licensedUnits": 4,
"sourceStatus": "Active Registration"
}
],
"source": {
"fetchedAt": "2026-09-08T00:00:00.000Z",
"sourceId": "seattle-rrio-rental-property-registration",
"sourceName": "Seattle SDCI Rental Property Registration",
"sourceUrl": "https://data.seattle.gov/d/j2xh-c7vt"
},
"status": "records_found"
}
},
"coverage": "covered",
"generatedAt": "2026-09-08T00:00:00.000Z",
"kind": "rental_registration_check",
"registrationState": "source_reports_active",
"subject": {
"identifiers": [
{
"namespace": "seattle:sdci-registration",
"observedAt": "2026-09-08T00:00:00.000Z",
"sourceId": "seattle-rrio-rental-property-registration",
"sourceUrl": "https://data.seattle.gov/d/j2xh-c7vt",
"value": "001-example"
}
],
"inputAddress": "1531 Belmont Ave, Seattle, WA 98122",
"jurisdictionId": "us-wa-seattle",
"jurisdictionName": "Seattle, WA",
"matchedAddress": "1531 BELMONT AVE",
"normalizedAddress": "1531 BELMONT AVE",
"premisesPrecision": "building",
"resolution": "parcel",
"unitWasRemoved": false
},
"summary": {
"capped": false,
"condemnedOrBoardedRecords": 0,
"enforcementRecords": 0,
"registrationRecords": 1
},
"verifyNext": []
}Payment details
0xf121fbecec43e1b616d47285851c20d5fc64431bUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Locus & similar services
Locus · Locus Flood Zone
api.locus.report
FEMA flood zone for an address. Perfect for: 'flood zone for an address', 'FEMA flood designation', 'is this property in a floodplain', 'is this address in a 100-year flood zone', 'flood risk lookup'. Returns the FEMA NFHL flood-zone designation, 0.2%-annual-chance and BFE/floodway flags at the geocoded point, with source provenance. National. Not a flood insurance quote or a safe/unsafe verdict. Charge-free when the flood lookup fails.
Locus · Locus Parcel Lookup
locus.report
Parcel facts for an address. Perfect for: 'what is the lot size / acreage of this property', 'year built for an address', 'land use / zoning class of a parcel', 'look up parcel details'. Resolves a US street address to cited, PII-safe parcel facts (land use, acreage, year built, derived county/municipality) from wired official parcel sources. Owner/mailing never returned; assessed value, last sale, and tax are the paid place report. Charge-free when no parcel resolves.
Locus · Locus Parcel Lookup
api.locus.report
Parcel facts for an address or jurisdiction-scoped parcel id. Perfect for: 'what is the lot size / acreage of this property', 'year built for an address', 'land use / zoning class of a parcel', 'look up parcel details'. Returns cited, PII-safe land use, acreage, year built, and legal jurisdiction from wired official sources. Owner/mailing never returned; assessed value, last sale, and tax are in paid reports. Charge-free when no parcel resolves.