Versions

GET {{baseUrl}}/api/1.0/versions/list?count=100

Request Params

KeyDatatypeRequiredDescription
countnumberNumber of versions to get. 0 returns all versions.
include_specialsnullInclude special versions which do not match any Mastodon release (e.g. Unknown and <1.3)
include_unusednullInclude versions which are not used by any instance
min_idnullMinimal ID of versions to retrieve. Use this to navigate through pages. The id of the first version from next page is accessible through pagination.next_id.