Get started
Accounts
Apps
Users
Relationships
Dialogs (Messages)
Tracks (MuseBase)
Photos
Posts
Comments
Safety
Other
Yurba CDN (cdn.yurba.one)
For Desktop Developers
Returns TrackModel.
Request URL params:
track_id: int
Response:
{
ID: int,
Name: string,
Author: string,
Mine: bool, # bool of the track uploader
Release: string,
Size: string, # in megabytes
Duration: int, # in seconds
Timestamp: int,
Cover: int,
Url: string
}
Example:
{
ID: 5127,
Name: "A Real Hero",
Author: "College & Electric Youth",
Mine: false,
Release: "2010",
Size: "10.85",
Duration: 268,
Timestamp: 1691152251,
Cover: 618,
Url: "https://cdn.yurba.one/musebase/5127.mp3"
}