This API returns the property search information along with photo images for the street id provided in the URL.
Region - Australia
Sample Request [Existing URL]
https://search-api.corelogic.asia/search/au/property/street/354369?beds=3-6&baths=2-&carSpaces=2-&pTypes=HOUSE,UNIT&sort=beds,desc&sort=baths,desc&page=0
Sample Response [Old Das-Web Response]
"propertyPhoto": {
"largePhotoUrl": "https://das-web.corelogic.asia/v1/asset/J7OXFMR7SII6XATJU6A6A2DL3I/resize;m=exact;w=768;h=512",
"mediumPhotoUrl": "https://das-web.corelogic.asia/v1/asset/J7OXFMR7SII6XATJU6A6A2DL3I/resize;m=exact;w=470;h=313",
"scanDate": "2020-12-16",
"thumbnailPhotoUrl": "https://das-web.corelogic.asia/v1/asset/J7OXFMR7SII6XATJU6A6A2DL3I/resize;m=exact;w=120;h=80"
},
Sample Response [New SIH Image Response]
"propertyPhoto": {
"largePhotoUrl": "https://images.corelogic.asia/768x512/filters:stretch()/filters:watermark(cla-digital-assets-prod,watermarks/logo.png,-2p,-2p,30,16,16)/assets/perm/j7oxfmr7sii6xatju6a6a2dl3i?signature=a86d5925a22d849a5196e353d896b81591df502f99adb47e5ed86c0b7676505a",
"mediumPhotoUrl": "https://images.corelogic.asia/470x313/filters:stretch()/filters:watermark(cla-digital-assets-prod,watermarks/logo.png,-2p,-2p,30,16,16)/assets/perm/j7oxfmr7sii6xatju6a6a2dl3i?signature=5f72a3428599b0ceb27966084492c1ab6a311b72e0b25e1ab52a21002edd7fd8",
"scanDate": "2020-12-16",
"thumbnailPhotoUrl": "https://images.corelogic.asia/120x80/filters:stretch()/assets/perm/j7oxfmr7sii6xatju6a6a2dl3i?signature=3aa9859d37c1012dd702896a049f52836b5008372127bcd98d1b033312a182d2"
}
Notes:
- The search 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://search-uat-api.corelogic.asia.
Region - New Zealand
Sample Request [Existing URL]
https://search-api.corelogic.asia/search/nz/property/street/69829?beds=1-6&baths=1-&carSpaces=2-&pTypes=RESIDENTIAL&sort=beds,desc&sort=baths,desc&page=0
Sample Response [Old Das-Web Response]
"propertyPhoto": {
"largePhotoUrl": "https://das-web.corelogic.asia/v1/asset/nz_ODZ2MRGP3QI6PIFPA5YARYYXXI/resize;m=exact;w=768;h=512",
"mediumPhotoUrl": "https://das-web.corelogic.asia/v1/asset/nz_ODZ2MRGP3QI6PIFPA5YARYYXXI/resize;m=exact;w=470;h=313",
"scanDate": "2007-10-05",
"thumbnailPhotoUrl": "https://das-web.corelogic.asia/v1/asset/nz_ODZ2MRGP3QI6PIFPA5YARYYXXI/resize;m=exact;w=120;h=80"
}
Sample Response [New SIH Image Response]
"propertyPhoto": {
"largePhotoUrl": "https://images.corelogic.asia/768x512/filters:stretch()/assets/nz/perm/kx3ngtdrpii6xgw657jcm7ngxq?signature=08ba57e23788085690d536033f94e3608bbe64fd6f309841f6512b84273c6764",
"mediumPhotoUrl": "https://images.corelogic.asia/470x313/filters:stretch()/assets/nz/perm/kx3ngtdrpii6xgw657jcm7ngxq?signature=e9b74fd17da7c28bb191a4e83163f6c57555ce2d3327592ac5166f922aa5392f",
"scanDate": "2021-02-17",
"thumbnailPhotoUrl": "https://images.corelogic.asia/120x80/filters:stretch()/assets/nz/perm/kx3ngtdrpii6xgw657jcm7ngxq?signature=8a025e0f40aa78172656f7fb733224c6c14183a608cb03dfcd58848e473bf033"
}
Notes:
- The search 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://search-uat-api.corelogic.asia.