Skip to content

Sniffer for iOS 6.x Common API

枫谷剑仙 edited this page Jan 5, 2017 · 16 revisions

Sniffer for iOS 6.x - Common API

用户 - 详情

GET https://app-api.pixiv.net/v1/user/detail?user_id=660788&filter=for_ios HTTP/1.1
Host: app-api.pixiv.net
Accept: */*
Connection: keep-alive
Proxy-Connection: keep-alive
App-OS-Version: 9.3.3
App-OS: ios
User-Agent: PixivIOSApp/6.0.8 (iOS 9.3.3; iPhone6,1)
Accept-Language: zh-cn
App-Version: 6.0.8
Accept-Encoding: gzip, deflate

HTTP/1.1 200 OK
Server: nginx
Date: Mon, 11 Jul 2016 14:44:38 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 1075
Connection: keep-alive
X-Content-Type-Options: nosniff
Vary: Accept-Encoding

{
    "user": {
        "id": 660788, 
        "name": "swd3e2", 
        "account": "swd3e2", 
        "profile_image_urls": {
            "medium": "https://i3.pixiv.net/user-profile/img/2016/03/24/22/59/20/10710018_5f0becdb366368a8ffd34ca47839a0a2_170.png"
        }, 
        "comment": "遇事不快发个图。
PS:近期恶意用户略多,故暂不接受好友申请,见谅。", 
        "is_followed": true
    }, 
    "profile": {
        "webpage": null, 
        "gender": "female", 
        "birth": "1988-03-01", 
        "region": "China", 
        "job": "IT关联", 
        "total_follow_users": 238, 
        "total_follower": 204473, 
        "total_mypixiv_users": 230, 
        "total_illusts": 126, 
        "total_manga": 0, 
        "total_novels": 0, 
        "total_illust_bookmarks_public": 52, 
        "background_image_url": null, 
        "twitter_account": "", 
        "twitter_url": null, 
        "is_premium": false
    }, 
    "workspace": {
        "pc": "", 
        "monitor": "", 
        "tool": "", 
        "scanner": "", 
        "tablet": "", 
        "mouse": "", 
        "printer": "", 
        "desktop": "", 
        "music": "", 
        "desk": "", 
        "chair": "", 
        "comment": "", 
        "workspace_image_url": "http://i1.pixiv.net/workspace/img/2016/06/23/15/56/07/660788_a9563f7c2ece42456e75262bf63c9c80.jpg"
    }
}

用户 - 插画列表

GET https://app-api.pixiv.net/v1/user/illusts?user_id=660788&filter=for_ios&type=illust&offset=30 HTTP/1.1
Host: app-api.pixiv.net
Accept: */*
Connection: keep-alive
Proxy-Connection: keep-alive
App-OS-Version: 9.3.3
App-OS: ios
User-Agent: PixivIOSApp/6.0.8 (iOS 9.3.3; iPhone6,1)
Accept-Language: zh-cn
App-Version: 6.0.8
Accept-Encoding: gzip, deflate

HTTP/1.1 200 OK
Server: nginx
Date: Mon, 11 Jul 2016 14:48:50 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 48472
Connection: keep-alive
X-Content-Type-Options: nosniff
Vary: Accept-Encoding

