{
  "x402Version": 2,
  "id": 13102,
  "slug": "13102",
  "resource": "https://api.locus.report/api/locus-rental-registration-check",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xf121fbecec43e1b616d47285851c20d5fc64431b",
      "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "FBVHMG5PTNW6sNd7uhZBsxhWkwJYRpgk34QcTgDpQdwV",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "address": "1531 Belmont Ave, Seattle, WA 98122"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "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": []
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "address": {
                    "maxLength": 200,
                    "minLength": 5,
                    "type": "string"
                  }
                },
                "required": [
                  "address"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "builder-code": {
      "info": {
        "a": "bc_vz5zyuko"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "a": {
            "description": "App builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "s": {
            "description": "Service builder codes",
            "items": {
              "pattern": "^[a-z0-9_]{1,32}$",
              "type": "string"
            },
            "type": "array"
          },
          "w": {
            "description": "Wallet builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "locus.freePreflight": {
      "coverageBeforeCharge": true,
      "laneTool": "locus_lane_availability",
      "mcpUrl": "https://mcp.locus.report/mcp",
      "recommendedTool": "locus_coverage_check",
      "skillInstall": "npx @velinussage/locus-agent-skill add",
      "skillUrl": "https://api.locus.report/.well-known/skill.md",
      "toolsCallUrl": "https://api.locus.report/tools/call",
      "toolsListUrl": "https://api.locus.report/tools/list",
      "unsupportedReturnsFreeDiagnostic": true,
      "version": 2
    },
    "offer-receipt": {
      "info": {
        "offers": [
          {
            "acceptIndex": 0,
            "format": "eip712",
            "payload": {
              "amount": "10000",
              "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
              "network": "eip155:8453",
              "payTo": "0xf121fbecec43e1b616d47285851c20d5fc64431b",
              "resourceUrl": "https://api.locus.report/api/locus-rental-registration-check",
              "scheme": "exact",
              "validUntil": 1788919071,
              "version": 1
            },
            "signature": "0x246b9ab739566141a4e192d02b83f6977f5601e6093ee85c79d3b7aa09ace9e95a6b1903dbaff15573651d3537011128347717c0f458fe36c5e575edf175efa51c"
          }
        ]
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "offers": {
            "items": {
              "properties": {
                "acceptIndex": {
                  "type": "integer"
                },
                "format": {
                  "type": "string"
                },
                "payload": {
                  "properties": {
                    "amount": {
                      "type": "string"
                    },
                    "asset": {
                      "type": "string"
                    },
                    "network": {
                      "type": "string"
                    },
                    "payTo": {
                      "type": "string"
                    },
                    "resourceUrl": {
                      "type": "string"
                    },
                    "scheme": {
                      "type": "string"
                    },
                    "validUntil": {
                      "type": "integer"
                    },
                    "version": {
                      "type": "integer"
                    }
                  },
                  "required": [
                    "version",
                    "resourceUrl",
                    "scheme",
                    "network",
                    "asset",
                    "payTo",
                    "amount"
                  ],
                  "type": "object"
                },
                "signature": {
                  "type": "string"
                }
              },
              "required": [
                "format",
                "signature"
              ],
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "offers"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "builder-code",
    "locus.freePreflight",
    "offer-receipt"
  ],
  "sourceHost": "api.locus.report",
  "lastUpdated": "2026-09-09T01:56:51.833Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-09T01:56:51.715Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.locus.report",
    "manifest_name": "api.locus.report",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}