-
Notifications
You must be signed in to change notification settings - Fork 148
Sniffer for 6.x API v2 endpoints
Zhou Hao edited this page Apr 18, 2017
·
2 revisions
GET https://app-api.pixiv.net/v2/user/list?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.3.3
App-OS: ios
User-Agent: PixivIOSApp/6.7.1 (iOS 9.3.3; iPhone6,1)
Authorization: Bearer xNrCUW6ulXLP8h3atYTqwygtbzAGFR-HNGp4HXSRyhs
App-Version: 6.7.1
Accept-Language: zh-cn
HTTP/1.1 200 OK
Server: nginx
Date: Tue, 18 Apr 2017 13:57:34 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 12
Connection: keep-alive
X-Content-Type-Options: nosniff
Vary: Accept-Encoding
{"users":[]}
POST https://app-api.pixiv.net/v2/illust/bookmark/add HTTP/1.1
Host: app-api.pixiv.net
Accept: */*
Authorization: Bearer t34UvGs9sRif6RY2w_41mV9Nl8W3n_eElkI43nDza4g
App-Version: 6.7.1
Proxy-Connection: keep-alive
App-OS: ios
Accept-Language: zh-cn
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded
Content-Length: 34
User-Agent: PixivIOSApp/6.7.1 (iOS 9.3.3; iPhone6,1)
Connection: keep-alive
App-OS-Version: 9.3.3
illust_id=62466812&restrict=public
HTTP/1.1 200 OK
Server: nginx
Date: Tue, 18 Apr 2017 14:32:19 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 t34UvGs9sRif6RY2w_41mV9Nl8W3n_eElkI43nDza4g
App-Version: 6.7.1
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.7.1 (iOS 9.3.3; iPhone6,1)
Connection: keep-alive
App-OS-Version: 9.3.3
illust_id=62466812
HTTP/1.1 200 OK
Server: nginx
Date: Tue, 18 Apr 2017 14:32:23 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 2
Connection: keep-alive
X-Content-Type-Options: nosniff
Vary: Accept-Encoding
{}