-
Notifications
You must be signed in to change notification settings - Fork 150
Sniffer for iOS 6.x Common API
Zhou Hao edited this page Jul 11, 2016
·
16 revisions
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"
}
}
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: */*
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: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"
}
- 指定用户的收藏:
https://app-api.pixiv.net/v1/user/bookmarks/illust?user_id=660788&restrict=public&filter=for_ios
- 指定用户的收藏(小说):
https://app-api.pixiv.net/v1/user/bookmarks/novel?user_id=660788&restrict=public