The prefix of all APIs is https://api.pixiv.moe
All request to pixiv.moe API
should be passed with Authorization
header.
There is a limit on the number of requests per minute.
GET /session
GET /v2/ranking?page=:page
GET /v2/trending/tags
GET /v2/search?word=:word&page=:page
GET /v2/illust/:illustId
GET /v2/illust/ugoira/:illustId
GET /v2/illust/comments/:illustId?page=:page
GET /image/:url
Example:
GET /image/i.pximg.net/c/600x1200_90/img-master/img/2020/04/07/01/35/22/80618126_p0_master1200.jpg
Test:
GET /image/:illustId.(jpg|png|gif)
Example:
GET /image/80617627.jpg
Test:
GET /image/:illustId-:index.(jpg|png|gif)
Example:
GET /image/80617627-2.jpg
Test:
GET /image/i.pximg.net/c/600x1200_90/img-master/img/2020/04/07/01/35/22/[email protected]
Test: