Skip to content

Sniffer for iOS 6.x Common API

Zhou Hao edited this page Jul 11, 2016 · 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: */*
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: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"
    }
}

用户 - 收藏列表

  1. 收藏列表翻页:https://app-api.pixiv.net/v1/user/illusts?user_id=660788&filter=for_ios&type=illust&offset=30

用户 - 收藏

  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