Skip to content
Gancio
Search
⌘
Ctrl
K
Main Navigation
Instances
Changelog
Blog
Appearance
Menu
Return to top
Get instances
GET
/api/instances
Get all instances. Admin role is required.
Authorizations
bearerAuth
Bearer token using a JWT
Type
HTTP (Bearer)
Responses
200
401
Instances data.
Content-Type
application/json
Schema
JSON
JSON
[
{
"domain"
:
"mastodon.example.org"
,
"name"
:
"Mastodon Name"
,
"blocked"
:
false
,
"users"
:
5
,
"usage"
:
{
}
}
]
GET
/api/instances
Playground
Authorization
bearerAuth
Try it out
Samples
Powered by
VitePress OpenAPI