├── README.md ├── json └── example_response │ ├── ajax │ ├── commission │ │ └── page │ │ │ ├── request.json │ │ │ └── request │ │ │ ├── complete │ │ │ ├── illust_mode_all_p_1.json │ │ │ ├── manga_mode_all_p_1.json │ │ │ └── ugoira_mode_all_p_1.json │ │ │ ├── creators │ │ │ ├── illust_mode_all_p_1.json │ │ │ ├── manga_mode_all_p_1.json │ │ │ └── ugoira_mode_all_p_1.json │ │ │ └── in_progress │ │ │ ├── all_mode_all_p_1.json │ │ │ ├── illust_mode_all_p_1.json │ │ │ ├── manga_mode_all_p_1.json │ │ │ └── ugoira_mode_all_p_1.json │ ├── dashboard │ │ ├── home.json │ │ ├── settings.json │ │ └── works │ │ │ └── illust │ │ │ └── request_strategy.json │ ├── discovery │ │ ├── artworks │ │ │ └── meta_mode_all.json │ │ ├── artworks_mode_all_limit_3.json │ │ ├── users │ │ │ └── meta.json │ │ └── users_limit_3.json │ ├── follow_latest │ │ └── illust_mode_all_p_1.json │ ├── illust │ │ ├── 100412238 │ │ │ ├── pages.json │ │ │ └── recommend │ │ │ │ └── init_limit_2.json │ │ ├── 100412238.json │ │ └── new_lastId_0_limit_20_type_illust_r18_false.json │ ├── illusts │ │ ├── bookmarks │ │ │ └── add.json │ │ ├── comments │ │ │ └── roots_illust_id_100412238_offset_0_limit_3.json │ │ └── like.json │ ├── linked_service │ │ └── tumeng.json │ ├── mypixiv_latest │ │ └── illust_p_1.json │ ├── notification.json │ ├── search │ │ ├── artworks │ │ │ └── 原神_word_原神_type_all_order_date_d_mode_all_s_mode_s_tag_full.json │ │ ├── illustrations │ │ │ └── 原神_word_原神_type_illust_and_ugoira_order_date_d_mode_all_s_mode_s_tag_full.json │ │ ├── manga │ │ │ └── 原神_word_原神_type_manga_order_date_d_mode_all_s_mode_s_tag_full.json │ │ ├── tags │ │ │ └── 原神.json │ │ └── top │ │ │ └── 原神.json │ ├── sketch │ │ └── live │ │ │ └── following.json │ ├── stories │ │ └── tag_stories_tag_原神.json │ ├── top │ │ └── illust.json │ ├── user │ │ ├── 9153585 │ │ │ ├── following_offset_0_limit_3_rest_show.json │ │ │ ├── profile │ │ │ │ └── all.json │ │ │ └── works │ │ │ │ └── latest.json │ │ ├── 43192924 │ │ │ ├── followers_offset_0_limit_3.json │ │ │ └── illusts │ │ │ │ └── bookmarks_tag_offset_0_limit_3_rest_show.json │ │ ├── 9153585.json │ │ ├── 9153585_full_1.json │ │ └── extra.json │ ├── watch_list │ │ └── manga_p_1.json │ └── webpush.json │ └── ranking_format_json_mode_weekly_content_illust_p_1.json └── openapi ├── index.html └── openapi.yml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/README.md -------------------------------------------------------------------------------- /json/example_response/ajax/commission/page/request.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/commission/page/request.json -------------------------------------------------------------------------------- /json/example_response/ajax/commission/page/request/complete/illust_mode_all_p_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/commission/page/request/complete/illust_mode_all_p_1.json -------------------------------------------------------------------------------- /json/example_response/ajax/commission/page/request/complete/manga_mode_all_p_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/commission/page/request/complete/manga_mode_all_p_1.json -------------------------------------------------------------------------------- /json/example_response/ajax/commission/page/request/complete/ugoira_mode_all_p_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/commission/page/request/complete/ugoira_mode_all_p_1.json -------------------------------------------------------------------------------- /json/example_response/ajax/commission/page/request/creators/illust_mode_all_p_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/commission/page/request/creators/illust_mode_all_p_1.json -------------------------------------------------------------------------------- /json/example_response/ajax/commission/page/request/creators/manga_mode_all_p_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/commission/page/request/creators/manga_mode_all_p_1.json -------------------------------------------------------------------------------- /json/example_response/ajax/commission/page/request/creators/ugoira_mode_all_p_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/commission/page/request/creators/ugoira_mode_all_p_1.json -------------------------------------------------------------------------------- /json/example_response/ajax/commission/page/request/in_progress/all_mode_all_p_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/commission/page/request/in_progress/all_mode_all_p_1.json -------------------------------------------------------------------------------- /json/example_response/ajax/commission/page/request/in_progress/illust_mode_all_p_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/commission/page/request/in_progress/illust_mode_all_p_1.json -------------------------------------------------------------------------------- /json/example_response/ajax/commission/page/request/in_progress/manga_mode_all_p_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/commission/page/request/in_progress/manga_mode_all_p_1.json -------------------------------------------------------------------------------- /json/example_response/ajax/commission/page/request/in_progress/ugoira_mode_all_p_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/commission/page/request/in_progress/ugoira_mode_all_p_1.json -------------------------------------------------------------------------------- /json/example_response/ajax/dashboard/home.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/dashboard/home.json -------------------------------------------------------------------------------- /json/example_response/ajax/dashboard/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/dashboard/settings.json -------------------------------------------------------------------------------- /json/example_response/ajax/dashboard/works/illust/request_strategy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/dashboard/works/illust/request_strategy.json -------------------------------------------------------------------------------- /json/example_response/ajax/discovery/artworks/meta_mode_all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/discovery/artworks/meta_mode_all.json -------------------------------------------------------------------------------- /json/example_response/ajax/discovery/artworks_mode_all_limit_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/discovery/artworks_mode_all_limit_3.json -------------------------------------------------------------------------------- /json/example_response/ajax/discovery/users/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/discovery/users/meta.json -------------------------------------------------------------------------------- /json/example_response/ajax/discovery/users_limit_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/discovery/users_limit_3.json -------------------------------------------------------------------------------- /json/example_response/ajax/follow_latest/illust_mode_all_p_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/follow_latest/illust_mode_all_p_1.json -------------------------------------------------------------------------------- /json/example_response/ajax/illust/100412238.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/illust/100412238.json -------------------------------------------------------------------------------- /json/example_response/ajax/illust/100412238/pages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/illust/100412238/pages.json -------------------------------------------------------------------------------- /json/example_response/ajax/illust/100412238/recommend/init_limit_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/illust/100412238/recommend/init_limit_2.json -------------------------------------------------------------------------------- /json/example_response/ajax/illust/new_lastId_0_limit_20_type_illust_r18_false.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/illust/new_lastId_0_limit_20_type_illust_r18_false.json -------------------------------------------------------------------------------- /json/example_response/ajax/illusts/bookmarks/add.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/illusts/bookmarks/add.json -------------------------------------------------------------------------------- /json/example_response/ajax/illusts/comments/roots_illust_id_100412238_offset_0_limit_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/illusts/comments/roots_illust_id_100412238_offset_0_limit_3.json -------------------------------------------------------------------------------- /json/example_response/ajax/illusts/like.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/illusts/like.json -------------------------------------------------------------------------------- /json/example_response/ajax/linked_service/tumeng.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/linked_service/tumeng.json -------------------------------------------------------------------------------- /json/example_response/ajax/mypixiv_latest/illust_p_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/mypixiv_latest/illust_p_1.json -------------------------------------------------------------------------------- /json/example_response/ajax/notification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/notification.json -------------------------------------------------------------------------------- /json/example_response/ajax/search/artworks/原神_word_原神_type_all_order_date_d_mode_all_s_mode_s_tag_full.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/search/artworks/原神_word_原神_type_all_order_date_d_mode_all_s_mode_s_tag_full.json -------------------------------------------------------------------------------- /json/example_response/ajax/search/illustrations/原神_word_原神_type_illust_and_ugoira_order_date_d_mode_all_s_mode_s_tag_full.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/search/illustrations/原神_word_原神_type_illust_and_ugoira_order_date_d_mode_all_s_mode_s_tag_full.json -------------------------------------------------------------------------------- /json/example_response/ajax/search/manga/原神_word_原神_type_manga_order_date_d_mode_all_s_mode_s_tag_full.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/search/manga/原神_word_原神_type_manga_order_date_d_mode_all_s_mode_s_tag_full.json -------------------------------------------------------------------------------- /json/example_response/ajax/search/tags/原神.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/search/tags/原神.json -------------------------------------------------------------------------------- /json/example_response/ajax/search/top/原神.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/search/top/原神.json -------------------------------------------------------------------------------- /json/example_response/ajax/sketch/live/following.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/sketch/live/following.json -------------------------------------------------------------------------------- /json/example_response/ajax/stories/tag_stories_tag_原神.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/stories/tag_stories_tag_原神.json -------------------------------------------------------------------------------- /json/example_response/ajax/top/illust.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/top/illust.json -------------------------------------------------------------------------------- /json/example_response/ajax/user/43192924/followers_offset_0_limit_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/user/43192924/followers_offset_0_limit_3.json -------------------------------------------------------------------------------- /json/example_response/ajax/user/43192924/illusts/bookmarks_tag_offset_0_limit_3_rest_show.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/user/43192924/illusts/bookmarks_tag_offset_0_limit_3_rest_show.json -------------------------------------------------------------------------------- /json/example_response/ajax/user/9153585.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/user/9153585.json -------------------------------------------------------------------------------- /json/example_response/ajax/user/9153585/following_offset_0_limit_3_rest_show.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/user/9153585/following_offset_0_limit_3_rest_show.json -------------------------------------------------------------------------------- /json/example_response/ajax/user/9153585/profile/all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/user/9153585/profile/all.json -------------------------------------------------------------------------------- /json/example_response/ajax/user/9153585/works/latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/user/9153585/works/latest.json -------------------------------------------------------------------------------- /json/example_response/ajax/user/9153585_full_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/user/9153585_full_1.json -------------------------------------------------------------------------------- /json/example_response/ajax/user/extra.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/user/extra.json -------------------------------------------------------------------------------- /json/example_response/ajax/watch_list/manga_p_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/watch_list/manga_p_1.json -------------------------------------------------------------------------------- /json/example_response/ajax/webpush.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ajax/webpush.json -------------------------------------------------------------------------------- /json/example_response/ranking_format_json_mode_weekly_content_illust_p_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/json/example_response/ranking_format_json_mode_weekly_content_illust_p_1.json -------------------------------------------------------------------------------- /openapi/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/openapi/index.html -------------------------------------------------------------------------------- /openapi/openapi.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daydreamer-json/pixiv-ajax-api-docs/HEAD/openapi/openapi.yml --------------------------------------------------------------------------------