This endpoint allows you to retrieve Kadaster transaction data for an object.
{
"Output": "The given house address not found in database, the combination of Post Code, House Number and House Addition does not exist."
}
{
'Output': 'Please use https://api.altum.ai or visit https://mopsus.altum.ai to make your request.'
}
{
"message": "Missing Authentication Token"
}
{
"message": "Internal server error"
}
{
"Output": [
{
"Transaction": "Transaction-20100315",
"BagID": null,
"PostCode": "2771HM",
"HouseNumber": 173,
"HouseAddition": null,
"City": "BOSKOOP",
"Street": "PARKLAAN",
"HouseType": "T",
"BuildingCode": 11,
"OuterSurfaceArea": 315,
"MoreRealEstate": "J",
"RentedOut": "J",
"BusinessRight": "VE",
"MutationVariety": 606,
"FamilyTransaction": "N",
"TransactionDate": 20191001,
"TransactionPrice": 500000,
"TransactionPriceIndexed": 600000
}
]
}
FREE Ping for availability
Post object data to receive availability of transaction data
This endpoint allows you to get the availability of the transaction data from our database. A POST request requires a body parameter (Address).
{
'Output': 'Please use https://api.altum.ai or visit https://mopsus.altum.ai to make your request.'
}
{
"message": "Missing Authentication Token"
}
{
"message": "Internal server error"
}
{
"Output": "Transaction Data for 2728KH-8- is available.",
"Date": "20210602"
}
{
"postcode": "2728KH",
"housenumber": 5
}