@__dirname/pixiv-web-api
    Preparing search index...

    Function illust

    • artwork 详情

      Parameters

      • id: number
      • Optionalquery: { lang?: string; version?: string }
        • Optionallang?: string
        • Optionalversion?: string
          "f7ee0b7c341b92c568c6c901722efa1fc90dcaf8"
          

      Returns Promise<
          {
              aiType: number;
              alt: string;
              bookmarkCount: number;
              bookmarkData: { id: string; private: boolean }
              | null;
              bookStyle: number;
              comicPromotion: any;
              commentCount: number;
              commentOff: number;
              commissionLinkHidden: boolean;
              contestBanners: any[];
              contestData: any;
              createDate: string;
              description: string;
              descriptionBoothId: string | null;
              descriptionYoutubeId: string | null;
              extraData: ExtraData;
              fanboxPromotion: any;
              height: number;
              id: string;
              illustComment: string;
              illustId: string;
              illustTitle: string;
              illustType: 0 | 1 | 2;
              imageResponseCount: number;
              imageResponseData: any[];
              imageResponseOutData: any[];
              isBookmarkable: boolean;
              isHowto: boolean;
              isLoginOnly: boolean;
              isOriginal: boolean;
              isUnlisted: boolean;
              likeCount: number;
              likeData: boolean;
              locationMask: boolean;
              pageCount: number;
              pollData: any;
              request: any;
              responseCount: number;
              restrict: number;
              reuploadDate: string | null;
              seriesNavData: any;
              sl: number;
              tags: {
                  authorId: string;
                  isLocked: boolean;
                  tags: {
                      deletable: boolean;
                      locked: boolean;
                      tag: string;
                      translation?: Record<string, string>;
                      userId?: string;
                      userName?: string;
                  }[];
                  writable: boolean;
              };
              title: string;
              titleCaptionTranslation: {
                  workCaption: string
                  | null;
                  workTitle: string | null;
              };
              uploadDate: string;
              urls: {
                  mini: string;
                  original: string;
                  regular: string;
                  small: string;
                  thumb: string;
              };
              userAccount: string;
              userId: string;
              userIllusts: Record<string, null | object>;
              userName: string;
              viewCount: number;
              width: number;
              xRestrict: number;
              zoneConfig: ZoneConfig;
          },
      >