Album Hash: albumHash
Description: A collection of breathtaking natural landscapes from around the world.
Created: 2023-06-15 14:32:41
Views: 12,453
Image Count: 5
Title: Mountain Sunset
Views: 3,245
Title: Mirror Lake
Views: 2,876
Title: Jungle Canopy
Views: 1,987
Title: Northern Lights
Views: 4,532
Title: Paradise Beach
Views: 3,901
{
"data": {
"id": "albumHash",
"title": "Wonders of Nature",
"description": "A collection of breathtaking natural landscapes from around the world.",
"datetime": 1686837161,
"cover": "abcdef1",
"cover_width": 1920,
"cover_height": 1080,
"account_url": "NatureExplorer",
"account_id": 12345678,
"privacy": "public",
"layout": "blog",
"views": 12453,
"link": "https://imgur.com/a/albumHash",
"favorite": false,
"nsfw": false,
"section": "",
"images_count": 5,
"images": [
{
"id": "abcdef1",
"title": "Mountain Sunset",
"description": null,
"datetime": 1686837161,
"type": "image/jpeg",
"animated": false,
"width": 1920,
"height": 1080,
"size": 1024000,
"views": 3245,
"bandwidth": 3322880000,
"vote": null,
"favorite": false,
"nsfw": false,
"section": null,
"account_url": null,
"account_id": null,
"is_ad": false,
"in_most_viral": false,
"has_sound": false,
"tags": [],
"ad_type": 0,
"ad_url": "",
"edited": "0",
"in_gallery": false,
"link": "https://i.imgur.com/abcdef1.jpg"
},
// ... other image objects ...
]
},
"success": true,
"status": 200
}
Note: This response is a simulation based on typical Imgur API album responses. In a real scenario, you would need to provide a valid album hash and proper authentication to receive actual data.