@book000/pixivts

    Interface GetV1MangaRecommendedResponse

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

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

    Properties

    illusts: PixivIllustItem[]

    おすすめのイラスト群

    next_url: string

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

    privacy_policy?: PrivacyPolicy

    プライバシーポリシー

    ranking_illusts: PixivIllustItem[]

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

    MMNEPVFCICPMFPCPTTAAATR