@book000/pixivts - v0.61.1
    Preparing search index...

    Interface PixivUserProfile

    Detailed profile information for a user.

    interface PixivUserProfile {
        addressId: number;
        backgroundImageUrl: string | null;
        birth: string;
        birthDay: string;
        birthYear: number;
        countryCode: string;
        gender: "unknown" | "male" | "female";
        isPremium: boolean;
        isUsingCustomProfileImage: boolean;
        job: string;
        jobId: number;
        pawooUrl: string | null;
        region: string;
        totalFollowUsers: number;
        totalIllustBookmarksPublic: number;
        totalIllusts: number;
        totalIllustSeries: number;
        totalManga: number;
        totalMypixivUsers: number;
        totalNovels: number;
        totalNovelSeries: number;
        twitterAccount: string;
        twitterUrl: string | null;
        webpage: string | null;
    }
    Index

    Properties

    addressId: number

    Internal address ID.

    backgroundImageUrl: string | null

    Profile background image URL, or null if not set.

    birth: string

    Birth date string (YYYY-MM-DD format, may be partial).

    birthDay: string

    Birth day portion (MM-DD format).

    birthYear: number

    Birth year.

    countryCode: string

    Two-letter country code (ISO 3166-1 alpha-2).

    gender: "unknown" | "male" | "female"

    Disclosed gender.

    isPremium: boolean

    Whether the user has a premium (paid) account.

    isUsingCustomProfileImage: boolean

    Whether the user has set a custom profile image.

    job: string

    Occupation / job description.

    jobId: number

    Internal job category ID.

    pawooUrl: string | null

    Pawoo profile URL, or null if not set.

    region: string

    Region / prefecture.

    totalFollowUsers: number

    Number of users this user follows.

    totalIllustBookmarksPublic: number

    Total number of publicly bookmarked illusts.

    totalIllusts: number

    Total number of public illusts.

    totalIllustSeries: number

    Total number of illust series.

    totalManga: number

    Total number of public manga works.

    totalMypixivUsers: number

    Number of mutual-follow (mypixiv) connections.

    totalNovels: number

    Total number of public novels.

    totalNovelSeries: number

    Total number of novel series.

    twitterAccount: string

    Linked Twitter/X account name (without @).

    twitterUrl: string | null

    Twitter/X profile URL, or null if not set.

    webpage: string | null

    Personal website URL, or null if not set.