Overview
Data Axle collects and maintains images associated with business locations. These typically include images of the business storefront, signage, and headshots of business owners.
Retrieval
Every image is available in various sizes. Construct image URLs from the asset_hash
. This is done using the following convention:
https://images.data-axle.com/{asset_hash}_{size}.jpg
Sizes
postfix | type | size (pixels) |
l | large | ≤ 1024x768 |
q | thumbnail | 120x120 |
The following are the example links to original, large, and thumbnail sizes of the same image, respectively. Since the original was smaller than 1024x768, the large image is unmodified from the original:
- Original - https://images.data-axle.com/6f09d633effb901f0d2025b3f1cb34d89345df27.jpg
- Large - https://images.data-axle.com/6f09d633effb901f0d2025b3f1cb34d89345df27_l.jpg
- Thumbnail - https://images.data-axle.com/6f09d633effb901f0d2025b3f1cb34d89345df27_q.jpg
See also:
images.asset_hash
- An ID used to view and retrieve the image.images.asset_url
- The full link to view and retrieve the image.images.primary
- Information on whether the Image is the primary image for the place.