Skip to content
Nandaka edited this page Oct 21, 2016 · 15 revisions

Welcome to the PixivUtil2 wiki!

Pixiv whitecube API

WhiteCube Token

Required for API call.

Image Details

Endpoint = https://www.pixiv.net/rpc/whitecube/index.php?mode=work_details_modal_whitecube&id=<image_id>&tt=<token>

  • Getting images url = xpath("//div[@class='illust-zoom-in thumbnail-container']/@data-original-src")
  • Image Mode:
    • Merged single and manga page
    • ugoira?
    • double page manga?
  • Available work details
    • Image Title
    • Image Caption
    • Image Tags
    • Works Date (upload/update date?)
    • Works Tools
    • Resolution (missing)
    • View Count
    • Like Count
    • Total Count (missing, jd_rtt)
    • Artist Info?
    • Bookmark Count?
    • Image Response Count?
    • Ugoira Animate js?

Member Details

Endpoint = https://www.pixiv.net/rpc/whitecube/index.php?mode=user_new_unified&id=<member_id>&limit=<limit>&tt=<token>

Search by Tag

Endpoint = https://www.pixiv.net/rpc/whitecube/index.php?q=<tag_name>&s_mode=s_tag_full&adult_mode=include&mode=whitecube_search&p=1&start_page=<start_page>&tt=<token>

Clone this wiki locally