Skip to content

Sniffer for iOS 6.x My Tab

Zhou Hao edited this page Jul 11, 2016 · 3 revisions

Sniffer for iOS 6.x - My Tab

你的 - 你的作品

GET https://app-api.pixiv.net/v1/user/illusts?user_id=4102577&type=illust HTTP/1.1
Host: app-api.pixiv.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)
Authorization: Bearer 5i5Xdt-nPdSvmlkkdJpi9mG09dX0eTUa24zGBC20oSo
App-Version: 6.0.4
Accept-Language: zh-cn

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

{"illusts":[],"next_url":null}

你的 - 收集

  1. 插画·漫画:https://app-api.pixiv.net/v1/user/bookmarks/illust?user_id=4102577&restrict=public
  2. 插画·漫画(私有):https://app-api.pixiv.net/v1/user/bookmarks/illust?user_id=4102577&restrict=private
  3. 小说:https://app-api.pixiv.net/v1/user/bookmarks/novel?user_id=4102577&restrict=public
GET https://app-api.pixiv.net/v1/user/bookmarks/illust?user_id=4102577&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.0.2
App-OS: ios
User-Agent: PixivIOSApp/6.0.4 (iOS 9.0.2; iPhone6,1)
Authorization: Bearer 5i5Xdt-nPdSvmlkkdJpi9mG09dX0eTUa24zGBC20oSo
App-Version: 6.0.4
Accept-Language: zh-cn

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

{
    "illusts": [
        {
            "id": 54586083, 
            "title": "謹賀新年", 
            "type": "illust", 
            "image_urls": {
                "square_medium": "https://i.pximg.net/c/360x360_70/img-master/img/2016/01/07/15/21/44/54586083_p0_square1200.jpg", 
                "medium": "https://i.pximg.net/c/540x540_70/img-master/img/2016/01/07/15/21/44/54586083_p0_master1200.jpg", 
                "large": "https://i.pximg.net/c/600x1200_90/img-master/img/2016/01/07/15/21/44/54586083_p0_master1200.jpg"
            }, 
            "caption": "明けましておめでとうございます!ちょっと遅めのあけおめ絵です...今年もよろしくお願いいたします。", 
            "restrict": 0, 
            "user": {
                "id": 1426321, 
                "name": "くろでこ", 
                "account": "kurodeko", 
                "profile_image_urls": {
                    "medium": "https://i2.pixiv.net/user-profile/img/2016/01/07/15/31/42/10348789_3d71b734875ee99aeaad7e5cf3894eb6_170.png"
                }, 
                "is_followed": false
            }, 
            "tags": [
                {
                    "name": "オリジナル"
                }, 
                {
                    "name": "お正月"
                }, 
                {
                    "name": "オリジナル1000users入り"
                }
            ], 
            "tools": [
                "SAI"
            ], 
            "create_date": "2016-01-07T15:21:44+09:00", 
            "page_count": 1, 
            "width": 1200, 
            "height": 1697, 
            "sanity_level": 2, 
            "meta_single_page": {
                "original_image_url": "https://i4.pixiv.net/img-original/img/2016/01/07/15/21/44/54586083_p0.png"
            }, 
            "meta_pages": [ ], 
            "total_view": 51551, 
            "total_bookmarks": 1501, 
            "is_bookmarked": true, 
            "visible": true
        }
    ], 
    "next_url": "https://app-api.pixiv.net/v1/user/bookmarks/illust?user_id=4102577&restrict=public&max_bookmark_id=1175565391"
}

你的 - 书签

GET https://app-api.pixiv.net/v1/novel/markers HTTP/1.1
Host: app-api.pixiv.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)
Authorization: Bearer 5i5Xdt-nPdSvmlkkdJpi9mG09dX0eTUa24zGBC20oSo
App-Version: 6.0.4
Accept-Language: zh-cn

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

{"novels":[],"next_url":null}

你的 - 设置/黑名单用户

GET https://app-api.pixiv.net/v1/user/list?user_ids=&filter=for_ios HTTP/1.1
Host: app-api.pixiv.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)
Authorization: Bearer 5i5Xdt-nPdSvmlkkdJpi9mG09dX0eTUa24zGBC20oSo
App-Version: 6.0.4
Accept-Language: zh-cn

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

{"users":[]}