FANBOX Specification (1.0.0)

Download OpenAPI specification:Download

This is pixiv FANBOX's API specification, NOT OFFICIAL

post

Manage posts on FANBOX

Get posts belongs with you

Get posts belongs with you

Authorizations:
sessionId
header Parameters
Origin
required
string
Default: https://www.fanbox.cc
User-Agent
required
string

You must set user agent.

Responses

Response samples

Content type
application/json
{
  • "body": [
    ]
}

Get post

Get post

Authorizations:
sessionId
query Parameters
postId
required
string

post's id

header Parameters
Origin
required
string
Default: https://www.fanbox.cc
User-Agent
required
string

You must set user agent.

Responses

Response samples

Content type
application/json
{
  • "body": {
    }
}

Create post

Create post

Authorizations:
(sessionIdcsrfToken)
header Parameters
Origin
required
string
Default: https://www.fanbox.cc
User-Agent
required
string

You must set user agent.

Request Body schema: application/json
type
required
string
Value: "article"

Responses

Request samples

Content type
application/json
{
  • "type": "article"
}

Response samples

Content type
application/json
{
  • "body": {
    }
}

Update post

Update post

Authorizations:
sessionId
header Parameters
Origin
required
string
Default: https://www.fanbox.cc
User-Agent
required
string

You must set user agent.

Request Body schema: multipart/form-data
postId
string
status
string
Enum: "draft" "published"
feeRequired
string
title
string
body
string
tags
Array of strings
tt
string

Responses

Response samples

Content type
application/json
{
  • "body": {
    }
}

Delete post

Delete post

Authorizations:
(sessionIdcsrfToken)
header Parameters
Origin
required
string
Default: https://www.fanbox.cc
User-Agent
required
string

You must set user agent.

Request Body schema: application/json
postId
required
string

Responses

Request samples

Content type
application/json
{
  • "postId": "string"
}

Response samples

Content type
application/json
{
  • "body": null
}