1
2
Fork
You've already forked mastodon-api-versions
0
Changelog of features based on api_versions on the Mastodon API
cheeaun 76eb5527de
All checks were successful
Auto-generate TOC / generate-toc (push) Successful in 35s
Add one more link for Collections
2026年06月04日 08:28:56 +02:00
.forgejo/workflows Obviously too GH-biased 2025年09月02日 12:51:36 +08:00
README.md Add one more link for Collections 2026年06月04日 08:28:56 +02:00

Mastodon API Versions

Since Mastodon version 4.3.0, the Instance Details endpoint has returned a property indicating the Mastodon API Version, which is separate from the release number, and is just an integer that can be used to detect the presence of new methods or properties on the Mastodon API.

Add api_versions to /api/v2/instance https://github.com/mastodon/mastodon/pull/31354

{
	"api_versions": {
		"mastodon": 5,
	},
	...
}

Read more: https://docs.joinmastodon.org/entities/Instance/#api-versions

Note

This document is roughly based on the ongoing PR: Add API Versions page https://github.com/mastodon/documentation/pull/1631

But, also includes forks of Mastodon. So if you're a fork maintainer, contributing to this document would be helpful for third-party client/app developers.

Mastodon

Project page: https://github.com/mastodon/mastodon

v10

Collections API

v9

API for editing avatar and header description

v8

Exclude direct messages from account statuses

v7

Quote post

v6

Feature/unfeature hashtag

v5

blur filter for media attachments

v4

Media deletion methods

v3

API for updating attribution domains

v2

Grouped notifications API

v1

None

Chuckya

Project page: https://github.com/TheEssem/mastodon

v5

Add Klipy support to GIF picker github.com/TheEssem/mastodon@8f4f5440d2

v4

Fix multiple reactions by the same user not being listed in web UI github.com/TheEssem/mastodon@614dc98ba6

v3

GIF Picker rewrite github.com/TheEssem/mastodon@ab83c1ea07

v2

Add list of reactions https://github.com/TheEssem/mastodon/pull/11

v1

None

kmyblue

Project page: https://github.com/kmycode/mastodon

v5

Add: ソフトウェア名をアカウントページに表示 https://github.com/kmycode/mastodon/pull/1052

v4

Fix: Misskeyの投稿を引用できるのを、旧形式引用許可設定を有効にしている場合のみに変更

v3

Fix: Mastodonの新引用に対応していないサーバーの投稿も引用できるよう修正 github.com/kmycode/mastodon@0c2aa196d5

v2

Change: #955 フィルターアクションの「アカウント名だけを出し、本文は警告で隠す」を削除し、外観設定に移動 https://github.com/kmycode/mastodon/pull/970

v1

None