@book000/pixivts
    Preparing search index...

    Interface GetV1IllustRecommendedResponse

    GET /v1/illust/recommended のレスポンス

    interface GetV1IllustRecommendedResponse {
        contest_exists: boolean;
        illusts: PixivIllustItem[];
        next_url: string;
        privacy_policy?: PrivacyPolicy;
        ranking_illusts: PixivIllustItem[];
    }
    Index

    Properties

    contest_exists: boolean

    コンテストが存在するか?

    illusts: PixivIllustItem[]

    おすすめのイラスト群

    next_url: string

    次回のリクエストに使用する URL。

    privacy_policy?: PrivacyPolicy

    プライバシーポリシー

    ranking_illusts: PixivIllustItem[]

    ランキングのイラスト群?