NYC Deed & Mortgage History by BBL (ACRIS) is a paid API for AI agents from 2s.io, paid per call via x402, $0.0012/call, status unknown (last checked 2026-09-14).
Returns paginated deed and mortgage document history for a NYC tax lot from ACRIS legals, keyed by 10-digit BBL, most-recent first.
NYC deed + mortgage history for a tax lot via ACRIS (Automated City Register Information System) legals dataset, keyed by BBL. Each row carries a unique documentId you can use to drill into the ACRIS master dataset (the master URL pattern is included in the response) for full details: parties, consideration amount, document type (DEED, MORTGAGE, ASSIGNMENT OF MORTGAGE, etc.). Use `property.nyc-parcel-lookup` first to convert an address to a BBL. Returns most-recent records first.
A paginated list of ACRIS legal records for the specified BBL, ordered most-recent first. Each record includes a unique documentId, document type (DEED, MORTGAGE, ASSIGNMENT OF MORTGAGE, etc.), and a pre-formed URL to drill into the ACRIS master dataset for full details including parties and consideration amounts.
GEThttps://2s.io/api/property/nyc-deed-historyUse this endpoint when you need the recorded deed and mortgage chain-of-title for a specific NYC tax lot identified by BBL. Pair with the nyc-parcel-lookup endpoint first if you only have a street address. Prefer this over generic property APIs when you need ACRIS document IDs to further query parties, consideration amounts, or document types via the ACRIS master dataset.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"bbl": "3002920001",
"limit": 50,
"offset": 0
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"data": {
"ok": true,
"meta": {
"bbl": "3002920001",
"masterDatasetForDocIds": "https://data.cityofnewyork.us/resource/bnx9-e6tj.json?$where=document_id='<id>'"
},
"items": [
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "2012081600197005",
"recordType": "L",
"propertyType": "AP",
"goodThroughDate": "2015-07-31T00:00:00.000"
},
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "2012081600197006",
"recordType": "L",
"propertyType": "AP",
"goodThroughDate": "2015-07-31T00:00:00.000"
},
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "BK_7430071000070",
"recordType": "L",
"propertyType": "PA",
"goodThroughDate": "2015-07-31T00:00:00.000"
},
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "2012081600197002",
"recordType": "L",
"propertyType": "AP",
"goodThroughDate": "2015-07-31T00:00:00.000"
},
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "2015061800301005",
"recordType": "L",
"propertyType": "AP",
"goodThroughDate": "2015-07-31T00:00:00.000"
},
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "BK_7330064001581",
"recordType": "L",
"propertyType": "PA",
"goodThroughDate": "2015-07-31T00:00:00.000"
},
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "2012081600197004",
"recordType": "L",
"propertyType": "AP",
"goodThroughDate": "2015-07-31T00:00:00.000"
},
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "2015042000408002",
"recordType": "L",
"propertyType": "AP",
"goodThroughDate": "2015-07-31T00:00:00.000"
},
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "BK_7030038700560",
"recordType": "L",
"propertyType": "PA",
"goodThroughDate": "2015-07-31T00:00:00.000"
},
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "2012081600197003",
"recordType": "L",
"propertyType": "AP",
"goodThroughDate": "2015-07-31T00:00:00.000"
},
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "BK_6730049700424",
"recordType": "L",
"propertyType": "PA",
"goodThroughDate": "2015-07-31T00:00:00.000"
},
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "FT_3400001741340",
"recordType": "L",
"propertyType": "PA",
"goodThroughDate": "2015-07-31T00:00:00.000"
},
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "FT_3700007140570",
"recordType": "L",
"propertyType": "PA",
"goodThroughDate": "2015-07-31T00:00:00.000"
},
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "2015061800301003",
"recordType": "L",
"propertyType": "AP",
"goodThroughDate": "2015-07-31T00:00:00.000"
},
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "BK_6730049700426",
"recordType": "L",
"propertyType": "PA",
"goodThroughDate": "2015-07-31T00:00:00.000"
},
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "2015042000408001",
"recordType": "L",
"propertyType": "AP",
"goodThroughDate": "2015-07-31T00:00:00.000"
},
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "2012081600197007",
"recordType": "L",
"propertyType": "AP",
"goodThroughDate": "2015-07-31T00:00:00.000"
},
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "2015061800301002",
"recordType": "L",
"propertyType": "AP",
"goodThroughDate": "2015-07-31T00:00:00.000"
},
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "2015061800301004",
"recordType": "L",
"propertyType": "AP",
"goodThroughDate": "2015-07-31T00:00:00.000"
},
{
"lot": 1,
"block": 292,
"borough": 3,
"documentId": "2012081600197001",
"recordType": "L",
"propertyType": "AP",
"goodThroughDate": "2015-07-31T00:00:00.000"
}
],
"total": 20,
"source": {
"url": "https://opendata.cityofnewyork.us/",
"license": "NYC Open Data terms (free, public domain attribution recommended).",
"provider": "NYC OpenData (City of New York via Socrata)"
}
},
"meta": {
"cost": {
"usd": 0.0012,
"tier": 0
},
"caller": "x402",
"version": null,
"endpoint": "property.nyc-deed-history",
"settlement": {
"txHash": "0x17a311ac61936b272ac7db2c93771be037e5311e1a9d7dd0a93b686cc7ba4843",
"network": "eip155:8453",
"success": true
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"