Yurba Docs
Yurba Documentation

Get started

Accounts

Users

Relationships

Dialogs (Messages)

Tracks (MuseBase)

Photos

Posts

Comments

Safety

Other

Yurba CDN (cdn.yurba.one)

GET /photos/{photo_id}

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" }