{
    "illusts": [
        {
            "id": 56585648, 
            "title": "-残月桥-", 
            "type": "illust", 
            "image_urls": {
                "square_medium": "https://i.pximg.net/c/360x360_70/img-master/img/2016/04/29/03/33/27/56585648_p0_square1200.jpg", 
                "medium": "https://i.pximg.net/c/540x540_70/img-master/img/2016/04/29/03/33/27/56585648_p0_master1200.jpg", 
                "large": "https://i.pximg.net/c/600x1200_90/img-master/img/2016/04/29/03/33/27/56585648_p0_master1200.jpg"
            }, 
            "caption": "", 
            "restrict": 0, 
            "user": {
                "id": 660788, 
                "name": "swd3e2", 
                "account": "swd3e2", 
                "profile_image_urls": {
                    "medium": "https://i3.pixiv.net/user-profile/img/2016/03/24/22/59/20/10710018_5f0becdb366368a8ffd34ca47839a0a2_170.png"
                }, 
                "is_followed": true
            }, 
            "tags": [
                {
                    "name": "落書き"
                }, 
                {
                    "name": "pixivファンタジアT"
                }, 
                {
                    "name": "オリジナル"
                }, 
                {
                    "name": "王の間の決戦【青】"
                }, 
                {
                    "name": "タイガ"
                }, 
                {
                    "name": "PFT新津新天地編"
                }, 
                {
                    "name": "新津百景"
                }, 
                {
                    "name": "ピクファン1000users入り"
                }
            ], 
            "tools": [
                "Photoshop", 
                "SAI"
            ], 
            "create_date": "2016-04-29T03:33:27+09:00", 
            "page_count": 1, 
            "width": 1403, 
            "height": 702, 
            "sanity_level": 2, 
            "meta_single_page": {
                "original_image_url": "https://i1.pixiv.net/img-original/img/2016/04/29/03/33/27/56585648_p0.jpg"
            }, 
            "meta_pages": [ ], 
            "total_view": 53181, 
            "total_bookmarks": 1347, 
            "is_bookmarked": false, 
            "visible": true, 
            "total_comments": 21
        }
    ], 
    "next_url": "https://app-api.pixiv.net/v1/user/illusts?user_id=660788&filter=for_ios&type=illust&offset=60"
}

用户 - 收藏

  1. 指定用户的收藏:https://app-api.pixiv.net/v1/user/bookmarks/illust?user_id=660788&restrict=public&filter=for_ios
  2. 指定用户的收藏(小说):https://app-api.pixiv.net/v1/user/bookmarks/novel?user_id=660788&restrict=public

图片查询

GET https://i.pximg.net/c/600x1200_90/img-master/img/2016/05/26/00/14/47/57065990_p0_master1200.jpg HTTP/1.1
Host: i.pximg.net
Accept: */*
Accept-Encoding: gzip, deflate
Connection: keep-alive
Proxy-Connection: keep-alive
App-OS-Version: 9.0.2
App-OS: ios
User-Agent: PixivIOSApp/6.0.4 (iOS 9.0.2; iPhone6,1)
Referer: https://app-api.pixiv.net/
App-Version: 6.0.4
Accept-Language: zh-cn

相关列表

GET https://app-api.pixiv.net/v1/illust/related?illust_id=57065990&filter=for_ios HTTP/1.1
Host: app-api.pixiv.net
Accept: */*
Connection: keep-alive
Proxy-Connection: keep-alive
App-OS-Version: 9.3.3
App-OS: ios
User-Agent: PixivIOSApp/6.0.8 (iOS 9.3.3; iPhone6,1)
Accept-Language: zh-cn
App-Version: 6.0.8
Accept-Encoding: gzip, deflate

HTTP/1.1 200 OK
Server: nginx
Date: Mon, 11 Jul 2016 15:06:48 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 62107
Connection: keep-alive
X-Content-Type-Options: nosniff
Vary: Accept-Encoding

