This API returns a photo images for the property id provided in the URL.
Region - Australia
Sample Request [Existing URL]
https://api.corelogic.asia/property-details/au/properties/4642755/images
Sample Response [Old Das-Web Response]
{
"defaultImage": {
"digitalAssetType": "Image",
"basePhotoUrl": "https://das-web.corelogic.asia/v1/asset/CLLFYQP6NEI6TLKBMWEC3VQTEA",
"largePhotoUrl": "https://das-web.corelogic.asia/v1/asset/CLLFYQP6NEI6TLKBMWEC3VQTEA/resize;m=exact;w=768;h=512",
"mediumPhotoUrl": "https://das-web.corelogic.asia/v1/asset/CLLFYQP6NEI6TLKBMWEC3VQTEA/resize;m=exact;w=470;h=313",
"thumbnailPhotoUrl": "https://das-web.corelogic.asia/v1/asset/CLLFYQP6NEI6TLKBMWEC3VQTEA/resize;m=exact;w=120;h=80",
"scanDate": "2019-11-03"
}
}
Sample Response [New SIH Image Response]
{
"defaultImage": {
"digitalAssetType": "Image",
"basePhotoUrl": "https://images.corelogic.asia/0x0/filters:watermark(cla-digital-assets-prod,watermarks/logo.png,-2p,-2p,30,16,16)/assets/perm/cllfyqp6nei6tlkbmwec3vqtea?signature=f4dd1a9c917e1a540296c2d67f0bc1004ef5a54ba3b28fb626a3bcb517dc5f3e",
"largePhotoUrl": "https://images.corelogic.asia/768x512/filters:stretch()/filters:watermark(cla-digital-assets-prod,watermarks/logo.png,-2p,-2p,30,16,16)/assets/perm/cllfyqp6nei6tlkbmwec3vqtea?signature=a4904e8ea5f9dba84582c48987b156875eaa587ffe6f2bb008256803f09288fc",
"mediumPhotoUrl": "https://images.corelogic.asia/470x313/filters:stretch()/filters:watermark(cla-digital-assets-prod,watermarks/logo.png,-2p,-2p,30,16,16)/assets/perm/cllfyqp6nei6tlkbmwec3vqtea?signature=1fa07ed1fd577e6304b61bedd9f7c95326fc9dea4f25bf69ed9337aae7b3e663",
"thumbnailPhotoUrl": "https://images.corelogic.asia/120x80/filters:stretch()/assets/perm/cllfyqp6nei6tlkbmwec3vqtea?signature=94086433bf5a7f6b77a51f6aa1b0c0f4479c49c75199974152dfdf88fa906657",
"scanDate": "2019-11-03"
}
}
Note:
To access UAT, modify the host to https://api-uat.corelogic.asia/
Region - New Zealand
Sample Request [Existing URL]
https://api.corelogic.asia/property-details/nz/properties/8488605/images
Sample Response [Old Das-Web Response]
{ "defaultImage": { "digitalAssetType": "Image", "basePhotoUrl": "https://das-web.corelogic.asia/v1/asset/nz_UUJS2TWP4QI6PJWSXEUDS3HSGU", "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", "thumbnailPhotoUrl": "https://das-web.corelogic.asia/v1/asset/nz_UUJS2TWP4QI6PJWSXEUDS3HSGU/resize;m=exact;w=120;h=80", "scanDate": "2005-12-01" } |
}
Sample Response [New SIH Image Response]
{
"defaultImage": {
"digitalAssetType": "Image",
"basePhotoUrl": "https://images.corelogic.asia/0x0/assets/nz/perm/uujs2twp4qi6pjwsxeuds3hsgu?signature=f19e5f2e1ebddf772a062feb112aec74c8cdddabb9ce271678bb41cf6381df67",
"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",
"thumbnailPhotoUrl": "https://images.corelogic.asia/120x80/filters:stretch()/assets/nz/perm/uujs2twp4qi6pjwsxeuds3hsgu?signature=dce6f2a5f98b929af8b3daa38f0d13c2af3571df54f9a2401285fb1ff0977c83",
"scanDate": "2005-12-01"
}
}
Note:
To access UAT, modify the host to https://api-uat.corelogic.asia/