soundcloud-api-ts - v1.9.0
    Preparing search index...

    Interface SoundCloudActivity

    A single activity item from the user's activity feed.

    interface SoundCloudActivity {
        created_at: string;
        origin: SoundCloudTrack | SoundCloudPlaylist;
        type: string;
    }
    Index

    Properties

    created_at: string

    ISO 8601 timestamp of when the activity occurred

    The track or playlist that is the subject of this activity

    type: string

    Type of activity (e.g. "track", "track-repost", "playlist")