Skip to main content
GET
/
v1
/
property
/
get
/
{id}
Get Property
curl --request GET \
  --url https://api.bricked.ai/v1/property/get/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "property": {
    "details": {
      "bedrooms": 123,
      "bathrooms": 123,
      "squareFeet": 123,
      "yearBuilt": 123,
      "lotSquareFeet": 123,
      "occupancy": "<string>",
      "stories": 123,
      "lastSaleDate": 123,
      "lastSaleAmount": 123,
      "basementType": "<string>",
      "basementSquareFeet": 123,
      "poolAvailable": true,
      "garageType": "<string>",
      "garageSquareFeet": 123,
      "airConditioningType": "<string>",
      "heatingType": "<string>",
      "heatingFuelType": "<string>",
      "hoaPresent": true,
      "hoa1Fee": 123,
      "hoa1FeeFrequency": "<string>",
      "legalDescription": "<string>",
      "fireplaces": 123,
      "exteriorWallType": "<string>",
      "daysOnMarket": 123,
      "marketStatus": "<string>",
      "surroundingType": "<string>",
      "nonDisclosure": true,
      "renovationScore": {
        "hasScore": true,
        "confidence": 123,
        "score": 123
      }
    },
    "landLocation": {
      "apn": "<string>",
      "zoning": "<string>",
      "landUse": "<string>",
      "propertyClass": "<string>",
      "lotNumber": "<string>",
      "block": "<string>",
      "schoolDistrict": "<string>",
      "subdivision": "<string>",
      "countyName": "<string>"
    },
    "mortgageDebt": {
      "openMortgageBalance": 123,
      "estimatedEquity": 123,
      "purchaseMethod": "<string>",
      "ltvRatio": 123,
      "itvRatio": 123,
      "mortgages": [
        {
          "seq": 123,
          "amount": 123,
          "interestRate": 123,
          "recordingDate": 123,
          "documentDate": 123,
          "maturityDate": 123,
          "recordingBook": "<string>",
          "recordingPage": "<string>",
          "documentNumber": "<string>",
          "lenderName": "<string>",
          "termType": "<string>",
          "term": "<string>",
          "documentCode": "<string>",
          "transactionType": "<string>",
          "granteeName": "<string>",
          "riders": "<string>",
          "description": "<string>",
          "position": "<string>",
          "loanType": "<string>",
          "termDescription": "<string>"
        }
      ]
    },
    "ownership": {
      "owners": [
        {
          "firstName": "<string>",
          "lastName": "<string>"
        }
      ],
      "ownershipLength": 123,
      "ownerType": "<string>",
      "ownerOccupancy": "<string>",
      "taxExemptions": "<string>",
      "taxAmount": 123,
      "taxes": [
        {
          "year": 123,
          "taxAmount": 123,
          "assessedValue": 123,
          "taxAmountChange": 123,
          "assessedValueChange": 123,
          "amountChange": 123,
          "amount": 123
        }
      ],
      "transactions": [
        {
          "saleDate": 123,
          "amount": 123,
          "purchaseMethod": "<string>",
          "sellerNames": "<string>",
          "buyerNames": "<string>"
        }
      ]
    },
    "mls": {
      "status": "<string>",
      "category": "<string>",
      "listingDate": 123,
      "amount": 123,
      "daysOnMarket": 123,
      "mlsName": "<string>",
      "mlsNumber": "<string>",
      "interiorFeatures": "<string>",
      "applianceFeatures": "<string>",
      "agent": {
        "agentName": "<string>",
        "agentPhone": "<string>",
        "officeName": "<string>",
        "officePhone": "<string>"
      },
      "historicListings": [
        {
          "listingDate": 123,
          "status": "<string>",
          "amount": 123,
          "pricePerSquareFoot": 123,
          "daysOnMarket": 123,
          "agentName": "<string>",
          "mlsName": "<string>",
          "mlsNumber": "<string>"
        }
      ]
    },
    "latitude": 123,
    "longitude": 123,
    "address": {
      "streetNumber": "<string>",
      "streetName": "<string>",
      "streetSuffix": "<string>",
      "zip": "<string>",
      "plusFour": "<string>",
      "carrierRoute": "<string>",
      "cityName": "<string>",
      "countyName": "<string>",
      "stateCode": "<string>",
      "fullAddress": "<string>"
    },
    "images": [
      "<string>"
    ]
  },
  "comps": [
    {
      "details": {
        "bedrooms": 123,
        "bathrooms": 123,
        "squareFeet": 123,
        "yearBuilt": 123,
        "lotSquareFeet": 123,
        "occupancy": "<string>",
        "stories": 123,
        "lastSaleDate": 123,
        "lastSaleAmount": 123,
        "basementType": "<string>",
        "basementSquareFeet": 123,
        "poolAvailable": true,
        "garageType": "<string>",
        "garageSquareFeet": 123,
        "airConditioningType": "<string>",
        "heatingType": "<string>",
        "heatingFuelType": "<string>",
        "hoaPresent": true,
        "hoa1Fee": 123,
        "hoa1FeeFrequency": "<string>",
        "legalDescription": "<string>",
        "fireplaces": 123,
        "exteriorWallType": "<string>",
        "daysOnMarket": 123,
        "marketStatus": "<string>",
        "surroundingType": "<string>",
        "nonDisclosure": true,
        "renovationScore": {
          "hasScore": true,
          "confidence": 123,
          "score": 123
        }
      },
      "landLocation": {
        "apn": "<string>",
        "zoning": "<string>",
        "landUse": "<string>",
        "propertyClass": "<string>",
        "lotNumber": "<string>",
        "block": "<string>",
        "schoolDistrict": "<string>",
        "subdivision": "<string>",
        "countyName": "<string>"
      },
      "mortgageDebt": {
        "openMortgageBalance": 123,
        "estimatedEquity": 123,
        "purchaseMethod": "<string>",
        "ltvRatio": 123,
        "itvRatio": 123,
        "mortgages": [
          {
            "seq": 123,
            "amount": 123,
            "interestRate": 123,
            "recordingDate": 123,
            "documentDate": 123,
            "maturityDate": 123,
            "recordingBook": "<string>",
            "recordingPage": "<string>",
            "documentNumber": "<string>",
            "lenderName": "<string>",
            "termType": "<string>",
            "term": "<string>",
            "documentCode": "<string>",
            "transactionType": "<string>",
            "granteeName": "<string>",
            "riders": "<string>",
            "description": "<string>",
            "position": "<string>",
            "loanType": "<string>",
            "termDescription": "<string>"
          }
        ]
      },
      "ownership": {
        "owners": [
          {
            "firstName": "<string>",
            "lastName": "<string>"
          }
        ],
        "ownershipLength": 123,
        "ownerType": "<string>",
        "ownerOccupancy": "<string>",
        "taxExemptions": "<string>",
        "taxAmount": 123,
        "taxes": [
          {
            "year": 123,
            "taxAmount": 123,
            "assessedValue": 123,
            "taxAmountChange": 123,
            "assessedValueChange": 123,
            "amountChange": 123,
            "amount": 123
          }
        ],
        "transactions": [
          {
            "saleDate": 123,
            "amount": 123,
            "purchaseMethod": "<string>",
            "sellerNames": "<string>",
            "buyerNames": "<string>"
          }
        ]
      },
      "mls": {
        "status": "<string>",
        "category": "<string>",
        "listingDate": 123,
        "amount": 123,
        "daysOnMarket": 123,
        "mlsName": "<string>",
        "mlsNumber": "<string>",
        "interiorFeatures": "<string>",
        "applianceFeatures": "<string>",
        "agent": {
          "agentName": "<string>",
          "agentPhone": "<string>",
          "officeName": "<string>",
          "officePhone": "<string>"
        },
        "historicListings": [
          {
            "listingDate": 123,
            "status": "<string>",
            "amount": 123,
            "pricePerSquareFoot": 123,
            "daysOnMarket": 123,
            "agentName": "<string>",
            "mlsName": "<string>",
            "mlsNumber": "<string>"
          }
        ]
      },
      "latitude": 123,
      "longitude": 123,
      "address": {
        "streetNumber": "<string>",
        "streetName": "<string>",
        "streetSuffix": "<string>",
        "zip": "<string>",
        "plusFour": "<string>",
        "carrierRoute": "<string>",
        "cityName": "<string>",
        "countyName": "<string>",
        "stateCode": "<string>",
        "fullAddress": "<string>"
      },
      "images": [
        "<string>"
      ],
      "selected": true,
      "compType": "<string>",
      "listingType": "<string>",
      "adjusted_value": 123
    }
  ],
  "shareLink": "<string>",
  "dashboardLink": "<string>",
  "cmv": 123,
  "arv": 123
}
Use this endpoint to get a property by its ID.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The ID of the property

Response

Property details

id
string
required

UUID of the stored property

property
object
required

Filtered subject property

comps
object[]
required

Comparable properties returned alongside the subject

Shareable dashboard link

Dashboard link for authenticated access

cmv
number | null

Current Market Value

arv
number | null

After Repair Value