Authentication:
- Requires
Authorization: Bearer <api-key>whenPIXIVUTIL_SERVER_API_KEYis set. - If
PIXIVUTIL_SERVER_API_KEYis unset/empty, authentication is disabled.
GET /api/database/members
Get all member IDs from the PixivUtil2 database.
GET /api/database/images
Get all image IDs from the PixivUtil2 database.
GET /api/database/tags
Get all tag IDs from the PixivUtil2 database.
GET /api/database/series
Get all series IDs from the PixivUtil2 database.
GET /api/database/member/{member_id}
Get member portfolio data from the PixivUtil2 database.
GET /api/database/image/{image_id}
Get complete image data from the PixivUtil2 database.
GET /api/database/tag/{tag_id}
Get tag information including translations and associated images from the PixivUtil2 database.
GET /api/database/series/{series_id}
Get series information and associated images from the PixivUtil2 database.