Response [200 Ok]
| Uri | /api/v2 |
|---|---|
| UriDescription | API Version 2 |
| DocUri | https://api.smugmug.com/api/v2/doc |
| EndpointType | Versionv2 |
Uris
AlbumBase
/api/v2/album
| Uri | /api/v2/album |
|---|---|
| UriDescription | Base URI for album-related operations |
| EndpointType | AlbumBase |
AlbumTemplateBase
/api/v2/albumtemplate
| Uri | /api/v2/albumtemplate |
|---|---|
| UriDescription | Base URI for album template-related operations |
| EndpointType | AlbumTemplateBase |
CommentBase
/api/v2/comment
| Uri | /api/v2/comment |
|---|---|
| UriDescription | Base URI for comment-related operations |
| EndpointType | CommentBase |
DownloadBase
/api/v2/download
| Uri | /api/v2/download |
|---|---|
| UriDescription | Base URI for download-related operations |
| EndpointType | DownloadBase |
FolderBase
/api/v2/folder
| Uri | /api/v2/folder |
|---|---|
| UriDescription | Base URI for folder-related operations |
| EndpointType | FolderBase |
GuideBase
/api/v2/guide
| Uri | /api/v2/guide |
|---|---|
| UriDescription | Base URI for guide-related operations |
| EndpointType | GuideBase |
ImageBase
/api/v2/image
| Uri | /api/v2/image |
|---|---|
| UriDescription | Base URI for image-related operations |
| EndpointType | ImageBase |
NicknameUrlPathLookup
/api/v2!nicknameurlpathlookup
| Uri | /api/v2!nicknameurlpathlookup |
|---|---|
| UriDescription | Lookup folder, album, or page by user nickname and path |
| EndpointType | NicknameUrlPathLookup |
| Locator | Folder,Album,Page |
| LocatorType | Object |
PageBase
/api/v2/page
| Uri | /api/v2/page |
|---|---|
| UriDescription | Base URI for page-related operations |
| EndpointType | PageBase |
PrintmarkBase
/api/v2/printmark
| Uri | /api/v2/printmark |
|---|---|
| UriDescription | Base URI for printmark-related operations |
| EndpointType | PrintmarkBase |
SiteUser
/api/v2!siteuser
| Uri | /api/v2!siteuser |
|---|---|
| UriDescription | Owner of the current domain name |
| EndpointType | SiteUser |
| Locator | User |
| LocatorType | Object |
StatusBase
/api/v2/status
| Uri | /api/v2/status |
|---|---|
| UriDescription | Base URI for user status-related operations |
| EndpointType | StatusBase |
TemplateBase
/api/v2/template
| Uri | /api/v2/template |
|---|---|
| UriDescription | Base URI for template-related operations |
| EndpointType | TemplateBase |
ThemeBase
/api/v2/theme
| Uri | /api/v2/theme |
|---|---|
| UriDescription | Base URI for theme-related operations |
| EndpointType | ThemeBase |
UserBase
/api/v2/user
| Uri | /api/v2/user |
|---|---|
| UriDescription | Base URI for user-related operations |
| EndpointType | UserBase |
WatermarkBase
/api/v2/watermark
| Uri | /api/v2/watermark |
|---|---|
| UriDescription | Base URI for watermark-related operations |
| EndpointType | WatermarkBase |
WebUriLookup
/api/v2!weburilookup
| Uri | /api/v2!weburilookup |
|---|---|
| UriDescription | Lookup folder, album, image (with an album context) or page by WebUri |
| EndpointType | WebUriLookup |
| Locator | Folder,Album,Page,AlbumImage |
| LocatorType | Object |
Config
{
"expand_method": "ref",
"shorturis": false
}
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2"
},
"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"
]
},
"Response": {
"Uri": "/api/v2",
"Uris": {
"SiteUser": {
"Uri": "/api/v2!siteuser",
"Locator": "User",
"LocatorType": "Object",
"UriDescription": "Owner of the current domain name",
"EndpointType": "SiteUser"
},
"UserBase": {
"Uri": "/api/v2/user",
"UriDescription": "Base URI for user-related operations",
"EndpointType": "UserBase"
},
"AlbumBase": {
"Uri": "/api/v2/album",
"UriDescription": "Base URI for album-related operations",
"EndpointType": "AlbumBase"
},
"AlbumTemplateBase": {
"Uri": "/api/v2/albumtemplate",
"UriDescription": "Base URI for album template-related operations",
"EndpointType": "AlbumTemplateBase"
},
"ThemeBase": {
"Uri": "/api/v2/theme",
"UriDescription": "Base URI for theme-related operations",
"EndpointType": "ThemeBase"
},
"TemplateBase": {
"Uri": "/api/v2/template",
"UriDescription": "Base URI for template-related operations",
"EndpointType": "TemplateBase"
},
"ImageBase": {
"Uri": "/api/v2/image",
"UriDescription": "Base URI for image-related operations",
"EndpointType": "ImageBase"
},
"WatermarkBase": {
"Uri": "/api/v2/watermark",
"UriDescription": "Base URI for watermark-related operations",
"EndpointType": "WatermarkBase"
},
"PrintmarkBase": {
"Uri": "/api/v2/printmark",
"UriDescription": "Base URI for printmark-related operations",
"EndpointType": "PrintmarkBase"
},
"FolderBase": {
"Uri": "/api/v2/folder",
"UriDescription": "Base URI for folder-related operations",
"EndpointType": "FolderBase"
},
"CommentBase": {
"Uri": "/api/v2/comment",
"UriDescription": "Base URI for comment-related operations",
"EndpointType": "CommentBase"
},
"PageBase": {
"Uri": "/api/v2/page",
"UriDescription": "Base URI for page-related operations",
"EndpointType": "PageBase"
},
"StatusBase": {
"Uri": "/api/v2/status",
"UriDescription": "Base URI for user status-related operations",
"EndpointType": "StatusBase"
},
"DownloadBase": {
"Uri": "/api/v2/download",
"UriDescription": "Base URI for download-related operations",
"EndpointType": "DownloadBase"
},
"NicknameUrlPathLookup": {
"Uri": "/api/v2!nicknameurlpathlookup",
"Locator": "Folder,Album,Page",
"LocatorType": "Object",
"UriDescription": "Lookup folder, album, or page by user nickname and path",
"EndpointType": "NicknameUrlPathLookup"
},
"WebUriLookup": {
"Uri": "/api/v2!weburilookup",
"Locator": "Folder,Album,Page,AlbumImage",
"LocatorType": "Object",
"UriDescription": "Lookup folder, album, image (with an album context) or page by WebUri",
"EndpointType": "WebUriLookup"
},
"GuideBase": {
"Uri": "/api/v2/guide",
"UriDescription": "Base URI for guide-related operations",
"EndpointType": "GuideBase"
}
},
"UriDescription": "API Version 2",
"EndpointType": "Versionv2",
"DocUri": "https://api.smugmug.com/api/v2/doc",
"Timing": {
"Total": {
"time": 0.0131,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}