{
    "illusts": [
        {
            "id": 50110785, 
            "title": "水着こすみ", 
            "type": "illust", 
            "image_urls": {
                "square_medium": "https://i.pximg.net/c/360x360_70/img-master/img/2015/04/30/20/21/08/50110785_p0_square1200.jpg", 
                "medium": "https://i.pximg.net/c/540x540_70/img-master/img/2015/04/30/20/21/08/50110785_p0_master1200.jpg", 
                "large": "https://i.pximg.net/c/600x1200_90/img-master/img/2015/04/30/20/21/08/50110785_p0_master1200.jpg"
            }, 
            "caption": "コミ1新刊用のイラストです<br />横乳から脇にかけて塗ってる時間が最高に楽しい", 
            "restrict": 0, 
            "user": {
                "id": 47406, 
                "name": "煎路(せんじ)", 
                "account": "qcb3s9xr", 
                "profile_image_urls": {
                    "medium": "https://i1.pixiv.net/img05/profile/qcb3s9xr/9041950.jpg"
                }, 
                "is_followed": false
            }, 
            "tags": [
                {
                    "name": "オリジナル"
                }, 
                {
                    "name": "孤島ちゃんねる"
                }, 
                {
                    "name": "水着"
                }, 
                {
                    "name": "挟まれたい谷間"
                }, 
                {
                    "name": "女の子"
                }, 
                {
                    "name": "ビキニ"
                }, 
                {
                    "name": "おっぱい"
                }, 
                {
                    "name": "おへそ"
                }, 
                {
                    "name": "金髪"
                }
            ], 
            "tools": [
                "Photoshop", 
                "SAI"
            ], 
            "create_date": "2015-04-30T20:21:08+09:00", 
            "page_count": 1, 
            "width": 567, 
            "height": 800, 
            "sanity_level": 2, 
            "meta_single_page": {
                "original_image_url": "https://i2.pixiv.net/img-original/img/2015/04/30/20/21/08/50110785_p0.jpg"
            }, 
            "meta_pages": [ ], 
            "total_view": 38050, 
            "total_bookmarks": 2728, 
            "is_bookmarked": false, 
            "visible": true
        }
    ], 
    "next_url": "https://app-api.pixiv.net/v1/illust/related?illust_id=57065990&filter=for_ios&seed_illust_ids=53870257%2C54106899%2C57575769%2C50570076%2C56561969%2C56155587%2C52449428%2C57150551%2C53420776%2C57012459%2C57728098%2C57065617%2C57284644%2C46955238%2C50110785%2C56175842%2C56557178%2C57698476%2C55716084%2C57798791"
}

评论列表

GET https://app-api.pixiv.net/v1/illust/comments?illust_id=57065990 HTTP/1.1
Host: app-api.pixiv.net
Accept: */*
Connection: keep-alive
Proxy-Connection: keep-alive
App-OS-Version: 9.3.3
App-OS: ios
User-Agent: PixivIOSApp/6.0.8 (iOS 9.3.3; iPhone6,1)
Accept-Language: zh-cn
App-Version: 6.0.8
Accept-Encoding: gzip, deflate

HTTP/1.1 200 OK
Server: nginx
Date: Mon, 11 Jul 2016 15:04:05 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 8912
Connection: keep-alive
X-Content-Type-Options: nosniff
Vary: Accept-Encoding

{
    "total_comments": 0, 
    "comments": [
        {
            "id": 58189539, 
            "comment": "少年、お前は才気、私は海辺に行きましょう", 
            "date": "2016-06-24T00:30:51+09:00", 
            "user": {
                "id": 18824808, 
                "name": "o_ocjh", 
                "profile_image_urls": {
                    "medium": "https://source.pixiv.net/common/images/no_profile.png"
                }
            }
        }, 
        {
            "id": 57836280, 
            "comment": "(love2)好棒", 
            "date": "2016-06-11T20:17:08+09:00", 
            "user": {
                "id": 11120828, 
                "name": "小明菌", 
                "profile_image_urls": {
                    "medium": "https://source.pixiv.net/common/images/no_profile.png"
                }
            }
        }
    ], 
    "next_url": "https://app-api.pixiv.net/v1/illust/comments?illust_id=57065990&offset=30&include_total_comments=false"
}

Add/Del Illust Bookmarks (Like)

POST https://app-api.pixiv.net/v1/illust/bookmark/add HTTP/1.1
Host: app-api.pixiv.net
Accept: */*
Authorization: Bearer _ipCL1s-lLIMFC1gKoMkVB_h_rMmVQd8WgPIXIVx0g8
App-Version: 6.0.9
Proxy-Connection: keep-alive
App-OS: ios
Accept-Language: zh-cn
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded
Content-Length: 100
User-Agent: PixivIOSApp/6.0.9 (iOS 9.3.3; iPhone6,1)
Connection: keep-alive
App-OS-Version: 9.3.3

