Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 936 Bytes

File metadata and controls

37 lines (20 loc) · 936 Bytes

Database API

Authentication:

  • Requires Authorization: Bearer <api-key> when PIXIVUTIL_SERVER_API_KEY is set.
  • If PIXIVUTIL_SERVER_API_KEY is 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.