SmugMug API - Image size: small

Response [200 Ok]

Uri /api/v2/image/smj2FmM-0!sizesmall
UriDescription Image size: small
EndpointType ImageSizeSmall
Locator ImageSizeSmall
LocatorType Object

ImageSizeSmall [1 of 1]
/api/v2/image/smj2FmM-0!sizesmall

Uri /api/v2/image/smj2FmM-0!sizesmall
UriDescription Image size: small
Ext jpg
Height 300
MD5 a6770980ee64cb2131ea351d8356747f
Size 83223
Url https://photos.smugmug.com/photos/i-smj2FmM/0/S/i-smj2FmM-S.jpg
Usable true
Watermarked false
Width 300

Timing

Total

cycles 1
objects 0
time 0.03636

Request

Uri /api/v2/image/smj2FmM-0!sizesmall
Method GET
Version v2

Options

Path

  • /api
  • /v2
  • /image
  • /
  • !sizesmall

Notes

  • The Uris.Locator will vary depending on the maximum available size
  • If this image is generated on-the-fly, Size is not available in the response data

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

Output Fields

Bitrate decimal
Duration decimal
Ext text
Height integer
MD5 text
Size integer
Url uri
Usable boolean
Watermarked boolean
Width integer

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/image/smj2FmM-0!sizesmall"
    },
    "Options": {
        "MethodDetails": {
            "OPTIONS": {
                "Permissions": [
                    "Read"
                ]
            },
            "GET": {
                "Permissions": [
                    "Read"
                ]
            }
        },
        "Methods": [
            "OPTIONS",
            "GET"
        ],
        "MediaTypes": [
            "application/json",
            "application/vnd.php.serialized",
            "application/x-msgpack",
            "text/html",
            "text/csv"
        ],
        "Output": [
            {
                "Name": "Url",
                "Type": "Uri",
                "MAX_LENGTH": "INFINITY",
                "Locator": []
            },
            {
                "Name": "Size",
                "Type": "Integer",
                "MIN_VALUE": "NEGATIVE_INFINITY",
                "MAX_VALUE": "POSITIVE_INFINITY"
            },
            {
                "Name": "Height",
                "Type": "Integer",
                "MIN_VALUE": "NEGATIVE_INFINITY",
                "MAX_VALUE": "POSITIVE_INFINITY"
            },
            {
                "Name": "Width",
                "Type": "Integer",
                "MIN_VALUE": "NEGATIVE_INFINITY",
                "MAX_VALUE": "POSITIVE_INFINITY"
            },
            {
                "Name": "MD5",
                "Type": "Text",
                "MIN_CHARS": 0,
                "MAX_CHARS": "INFINITY"
            },
            {
                "Name": "Usable",
                "Type": "Boolean"
            },
            {
                "Name": "Ext",
                "Type": "Varchar",
                "MIN_CHARS": 0,
                "MAX_CHARS": "INFINITY"
            },
            {
                "Name": "Duration",
                "Type": "DECIMAL",
                "PRECISION": "NOLIMIT",
                "SCALE": "NOLIMIT",
                "SIGNED": true
            },
            {
                "Name": "Bitrate",
                "Type": "DECIMAL",
                "PRECISION": "NOLIMIT",
                "SCALE": "NOLIMIT",
                "SIGNED": true
            },
            {
                "Name": "Watermarked",
                "Type": "Boolean"
            }
        ],
        "Notes": [
            "The Uris.Locator will vary depending on the maximum available size",
            "If this image is generated on-the-fly, Size is not available in the response data"
        ],
        "Path": [
            {
                "type": "path",
                "text": "api"
            },
            {
                "type": "path",
                "text": "v2"
            },
            {
                "type": "path",
                "text": "image"
            },
            {
                "type": "singleparam",
                "param_name": "imagekey",
                "param_value": "smj2FmM-0"
            },
            {
                "type": "action",
                "text": "sizesmall"
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/image/smj2FmM-0!sizesmall",
        "Locator": "ImageSizeSmall",
        "LocatorType": "Object",
        "ImageSizeSmall": {
            "Url": "https://photos.smugmug.com/photos/i-smj2FmM/0/S/i-smj2FmM-S.jpg",
            "Size": 83223,
            "Height": 300,
            "Width": 300,
            "MD5": "a6770980ee64cb2131ea351d8356747f",
            "Usable": true,
            "Ext": "jpg",
            "Watermarked": false,
            "Uri": "/api/v2/image/smj2FmM-0!sizesmall",
            "UriDescription": "Image size: small"
        },
        "UriDescription": "Image size: small",
        "EndpointType": "ImageSizeSmall",
        "Timing": {
            "Total": {
                "time": 0.03636,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}