@book000/pixivts
    Preparing search index...

    Interface GetV1SearchIllustResponse

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

    interface GetV1SearchIllustResponse {
        illusts: PixivIllustItem[];
        next_url: null | string;
        search_span_limit: number;
    }
    Index

    Properties

    illusts: PixivIllustItem[]

    検索結果のイラスト群

    next_url: null | string

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

    search_span_limit: number

    不明

    「31536000」固定?1年間?