Skip to content
Zhou Hao edited this page Dec 2, 2015 · 6 revisions

Sniffer2

POST /me/favorite_works

POST https://public-api.secure.pixiv.net/v1/me/favorite_works HTTP/1.1
Host: public-api.secure.pixiv.net
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Content-Length: 33
Connection: keep-alive
Proxy-Connection: keep-alive
Accept: */*
User-Agent: PixivIOSApp/5.8.3
Referer: http://spapi.pixiv-app.net/
Authorization: Bearer nGdPJ7Yc-F_rfxk2J5mY0rKgNEYlSFi_2LiBMR_pZXg
Accept-Language: en-us

work_id=47357645&publicity=public
HTTP/1.1 200 OK
Server: nginx
Date: Wed, 02 Dec 2015 11:44:44 GMT
Content-Type: application/json
Content-Length: 128
Connection: keep-alive
X-Content-Type-Options: nosniff
Vary: Accept-Encoding

{"status":"success","response":[{"id":2027070301,"work":{"id":47357645},"comment":"","tags":[],"publicity":"public"}],"count":1}

DELETE /me/favorite_works

DELETE https://public-api.secure.pixiv.net/v1/me/favorite_works?ids=2027046425 HTTP/1.1
Host: public-api.secure.pixiv.net
Accept-Encoding: gzip, deflate
Content-Length: 0
Connection: keep-alive
Proxy-Connection: keep-alive
Accept: */*
User-Agent: PixivIOSApp/5.8.3
Authorization: Bearer nGdPJ7Yc-F_rfxk2J5mY0rKgNEYlSFi_2LiBMR_pZXg
Referer: http://spapi.pixiv-app.net/
Accept-Language: en-us
HTTP/1.1 200 OK
Server: nginx
Date: Wed, 02 Dec 2015 11:38:28 GMT
Content-Type: application/json
Content-Length: 44
Connection: keep-alive
X-Content-Type-Options: nosniff
Vary: Accept-Encoding

{"status":"success","response":[],"count":0}

POST /me/favorite-users

POST https://public-api.secure.pixiv.net/v1/me/favorite-users HTTP/1.1
Host: public-api.secure.pixiv.net
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Content-Length: 40
Connection: keep-alive
Proxy-Connection: keep-alive
Accept: */*
User-Agent: PixivIOSApp/5.8.3
Referer: http://spapi.pixiv-app.net/
Authorization: Bearer nGdPJ7Yc-F_rfxk2J5mY0rKgNEYlSFi_2LiBMR_pZXg
Accept-Language: en-us

publicity=private&target_user_id=6996493
HTTP/1.1 200 OK
Server: nginx
Date: Wed, 02 Dec 2015 11:46:52 GMT
Content-Type: application/json
Content-Length: 184
Connection: keep-alive
X-Content-Type-Options: nosniff
Vary: Accept-Encoding

{"msg":"ok","status":"success","response":[{"id":"0","target_user":{"id":6996493,"name":"Lpip","account":"hamasa00","status":"0"},"user_id":"7314824","publicity":"private"}],"count":1}

DELETE /me/favorite-users

DELETE https://public-api.secure.pixiv.net/v1/me/favorite-users?delete_ids=6996493 HTTP/1.1
Host: public-api.secure.pixiv.net
Accept-Encoding: gzip, deflate
Content-Length: 0
Connection: keep-alive
Proxy-Connection: keep-alive
Accept: */*
User-Agent: PixivIOSApp/5.8.3
Authorization: Bearer nGdPJ7Yc-F_rfxk2J5mY0rKgNEYlSFi_2LiBMR_pZXg
Referer: http://spapi.pixiv-app.net/
Accept-Language: en-us
HTTP/1.1 200 OK
Server: nginx
Date: Wed, 02 Dec 2015 11:47:49 GMT
Content-Type: application/json
Content-Length: 55
Connection: keep-alive
X-Content-Type-Options: nosniff
Vary: Accept-Encoding

{"msg":"ok","status":"success","response":[],"count":0}

POST /me/viewed_works

POST https://public-api.secure.pixiv.net/v1/me/viewed_works HTTP/1.1
Host: public-api.secure.pixiv.net
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Content-Length: 12
Connection: keep-alive
Proxy-Connection: keep-alive
Accept: */*
User-Agent: PixivIOSApp/5.8.3
Referer: http://spapi.pixiv-app.net/
Authorization: Bearer nGdPJ7Yc-F_rfxk2J5mY0rKgNEYlSFi_2LiBMR_pZXg
Accept-Language: en-us

ids=53817837
HTTP/1.1 200 OK
Server: nginx
Date: Wed, 02 Dec 2015 11:38:37 GMT
Content-Type: application/json
Content-Length: 44
Connection: keep-alive
X-Content-Type-Options: nosniff
Vary: Accept-Encoding

{"status":"success","response":[],"count":0}