Get started
Accounts
Apps
Users
Relationships
Dialogs (Messages)
Tracks (MuseBase)
Photos
Posts
Comments
Safety
Other
Yurba CDN (cdn.yurba.one)
For Desktop Developers
Returns PhotoModel.
Request URL params:
photo_id: int
Response:
{
ID: int,
Author: int, // user ID
Caption: string
Timestamp: int,
Url: string
}
Example:
{
ID: 715,
Author: 1,
Caption: "",
Timestamp: 1699487546,
Url: "https://cdn.yurba.one/photos/715.jpg"
}