Versions
GET {{baseUrl}}/api/1.0/versions/list?count=100
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
count | number | Number of versions to get. 0 returns all versions. | |
include_specials | null | Include special versions which do not match any Mastodon release (e.g. Unknown and <1.3) | |
include_unused | null | Include versions which are not used by any instance | |
min_id | null | Minimal 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. |