Returns comprehensive metadata for an image including title, creator, license information, source URL, image file URLs (full and thumbnail sizes), dimensions (width/height), and file size. Use this endpoint after discovering images via search to get full details and download links.
From spec: Retrieve detailed information about a specific image by its ID
Usage Tips
- Identifier must be a valid UUIDv4 format
- Images are served from external sources; check foreign_landing_url for attribution
- Supports standard Creative Commons licenses (CC0, CC-BY, CC-BY-SA, CC-BY-NC, etc.)
- Thumbnails available in multiple sizes via url variants
- Full resolution image available at the main URL field
Parameters (1)
identifier(string, path, required)
UUID of the image
Examples (1)
Get details for a specific image by UUIDdoc_extracted
Demonstrates fetching complete metadata for a specific image including download URLs, dimensions, and licensing information.