Skip to content

Photo URLs

Listing and building responses include photo keys — 32-character hex hashes that identify images. Borough does not proxy or serve images directly. Instead, construct CDN URLs from the keys.

https://photos.zillowstatic.com/fp/{key}-se_{size}.webp
SizeDimensionsUse case
extra_small_100_100100x100Thumbnails
small_200_150200x150List views
medium_400_300400x300Cards
large_800_400800x400Detail pages
xlarge_1125_7501125x750Full screen
extra_large_1500_10001500x1000High-res

Given a photo key ed2987594843debc8e828fef155dbb6d:

https://photos.zillowstatic.com/fp/ed2987594843debc8e828fef155dbb6d-se_large_800_400.webp
  • ListingSummary.leadPhotoKey — Primary listing photo
  • ListingDetail.photos — Array of all photo keys
  • ListingDetail.floorPlanKey — Floor plan image (if available)
  • BuildingDetail.photos — Building exterior/common area photos