This document is translated by the community. You can contribute on Crowdin. We appreciate your cooperation 🙏.
Misskey API
Misskey has a public API. You can use the Misskey API to develop Misskey clients, Misskey-linked web services, bots, etc. (hereinafter referred to as "applications"). Since there is also a streaming API, it is possible to create real-time applications.
By using the official Misskey API or third-party libraries, this document can conveniently explain the usage of the API.\
Endpoints
List of Libraries
List of Misskey API libraries
List of permissions
Permissions required by the application
ストリーミングAPI
ストリーミングAPIを使うと、リアルタイムで様々な情報(例えばタイムラインに新しい投稿が流れてきた、リアクションされた、フォローされた、など)を受け取ったり、様々な操作を行ったりすることができます。
Obtain an access token
To get started with the API, you first need to get an access token tied to the account you want to use. This document describes the steps to get an access token and then the basic API usage.