@book000/pixivts
    Preparing search index...

    Interface GetV1IllustSeriesResponse

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

    interface GetV1IllustSeriesResponse {
        illust_series_detail: IllustSeriesDetail;
        illust_series_first_illust: PixivIllustItem;
        illusts: PixivIllustItem[];
        next_url: null | string;
    }
    Index

    Properties

    illust_series_detail: IllustSeriesDetail

    シリーズ詳細

    illust_series_first_illust: PixivIllustItem

    シリーズの最初のイラスト

    illusts: PixivIllustItem[]

    シリーズに含まれているイラスト群

    next_url: null | string

    次 URL