This API returns a property information along with photo images for the property id provided in the URL.
Region - Australia
Sample Request [Existing URL]
https://property-api.corelogic.asia /bsg-au/v1/property/5709310.json?returnFields=address,attributes,avmDetailList,currentOwnershipList,contactList,coordinate,developmentApplicationList,externalReferenceList,featureList,forRentPropertyCampaignList,forSalePropertyCampaignList,forSaleAgencyCampaignList,legal,parcelList,propertyPhotoList,saleList,site,title
Sample Response [Old Das-Web Response]
"propertyPhotoList": [
{
"digitalAssetType": "Image",
"isDefaultPhoto": true,
"largePhotoUrl": "https://das-web.corelogic.asia/v1/asset/VVQTE356BEI6NM2B3U53R5T7VQ/resize;m=exact;w=768;h=512",
"mediumPhotoUrl": "https://das-web.corelogic.asia/v1/asset/VVQTE356BEI6NM2B3U53R5T7VQ/resize;m=exact;w=470;h=313",
"scanDate": "1999-12-02",
"thumbnailPhotoUrl": "https://das-web.corelogic.asia/v1/asset/VVQTE356BEI6NM2B3U53R5T7VQ/resize;m=exact;w=120;h=80"
}
]
Sample Response [New SIH Image Response]
"propertyPhotoList": [
{
"digitalAssetType": "Image",
"isDefaultPhoto": true,
"largePhotoUrl": "https://images.corelogic.asia/768x512/filters:stretch()/filters:watermark(cla-digital-assets-prod,watermarks/logo.png,-2p,-2p,30,16,16)/assets/perm/vvqte356bei6nm2b3u53r5t7vq?signature=b22dbf526e70bacdd55d81a7a9066eb8aedea4e9055a018b680e4d522b5b8d01",
"mediumPhotoUrl": "https://images.corelogic.asia/470x313/filters:stretch()/filters:watermark(cla-digital-assets-prod,watermarks/logo.png,-2p,-2p,30,16,16)/assets/perm/vvqte356bei6nm2b3u53r5t7vq?signature=5a2ed8c6850ffaf73a912065319129b35f096c87ae0a1ce280faf582c00f3722",
"scanDate": "1999-12-02",
"thumbnailPhotoUrl": "https://images.corelogic.asia/120x80/filters:stretch()/assets/perm/vvqte356bei6nm2b3u53r5t7vq?signature=63d646a88895f1bf12f2ea9860e2679c63b5aacb1e854113b8aa75e6300ff2ba"
}
]
Notes:
- The Property services API doesn’t return the new SIH base photo URL and returns only 3 default image sizes.
- The actual response of the API has been truncated in the sample above to display only the image section for illustration purpose.
- To access UAT, modify the host to https://property-uat-api.corelogic.asia.
Region - New Zealand
Sample Request [Existing URL]
https://property-api.corelogic.asia/bsg-nz/v1/property/8488605.json?returnFields=address,attributes,avmDetailList,currentOwnershipList,contactList,coordinate,developmentApplicationList,externalReferenceList,featureList,forRentPropertyCampaignList,forSalePropertyCampaignList,forSaleAgencyCampaignList,legal,parcelList,propertyPhotoList,saleList,site,title
Sample Response [Old Das-Web Response]
"propertyPhotoList": [
{
"digitalAssetType": "Image",
"isDefaultPhoto": true,
"largePhotoUrl": "https://das-web.corelogic.asia/v1/asset/nz_UUJS2TWP4QI6PJWSXEUDS3HSGU/resize;m=exact;w=768;h=512",
"mediumPhotoUrl": "https://das-web.corelogic.asia/v1/asset/nz_UUJS2TWP4QI6PJWSXEUDS3HSGU/resize;m=exact;w=470;h=313",
"scanDate": "2005-12-01",
"thumbnailPhotoUrl": "https://das-web.corelogic.asia/v1/asset/nz_UUJS2TWP4QI6PJWSXEUDS3HSGU/resize;m=exact;w=120;h=80"
}
],
Sample Response [New SIH Image Response]
"propertyPhotoList": [
{
"digitalAssetType": "Image",
"isDefaultPhoto": true,
"largePhotoUrl": "https://images.corelogic.asia/768x512/filters:stretch()/assets/nz/perm/uujs2twp4qi6pjwsxeuds3hsgu?signature=da73e062ef7251a30b8edf70f66a4a42deec5916d0156c3b79d475b5a3a40678",
"mediumPhotoUrl": "https://images.corelogic.asia/470x313/filters:stretch()/assets/nz/perm/uujs2twp4qi6pjwsxeuds3hsgu?signature=327eae3746d047cd91b2488d9ba1b7067b04f8467c2214c1f42fac349e97182d",
"scanDate": "2005-12-01",
"thumbnailPhotoUrl": "https://images.corelogic.asia/120x80/filters:stretch()/assets/nz/perm/uujs2twp4qi6pjwsxeuds3hsgu?signature=dce6f2a5f98b929af8b3daa38f0d13c2af3571df54f9a2401285fb1ff0977c83"
}
],
Notes:
- The Property services API doesn’t return the new SIH base photo URL and returns only 3 default image sizes.
- The actual response of the API has been truncated in the sample above to display only the image section for illustration purpose.
- To access UAT, modify the host to https://property-uat-api.corelogic.asia.