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

    Interface IllustListPage

    Page response for illust list endpoints (search, related, ranking, etc.).

    interface IllustListPage {
        illusts: PixivIllustItem[];
        nextUrl: string | null;
        showAi?: boolean;
    }
    Index

    Properties

    illusts: PixivIllustItem[]

    Illusts on this page.

    nextUrl: string | null

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

    showAi?: boolean

    Whether AI-generated works are shown in the results.

    Only present on search responses; absent on related/ranking/recommended endpoints.