# pixivPicAPI **Repository Path**: lvyunqi/pixivPicAPI ## Basic Information - **Project Name**: pixivPicAPI - **Description**: 获取pixiv插画API - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-24 - **Last Updated**: 2022-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

一白_

# Pixiv-API _✨ 基于 [SpringBoot](https://github.com/spring-projects/spring-boot/blob/main/README.adoc) 实现的 Pixiv - API ✨_

Springboot license jdk-version

# API接口 ## 获取指定画师插画列表 **接口地址**:`/api/PainterIllustrationList` **请求方式**:`GET` **请求数据类型**:`application/x-www-form-urlencoded` **响应数据类型**:`*/*` **接口描述**:

页面(page)可为空

**请求参数**: | 参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema | | -------- | -------- | ----- | -------- | -------- | ------ | |page|页码|query|true|integer(int32)|| |uid|画师UID|query|false|integer(int64)|| **响应状态**: | 状态码 | 说明 | schema | | -------- | -------- | ----- | |200|OK|ResponseResult«JSONObject»| |401|Unauthorized|| |403|Forbidden|| |404|Not Found|| **响应参数**: | 参数名称 | 参数说明 | 类型 | schema | | -------- | -------- | ----- |----- | |code||integer(int32)|integer(int32)| |data||object|| |message||string|| **响应示例**: ```javascript { "code": 0, "data": {}, "message": "" } ```