tags=%E5%B0%BB%E7%A5%9E%E6%A7%98%20%E8%A3%B8%E8%B6%B3%20Fate%2FGO&illust_id=52592205&restrict=public

HTTP/1.1 200 OK
Server: nginx
Date: Thu, 11 Aug 2016 15:09:44 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 2
Connection: keep-alive
X-Content-Type-Options: nosniff
Vary: Accept-Encoding

{}
POST https://app-api.pixiv.net/v1/illust/bookmark/delete HTTP/1.1
Host: app-api.pixiv.net
Accept: */*
Authorization: Bearer 5i5Xdt-nPdSvmlkkdJpi9mG09dX0eTUa24zGBC20oSo
App-Version: 6.0.4
Proxy-Connection: keep-alive
App-OS: ios
Accept-Language: zh-cn
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded
Content-Length: 18
User-Agent: PixivIOSApp/6.0.4 (iOS 9.0.2; iPhone6,1)
Connection: keep-alive
App-OS-Version: 9.0.2

illust_id=57065990

HTTP/1.1 200 OK
Server: nginx
Date: Mon, 11 Jul 2016 15:09:46 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 2
Connection: keep-alive
X-Content-Type-Options: nosniff
Vary: Accept-Encoding

{}

收藏长按

GET https://app-api.pixiv.net/v2/illust/bookmark/detail?illust_id=58373175 HTTP/1.1
Host: app-api.pixiv.net
Accept: */*
Accept-Encoding: gzip, deflate
Connection: keep-alive
Proxy-Connection: keep-alive
App-OS-Version: 9.3.3
App-OS: ios
User-Agent: PixivIOSApp/6.0.9 (iOS 9.3.3; iPhone6,1)
Authorization: Bearer G77rhaOdFC0wpRJSWHUFNYuOiOX2yClTCxtVnHRJ-CU
App-Version: 6.0.9
Accept-Language: zh-cn

HTTP/1.1 200 OK
Server: nginx
Date: Thu, 11 Aug 2016 15:06:54 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 615
Connection: keep-alive
X-Content-Type-Options: nosniff
Vary: Accept-Encoding

{
    "bookmark_detail": {
        "is_bookmarked": false, 
        "tags": [
            {
                "name": "艦隊これくしょん", 
                "is_registered": false
            }, 
            {
                "name": "艦これ", 
                "is_registered": false
            }, 
            {
                "name": "艦これ500users入り", 
                "is_registered": false
            }
        ], 
        "restrict": "public"
    }
}

查询收藏筛选列表

GET https://app-api.pixiv.net/v1/user/bookmark-tags/illust?restrict=public HTTP/1.1
Host: app-api.pixiv.net
Accept: */*
Accept-Encoding: gzip, deflate
Connection: keep-alive
Proxy-Connection: keep-alive
App-OS-Version: 9.3.3
App-OS: ios
User-Agent: PixivIOSApp/6.0.9 (iOS 9.3.3; iPhone6,1)
Authorization: Bearer _ipCL1s-lLIMFC1gKoMkVB_h_rMmVQd8WgPIXIVx0g8
App-Version: 6.0.9
Accept-Language: zh-cn

HTTP/1.1 200 OK
Server: nginx
Date: Thu, 11 Aug 2016 15:14:54 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 65
Connection: keep-alive
X-Content-Type-Options: nosniff
Vary: Accept-Encoding

{
    "bookmark_tags": [
        {
            "name": "Fate/GO", 
            "count": 1
        }
    ], 
    "next_url": "https://app-api.pixiv.net/v1/user/bookmark-tags/illust?restrict=public&offset=30"
}