Photo URLs
Overview
Section titled “Overview”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.
URL format
Section titled “URL format”https://photos.zillowstatic.com/fp/{key}-se_{size}.webpAvailable sizes
Section titled “Available sizes”| Size | Dimensions | Use case |
|---|---|---|
extra_small_100_100 | 100x100 | Thumbnails |
small_200_150 | 200x150 | List views |
medium_400_300 | 400x300 | Cards |
large_800_400 | 800x400 | Detail pages |
xlarge_1125_750 | 1125x750 | Full screen |
extra_large_1500_1000 | 1500x1000 | High-res |
Example
Section titled “Example”Given a photo key ed2987594843debc8e828fef155dbb6d:
https://photos.zillowstatic.com/fp/ed2987594843debc8e828fef155dbb6d-se_large_800_400.webpWhere keys appear
Section titled “Where keys appear”ListingSummary.leadPhotoKey— Primary listing photoListingDetail.photos— Array of all photo keysListingDetail.floorPlanKey— Floor plan image (if available)BuildingDetail.photos— Building exterior/common area photos