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

    Interface IllustRecommendedPage

    Page response for GET /v1/illust/recommended.

    interface IllustRecommendedPage {
        contestExists: boolean;
        illusts: PixivIllustItem[];
        nextUrl: string | null;
        privacyPolicy?: PrivacyPolicy;
        rankingIllusts: PixivIllustItem[];
    }
    Index

    Properties

    contestExists: boolean

    Whether an ongoing contest exists.

    illusts: PixivIllustItem[]

    Recommended illusts.

    nextUrl: string | null

    URL to the next page, or null when this is the last page.

    privacyPolicy?: PrivacyPolicy

    Privacy-policy notice (present on the first page).

    rankingIllusts: PixivIllustItem[]

    Ranking illusts included alongside recommendations.