ドキュメント
Apis - Mastodon documentation
おまけ
Python用のAPIクライアントを公開しています。
個人利用のためのもので頻繁に仕様変更を行うため、使い方の参考程度にしていただくのが良いと思います。
GitHub - amatyrain/mastodon-client
Contribute to amatyrain/mastodon-client development by creating an account on GitHub.
エンドポイント一覧
エンドポイント | 概要 |
---|---|
GET /api/v2/search HTTP/1.1 | 文字列を検索し、該当するアカウント、投稿、ハッシュタグを返す |
<strong>POST</strong> /api/v2/media HTTP<strong>/</strong>1.1 | 新しいステータスで使用するメディア添付ファイルを作成します。 フルサイズのメディアは、大きなアップロードのためにバックグラウンドで非同期に処理されます。 |
各エンドポイントの使い方
GET /api/v2/search HTTP/1.1
パラメータ
項目 | 型 | 概要 |
---|---|---|
q | String | 検索クエリ |
min_id | String | ここで指定したIDより新しい結果が返却される |
POST /api/v2/media HTTP/1.1
media API methods - Mastodon documentation
Attach media to authored statuses. See Using Mastodon > Posting toots > Attachments for more information about size and ...
コメント