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

    Interface SoundCloudWebProfile

    An external web profile / link displayed on a user's SoundCloud page.

    interface SoundCloudWebProfile {
        created_at: string;
        kind: string;
        service: string;
        title: string;
        url: string;
        urn: string;
        username: string;
    }
    Index

    Properties

    created_at: string

    ISO 8601 timestamp of when the web profile link was created

    kind: string

    Resource type, always "web-profile"

    service: string

    Service name (e.g. "twitter", "instagram", "personal")

    title: string

    Display title for this link

    url: string

    The external URL

    urn: string

    URN identifier for this web profile entry

    username: string

    Username on the external service