assets
Information about an individual asset specified by its unique ID.
get/info/{id}
Path parameters
idstring required
The unique ID/slug of the asset
Response
OK
Example response
{
"name": "Abandoned Factory Canteen 01",
"description": "Free, unclipped 16K HDRI of an abandoned factory canteen, indoor fluorescent lighting with backplates included.",
"date_published": 1600725600,
"download_count": 12345,
"files_hash": "8746a9a941bebe5743d0a710e11cb91beb225ca6",
"authors": {
"Sergej Majboroda": "All"
},
"categories": [
"indoor",
"urban",
"low contrast",
"natural light"
],
"category": "Streets & Town/Rooftops & Balconies/City Rooftops",
"category_id": "8133f881-e55d-5c6c-a360-99dbf7204ee5",
"tags": [
"hall",
"abandoned",
"fluorescent",
"industrial",
"backplates"
],
"attributes": {
"time_of_day": "dusk",
"weather": "partly_cloudy",
"light_type": "natural",
"contrast": "low",
"environment": "outdoor",
"sky_view": "open"
},
"max_resolution": [
16384,
8192
],
"thumbnail_url": "https://cdn.polyhaven.com/asset_img/thumbs/abandoned_factory_canteen_01.png?width=256&height=256",
"whitebalance": 5450,
"backplates": true,
"evs_cap": 15,
"coords": [
50.995194,
35.105417
],
"date_taken": 1591789620
}