Files
PixivFE/doc/dev/features/app-api.md
2024-09-28 19:56:41 +07:00

558 B

Pixiv App API

Besides the web API, Pixiv also has a private API made specifically for mobile applications.

There are currently no official API specifications for the private API, and the unofficial ones seem to lack several functionalities. We might have to write one.

Examples of implementations:

Goal

  • Separate the Web API core and the App API core, but made both of them compatible with each other.
  • Complications...